Uses of Interface
com.microsoft.playwright.FrameLocator
Packages that use FrameLocator
-
Uses of FrameLocator in com.microsoft.playwright
Methods in com.microsoft.playwright that return FrameLocatorModifier and TypeMethodDescriptionFrameLocator.first()Returns locator to the first matching frame.Frame.frameLocator(String selector) When working with iframes, you can create a frame locator that will enter the iframe and allow selecting elements in that iframe.FrameLocator.frameLocator(String selector) When working with iframes, you can create a frame locator that will enter the iframe and allow selecting elements in that iframe.Locator.frameLocator(String selector) When working with iframes, you can create a frame locator that will enter the iframe and allow locating elements in that iframe:Page.frameLocator(String selector) When working with iframes, you can create a frame locator that will enter the iframe and allow selecting elements in that iframe.FrameLocator.last()Returns locator to the last matching frame.FrameLocator.nth(int index) Returns locator to the n-th matching frame. -
Uses of FrameLocator in com.microsoft.playwright.impl
Classes in com.microsoft.playwright.impl that implement FrameLocatorMethods in com.microsoft.playwright.impl that return FrameLocatorModifier and TypeMethodDescriptionFrameLocatorImpl.first()FrameImpl.frameLocator(String selector) PageImpl.frameLocator(String selector) FrameLocatorImpl.last()FrameLocatorImpl.nth(int index)