Uses of Class
com.microsoft.playwright.impl.FrameImpl
Packages that use FrameImpl
-
Uses of FrameImpl in com.microsoft.playwright.impl
Fields in com.microsoft.playwright.impl declared as FrameImplModifier and TypeFieldDescriptionprivate final FrameImplFrameLocatorImpl.frame(package private) final FrameImplLocatorImpl.frameprivate final FrameImplPageImpl.mainFrame(package private) FrameImplFrameImpl.parentFrameFields in com.microsoft.playwright.impl with type parameters of type FrameImplMethods in com.microsoft.playwright.impl that return FrameImplMethods in com.microsoft.playwright.impl with parameters of type FrameImplModifier and TypeMethodDescription(package private) voidPageImpl.frameNavigated(FrameImpl frame) Constructors in com.microsoft.playwright.impl with parameters of type FrameImplModifierConstructorDescription(package private)FrameLocatorImpl(FrameImpl frame, String selector) LocatorImpl(FrameImpl frame, String selector, Locator.LocatorOptions options)