Uses of Class
org.openqa.selenium.chrome.ChromeOptions
-
Uses of ChromeOptions in org.openqa.selenium.chrome
Methods in org.openqa.selenium.chrome that return ChromeOptionsModifier and TypeMethodDescriptionChromeOptions.merge(org.openqa.selenium.Capabilities extraCapabilities) Constructors in org.openqa.selenium.chrome with parameters of type ChromeOptionsModifierConstructorDescriptionChromeDriver(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.