Uses of Interface
com.microsoft.playwright.CDPSession
Packages that use CDPSession
-
Uses of CDPSession in com.microsoft.playwright
Methods in com.microsoft.playwright that return CDPSessionModifier and TypeMethodDescriptionBrowser.newBrowserCDPSession()NOTE: CDP Sessions are only supported on Chromium-based browsers.BrowserContext.newCDPSession(Frame page) NOTE: CDP sessions are only supported on Chromium-based browsers.BrowserContext.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 CDPSessionMethods in com.microsoft.playwright.impl that return CDPSessionModifier and TypeMethodDescriptionBrowserImpl.newBrowserCDPSession()BrowserContextImpl.newCDPSession(Frame frame) BrowserContextImpl.newCDPSession(Page page)