Uses of Class
org.openqa.selenium.chrome.ChromeOptions
-
-
Uses of ChromeOptions in org.openqa.selenium.chrome
Methods in org.openqa.selenium.chrome that return ChromeOptions Modifier and Type Method Description ChromeOptions
ChromeOptions. merge(org.openqa.selenium.Capabilities extraCapabilities)
ChromeOptions
ChromeOptions. setLogLevel(ChromeDriverLogLevel logLevel)
Deprecated.UseChromeDriverService.Builder.withLogLevel(ChromiumDriverLogLevel)
to set log level.Methods in org.openqa.selenium.chrome with parameters of type ChromeOptions Modifier and Type Method Description static ChromeDriverService
ChromeDriverService. createServiceWithConfig(ChromeOptions options)
Deprecated.Constructors in org.openqa.selenium.chrome with parameters of type ChromeOptions Constructor Description ChromeDriver(ChromeDriverService service, ChromeOptions options)
Creates a new ChromeDriver instance with the specified options.ChromeDriver(ChromeDriverService service, ChromeOptions options, org.openqa.selenium.remote.http.ClientConfig clientConfig)
ChromeDriver(ChromeOptions options)
Creates a new ChromeDriver instance with the specified options.
-