Skip navigation links
A B C F G L M O S W 

A

addArguments(String...) - Method in class org.openqa.selenium.chrome.ChromeOptions
 
addArguments(List<String>) - Method in class org.openqa.selenium.chrome.ChromeOptions
Adds additional command line arguments to be used when starting Chrome.
addEncodedExtensions(String...) - Method in class org.openqa.selenium.chrome.ChromeOptions
 
addEncodedExtensions(List<String>) - Method in class org.openqa.selenium.chrome.ChromeOptions
Adds a new Chrome extension to install on browser startup.
addExtensions(File...) - Method in class org.openqa.selenium.chrome.ChromeOptions
 
addExtensions(List<File>) - Method in class org.openqa.selenium.chrome.ChromeOptions
Adds a new Chrome extension to install on browser startup.
amendHashCode() - Method in class org.openqa.selenium.chrome.ChromeOptions
 
asMap() - Method in class org.openqa.selenium.chrome.ChromeOptions
 

B

Builder() - Constructor for class org.openqa.selenium.chrome.ChromeDriverService.Builder
 

C

CAPABILITY - Static variable in class org.openqa.selenium.chrome.ChromeOptions
Key used to store a set of ChromeOptions in a Capabilities object.
CHROME_DRIVER_EXE_PROPERTY - Static variable in class org.openqa.selenium.chrome.ChromeDriverService
System property that defines the location of the chromedriver executable that will be used by the default service.
CHROME_DRIVER_LOG_PROPERTY - Static variable in class org.openqa.selenium.chrome.ChromeDriverService
System property that defines the location of the log that will be written by the default service.
CHROME_DRIVER_SILENT_OUTPUT_PROPERTY - Static variable in class org.openqa.selenium.chrome.ChromeDriverService
Boolean system property that defines whether the ChromeDriver executable should be started in silent mode.
CHROME_DRIVER_VERBOSE_LOG_PROPERTY - Static variable in class org.openqa.selenium.chrome.ChromeDriverService
Boolean system property that defines whether the ChromeDriver executable should be started with verbose logging.
CHROME_DRIVER_WHITELISTED_IPS_PROPERTY - Static variable in class org.openqa.selenium.chrome.ChromeDriverService
System property that defines comma-separated list of remote IPv4 addresses which are allowed to connect to ChromeDriver.
ChromeDriver - Class in org.openqa.selenium.chrome
A WebDriver implementation that controls a Chrome browser running on the local machine.
ChromeDriver() - Constructor for class org.openqa.selenium.chrome.ChromeDriver
Creates a new ChromeDriver using the default server configuration.
ChromeDriver(ChromeDriverService) - Constructor for class org.openqa.selenium.chrome.ChromeDriver
Creates a new ChromeDriver instance.
ChromeDriver(Capabilities) - Constructor for class org.openqa.selenium.chrome.ChromeDriver
ChromeDriver(ChromeOptions) - Constructor for class org.openqa.selenium.chrome.ChromeDriver
Creates a new ChromeDriver instance with the specified options.
ChromeDriver(ChromeDriverService, ChromeOptions) - Constructor for class org.openqa.selenium.chrome.ChromeDriver
Creates a new ChromeDriver instance with the specified options.
ChromeDriver(ChromeDriverService, Capabilities) - Constructor for class org.openqa.selenium.chrome.ChromeDriver
ChromeDriverService - Class in org.openqa.selenium.chrome
Manages the life and death of a chromedriver server.
ChromeDriverService(File, int, ImmutableList<String>, ImmutableMap<String, String>) - Constructor for class org.openqa.selenium.chrome.ChromeDriverService
 
ChromeDriverService.Builder - Class in org.openqa.selenium.chrome
Builder used to configure new ChromeDriverService instances.
ChromeOptions - Class in org.openqa.selenium.chrome
Class to manage options specific to ChromeDriver.
ChromeOptions() - Constructor for class org.openqa.selenium.chrome.ChromeOptions
 
createArgs() - Method in class org.openqa.selenium.chrome.ChromeDriverService.Builder
 
createDefaultService() - Static method in class org.openqa.selenium.chrome.ChromeDriverService
Configures and returns a new ChromeDriverService using the default configuration.
createDriverService(File, int, ImmutableList<String>, ImmutableMap<String, String>) - Method in class org.openqa.selenium.chrome.ChromeDriverService.Builder
 

F

findDefaultExecutable() - Method in class org.openqa.selenium.chrome.ChromeDriverService.Builder
 

G

getExperimentalOption(String) - Method in class org.openqa.selenium.chrome.ChromeOptions
Deprecated.
Getters are not needed in browser Options classes.
getLocalStorage() - Method in class org.openqa.selenium.chrome.ChromeDriver
 
getNetworkConnection() - Method in class org.openqa.selenium.chrome.ChromeDriver
 
getSessionStorage() - Method in class org.openqa.selenium.chrome.ChromeDriver
 
getTouch() - Method in class org.openqa.selenium.chrome.ChromeDriver
 

L

launchApp(String) - Method in class org.openqa.selenium.chrome.ChromeDriver
Launches Chrome app specified by id.
location() - Method in class org.openqa.selenium.chrome.ChromeDriver
 

M

merge(Capabilities) - Method in class org.openqa.selenium.chrome.ChromeOptions
 

O

org.openqa.selenium.chrome - package org.openqa.selenium.chrome
 

S

setAcceptInsecureCerts(boolean) - Method in class org.openqa.selenium.chrome.ChromeOptions
Returns ChromeOptions with the capability ACCEPT_INSECURE_CERTS set.
setBinary(File) - Method in class org.openqa.selenium.chrome.ChromeOptions
Sets the path to the Chrome executable.
setBinary(String) - Method in class org.openqa.selenium.chrome.ChromeOptions
Sets the path to the Chrome executable.
setExperimentalOption(String, Object) - Method in class org.openqa.selenium.chrome.ChromeOptions
Sets an experimental option.
setFileDetector(FileDetector) - Method in class org.openqa.selenium.chrome.ChromeDriver
 
setHeadless(boolean) - Method in class org.openqa.selenium.chrome.ChromeOptions
 
setLocation(Location) - Method in class org.openqa.selenium.chrome.ChromeDriver
 
setNetworkConnection(NetworkConnection.ConnectionType) - Method in class org.openqa.selenium.chrome.ChromeDriver
 
setPageLoadStrategy(PageLoadStrategy) - Method in class org.openqa.selenium.chrome.ChromeOptions
 
setProxy(Proxy) - Method in class org.openqa.selenium.chrome.ChromeOptions
 
setUnhandledPromptBehaviour(UnexpectedAlertBehaviour) - Method in class org.openqa.selenium.chrome.ChromeOptions
 

W

withSilent(boolean) - Method in class org.openqa.selenium.chrome.ChromeDriverService.Builder
Configures the driver server for silent output.
withVerbose(boolean) - Method in class org.openqa.selenium.chrome.ChromeDriverService.Builder
Configures the driver server verbosity.
withWhitelistedIps(String) - Method in class org.openqa.selenium.chrome.ChromeDriverService.Builder
Configures the comma-separated list of remote IPv4 addresses which are allowed to connect to the driver server.
A B C F G L M O S W 
Skip navigation links