ReadonlychildReturns an array of child frames.
ReadonlycontentReturns the full HTML contents of the frame, including the doctype.
ReadonlyevaluateEvaluates a function in the context of the frame.
ReadonlygetReturns a locator that matches the given alt text.
ReadonlygetReturns a locator that matches the given label.
ReadonlygetReturns a locator that matches the given placeholder.
ReadonlygetReturns a locator that matches the given role.
ReadonlygetReturns a locator that matches the given test id.
ReadonlygetReturns a locator that matches the given text.
ReadonlygetReturns a locator that matches the given title.
ReadonlygotoNavigates the frame to the given URL.
ReadonlyisReturns whether the frame is detached.
ReadonlylocatorReturns a locator for the given selector.
NOTE: This method will cause a defect if options.has or options.hasNot are provided and belong to a different frame.
ReadonlynameReturns the frame name.
ReadonlypageReturns the page that the frame belongs to.
ReadonlyparentReturns the parent frame, if any.
ReadonlysetSets the HTML content of the frame.
ReadonlytitleReturns the frame title.
ReadonlyurlReturns the current URL of the frame.
ReadonlyuseA generic utility to execute any promise-based method on the underlying Playwright Frame.
Can be used to access any Frame functionality not directly exposed by this service.
ReadonlywaitWaits for the frame to reach the given load state.
ReadonlywaitWaits for the given timeout in milliseconds.
ReadonlywaitWaits for the frame to navigate to the given URL.
ReadonlyclickClicks an element matching the given selector.
Use PlaywrightFrameService.locator to create a locator and then call click on it instead.
Since
0.1.2