Uses of Interface
com.microsoft.playwright.CDPSession
-
Packages that use CDPSession Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
Uses of CDPSession in com.microsoft.playwright
Methods in com.microsoft.playwright that return CDPSession Modifier and Type Method Description CDPSessionBrowser. newBrowserCDPSession()NOTE: CDP Sessions are only supported on Chromium-based browsers.CDPSessionBrowserContext. newCDPSession(Frame page)NOTE: CDP sessions are only supported on Chromium-based browsers.CDPSessionBrowserContext. newCDPSession(Page page)NOTE: CDP sessions are only supported on Chromium-based browsers. -
Uses of CDPSession in com.microsoft.playwright.impl
Classes in com.microsoft.playwright.impl that implement CDPSession Modifier and Type Class Description classCDPSessionImplMethods in com.microsoft.playwright.impl that return CDPSession Modifier and Type Method Description CDPSessionBrowserImpl. newBrowserCDPSession()CDPSessionBrowserContextImpl. newCDPSession(Frame frame)CDPSessionBrowserContextImpl. newCDPSession(Page page)
-