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 ChromeOptionsChromeOptions. merge(org.openqa.selenium.Capabilities extraCapabilities)ChromeOptionsChromeOptions. setLogLevel(ChromeDriverLogLevel logLevel)Methods in org.openqa.selenium.chrome with parameters of type ChromeOptions Modifier and Type Method Description static ChromeDriverServiceChromeDriverService. createServiceWithConfig(ChromeOptions options)Configures and returns a newChromeDriverServiceusing the supplied configuration.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(ChromeOptions options)Creates a new ChromeDriver instance with the specified options.
-