Uses of Class
com.microsoft.playwright.BrowserType.ConnectOverCDPOptions
-
Packages that use BrowserType.ConnectOverCDPOptions Package Description com.microsoft.playwright -
-
Uses of BrowserType.ConnectOverCDPOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return BrowserType.ConnectOverCDPOptions Modifier and Type Method Description BrowserType.ConnectOverCDPOptionsBrowserType.ConnectOverCDPOptions. setHeaders(Map<String,String> headers)Additional HTTP headers to be sent with connect request.BrowserType.ConnectOverCDPOptionsBrowserType.ConnectOverCDPOptions. setSlowMo(double slowMo)Slows down Playwright operations by the specified amount of milliseconds.BrowserType.ConnectOverCDPOptionsBrowserType.ConnectOverCDPOptions. setTimeout(double timeout)Maximum time in milliseconds to wait for the connection to be established.Methods in com.microsoft.playwright with parameters of type BrowserType.ConnectOverCDPOptions Modifier and Type Method Description BrowserBrowserType. connectOverCDP(String endpointURL, BrowserType.ConnectOverCDPOptions options)This method attaches Playwright to an existing browser instance using the Chrome DevTools Protocol.
-