Uses of Interface
com.microsoft.playwright.CDPSession
-
Packages that use CDPSession Package Description com.microsoft.playwright -
-
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.
-