Uses of Class
com.microsoft.playwright.BrowserType.ConnectOptions
Packages that use BrowserType.ConnectOptions
-
Uses of BrowserType.ConnectOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return BrowserType.ConnectOptionsModifier and TypeMethodDescriptionBrowserType.ConnectOptions.setExposeNetwork(String exposeNetwork) This option exposes network available on the connecting client to the browser being connected to.BrowserType.ConnectOptions.setHeaders(Map<String, String> headers) Additional HTTP headers to be sent with web socket connect request.BrowserType.ConnectOptions.setSlowMo(double slowMo) Slows down Playwright operations by the specified amount of milliseconds.BrowserType.ConnectOptions.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.ConnectOptionsModifier and TypeMethodDescriptionBrowserType.connect(String wsEndpoint, BrowserType.ConnectOptions options) This method attaches Playwright to an existing browser instance. -
Uses of BrowserType.ConnectOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type BrowserType.ConnectOptionsModifier and TypeMethodDescriptionBrowserTypeImpl.connect(String wsEndpoint, BrowserType.ConnectOptions options) private BrowserBrowserTypeImpl.connectImpl(String wsEndpoint, BrowserType.ConnectOptions options)