- CAPABILITY - Static variable in class org.openqa.selenium.chrome.ChromeOptions
-
Key used to store a set of ChromeOptions in a DesiredCapabilities
object.
- CHROME_COMMAND_NAME_TO_URL - Static variable in class org.openqa.selenium.chrome.ChromeDriverCommandExecutor
-
- 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
-
Creates a new ChromeDriver instance.
- 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
-
Creates a new ChromeDriver instance.
- ChromeDriverCommand - Class in org.openqa.selenium.chrome
-
Constants for the ChromeDriver specific command IDs.
- ChromeDriverCommand() - Constructor for class org.openqa.selenium.chrome.ChromeDriverCommand
-
- ChromeDriverCommandExecutor - Class in org.openqa.selenium.chrome
-
DriverCommandExecutor
that understands ChromeDriver specific commands.
- ChromeDriverCommandExecutor(DriverService) - Constructor for class org.openqa.selenium.chrome.ChromeDriverCommandExecutor
-
- 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
-
- ChromeOptions - Class in org.openqa.selenium.chrome
-
- 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
-
- createDriverService(File, int, ImmutableList<String>, ImmutableMap<String, String>) - Method in class org.openqa.selenium.chrome.ChromeDriverService.Builder
-