Uses of Class
com.microsoft.playwright.impl.PageImpl
-
Packages that use PageImpl Package Description com.microsoft.playwright.impl -
-
Uses of PageImpl in com.microsoft.playwright.impl
Fields in com.microsoft.playwright.impl declared as PageImpl Modifier and Type Field Description private PageImplPageAssertionsImpl. actualPageprivate PageImplPageImpl. opener(package private) PageImplBrowserContextImpl. ownerPageprivate PageImplConsoleMessageImpl. pageprivate PageImplDialogImpl. pageprivate PageImplDownloadImpl. pageprivate PageImplFileChooserImpl. page(package private) PageImplFrameImpl. pageprivate PageImplTouchscreenImpl. pageprivate PageImplVideoImpl. pageprivate PageImplWebErrorImpl. pageprivate PageImplWebSocketImpl. page(package private) PageImplWorkerImpl. pageFields in com.microsoft.playwright.impl with type parameters of type PageImpl Modifier and Type Field Description (package private) java.util.List<PageImpl>BrowserContextImpl. pagesMethods in com.microsoft.playwright.impl that return PageImpl Modifier and Type Method Description PageImplBrowserContextImpl. newPage()private PageImplBrowserContextImpl. newPageImpl()PageImplPageImpl. opener()PageImplConsoleMessageImpl. page()PageImplDialogImpl. page()PageImplFrameImpl. page()PageImplWebErrorImpl. page()Methods in com.microsoft.playwright.impl with parameters of type PageImpl Modifier and Type Method Description (package private) voidPageImpl. notifyPopup(PageImpl popup)(package private) voidBrowserContextImpl. recordIntoHar(PageImpl page, java.nio.file.Path har, BrowserContext.RouteFromHAROptions options)Constructors in com.microsoft.playwright.impl with parameters of type PageImpl Constructor Description DownloadImpl(PageImpl page, ArtifactImpl artifact, com.google.gson.JsonObject initializer)FileChooserImpl(PageImpl page, ElementHandleImpl element, boolean isMultiple)TouchscreenImpl(PageImpl page)VideoImpl(PageImpl page)WebErrorImpl(PageImpl page, java.lang.String error)
-