Readonly Internal_The underlying Playwright FrameLocator instance.
ReadonlyfirstReturns locator to the first matching frame.
ReadonlyframeWhen working with iframes, you can create a frame locator that will enter the iframe and allow selecting elements in that iframe.
ReadonlygetAllows locating elements by their alt text.
ReadonlygetAllows locating elements by their label text.
ReadonlygetAllows locating elements by their placeholder text.
ReadonlygetAllows locating elements by their ARIA role.
ReadonlygetAllows locating elements by their test id.
ReadonlygetAllows locating elements that contain given text.
ReadonlygetAllows locating elements by their title attribute.
ReadonlylastReturns locator to the last matching frame.
ReadonlylocatorFinds an element matching the specified selector in the locator's subtree.
ReadonlynthReturns locator to the n-th matching frame.
ReadonlyownerReturns a Locator object pointing to the same iframe as this frame locator.
Interface for a Playwright frame locator.