Uses of Class
com.microsoft.playwright.impl.PageImpl
Packages that use PageImpl
-
Uses of PageImpl in com.microsoft.playwright.impl
Fields in com.microsoft.playwright.impl declared as PageImplModifier and TypeFieldDescriptionprivate final PageImplPageAssertionsImpl.actualPageprivate final PageImplPageImpl.opener(package private) PageImplBrowserContextImpl.ownerPageprivate PageImplConsoleMessageImpl.pageprivate PageImplDialogImpl.pageprivate final PageImplDownloadImpl.pageprivate final PageImplFileChooserImpl.page(package private) PageImplFrameImpl.pageprivate final PageImplTouchscreenImpl.pageprivate final PageImplVideoImpl.pageprivate final PageImplWebErrorImpl.pageprivate final PageImplWebSocketImpl.page(package private) PageImplWorkerImpl.pageFields in com.microsoft.playwright.impl with type parameters of type PageImplMethods in com.microsoft.playwright.impl that return PageImplModifier and TypeMethodDescriptionBrowserContextImpl.newPage()private PageImplBrowserContextImpl.newPageImpl()PageImpl.opener()ConsoleMessageImpl.page()DialogImpl.page()FrameImpl.page()WebErrorImpl.page()Methods in com.microsoft.playwright.impl with parameters of type PageImplModifier and TypeMethodDescription(package private) voidPageImpl.notifyPopup(PageImpl popup) (package private) voidBrowserContextImpl.recordIntoHar(PageImpl page, Path har, BrowserContext.RouteFromHAROptions options) Constructors in com.microsoft.playwright.impl with parameters of type PageImplModifierConstructorDescription(package private)DownloadImpl(PageImpl page, ArtifactImpl artifact, com.google.gson.JsonObject initializer) (package private)FileChooserImpl(PageImpl page, ElementHandleImpl element, boolean isMultiple) (package private)TouchscreenImpl(PageImpl page) (package private)(package private)WebErrorImpl(PageImpl page, String error)