Uses of Class
com.microsoft.playwright.BrowserType.ConnectOverCDPOptions
Packages that use BrowserType.ConnectOverCDPOptions
-
Uses of BrowserType.ConnectOverCDPOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return BrowserType.ConnectOverCDPOptionsModifier and TypeMethodDescriptionBrowserType.ConnectOverCDPOptions.setHeaders(Map<String, String> headers) Additional HTTP headers to be sent with connect request.BrowserType.ConnectOverCDPOptions.setSlowMo(double slowMo) Slows down Playwright operations by the specified amount of milliseconds.BrowserType.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.ConnectOverCDPOptionsModifier and TypeMethodDescriptionBrowserType.connectOverCDP(String endpointURL, BrowserType.ConnectOverCDPOptions options) This method attaches Playwright to an existing browser instance using the Chrome DevTools Protocol. -
Uses of BrowserType.ConnectOverCDPOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type BrowserType.ConnectOverCDPOptionsModifier and TypeMethodDescriptionBrowserTypeImpl.connectOverCDP(String endpointURL, BrowserType.ConnectOverCDPOptions options) private BrowserBrowserTypeImpl.connectOverCDPImpl(String endpointURL, BrowserType.ConnectOverCDPOptions options)