Uses of Class
com.microsoft.playwright.BrowserType.ConnectOptions
-
Packages that use BrowserType.ConnectOptions Package Description com.microsoft.playwright com.microsoft.playwright.junit -
-
Uses of BrowserType.ConnectOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return BrowserType.ConnectOptions Modifier and Type Method Description BrowserType.ConnectOptionsBrowserType.ConnectOptions. setExposeNetwork(String exposeNetwork)This option exposes network available on the connecting client to the browser being connected to.BrowserType.ConnectOptionsBrowserType.ConnectOptions. setHeaders(Map<String,String> headers)Additional HTTP headers to be sent with web socket connect request.BrowserType.ConnectOptionsBrowserType.ConnectOptions. setSlowMo(double slowMo)Slows down Playwright operations by the specified amount of milliseconds.BrowserType.ConnectOptionsBrowserType.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.ConnectOptions Modifier and Type Method Description BrowserBrowserType. connect(String wsEndpoint, BrowserType.ConnectOptions options)This method attaches Playwright to an existing browser instance. -
Uses of BrowserType.ConnectOptions in com.microsoft.playwright.junit
Fields in com.microsoft.playwright.junit declared as BrowserType.ConnectOptions Modifier and Type Field Description BrowserType.ConnectOptionsOptions. connectOptionsMethods in com.microsoft.playwright.junit with parameters of type BrowserType.ConnectOptions Modifier and Type Method Description OptionsOptions. setConnectOptions(BrowserType.ConnectOptions connectOptions)
-