A B C F G I O S T U 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.
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.

B

build() - Method in class org.openqa.selenium.chrome.ChromeDriverService.Builder
Creates a new binary to manage the chromedriver server.

C

CAPABILITY - Static variable in class org.openqa.selenium.chrome.ChromeOptions
Key used to store a set of ChromeOptions in a DesiredCapabilities 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.
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
Deprecated. Use ChromeDriver.ChromeDriver(ChromeOptions) instead.
ChromeDriver(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
Deprecated. Use ChromeDriver.ChromeDriver(ChromeDriverService, ChromeOptions)
ChromeDriver(ChromeDriverService, ChromeOptions) - Constructor for class org.openqa.selenium.chrome.ChromeDriver
Creates a new ChromeDriver instance with the specified options.
ChromeDriverService - Class in org.openqa.selenium.chrome
Manages the life and death of a chromedriver server.
ChromeDriverService.Builder - Class in org.openqa.selenium.chrome
Builder used to configure new ChromeDriverService instances.
ChromeDriverService.Builder() - Constructor for class org.openqa.selenium.chrome.ChromeDriverService.Builder
 
ChromeOptions - Class in org.openqa.selenium.chrome
Class to manage options specific to ChromeDriver.
ChromeOptions() - Constructor for class org.openqa.selenium.chrome.ChromeOptions
 
createDefaultService() - Static method in class org.openqa.selenium.chrome.ChromeDriverService
Configures and returns a new ChromeDriverService using the default configuration.

F

FatalChromeException - Exception in org.openqa.selenium.chrome
 

G

getScreenshotAs(OutputType<X>) - Method in class org.openqa.selenium.chrome.ChromeDriver
 
getUrl() - Method in class org.openqa.selenium.chrome.ChromeDriverService
 

I

isRunning() - Method in class org.openqa.selenium.chrome.ChromeDriverService
Checks whether the chromedriver child proces is currently running.

O

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

S

setBinary(File) - Method in class org.openqa.selenium.chrome.ChromeOptions
Sets the path to the Chrome executable.
start() - Method in class org.openqa.selenium.chrome.ChromeDriverService
Starts this service if it is not already running.
stop() - Method in class org.openqa.selenium.chrome.ChromeDriverService
Stops this service is it is currently running.

T

toJson() - Method in class org.openqa.selenium.chrome.ChromeOptions
Converts this instance to its JSON representation.

U

usingAnyFreePort() - Method in class org.openqa.selenium.chrome.ChromeDriverService.Builder
Configures the chromedriver server to start on any available port.
usingChromeDriverExecutable(File) - Method in class org.openqa.selenium.chrome.ChromeDriverService.Builder
Sets which chromedriver executable the builder will use.
usingPort(int) - Method in class org.openqa.selenium.chrome.ChromeDriverService.Builder
Sets which port the chromedriver server should be started on.

W

withEnvironment(Map<String, String>) - Method in class org.openqa.selenium.chrome.ChromeDriverService.Builder
Defines the environment for the launched chromedriver server.

A B C F G I O S T U W

Copyright © 2012. All Rights Reserved.