Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
K
N
O
S
A
ACCEPT_UNTRUSTED_CERTIFICATES
- Static variable in class org.openqa.selenium.chrome.
ChromeDriver
addCustomBinaryFlag(String)
- Method in class org.openqa.selenium.chrome.
ChromeBinary
C
CHROME_EXTENSION_DIRECTORY_PROPERTY
- Static variable in class org.openqa.selenium.chrome.
ChromeExtension
System property used to specify which extension directory to use.
ChromeBinary
- Class in
org.openqa.selenium.chrome
ChromeBinary(ChromeProfile, ChromeExtension)
- Constructor for class org.openqa.selenium.chrome.
ChromeBinary
ChromeBinary(ChromeProfile, ChromeExtension, int)
- Constructor for class org.openqa.selenium.chrome.
ChromeBinary
Creates a new instance for managing an instance of Chrome using the given
profile
and
extension
.
chromeBinaryLocation
- Variable in class org.openqa.selenium.chrome.
ChromeBinary
ChromeCommandExecutor
- Class in
org.openqa.selenium.chrome
ChromeCommandExecutor(ChromeBinary)
- Constructor for class org.openqa.selenium.chrome.
ChromeCommandExecutor
Creates a new ChromeCommandExecutor which listens on a free TCP port.
ChromeDriver
- Class in
org.openqa.selenium.chrome
ChromeDriver(ChromeBinary)
- Constructor for class org.openqa.selenium.chrome.
ChromeDriver
ChromeDriver(ChromeProfile, ChromeExtension)
- Constructor for class org.openqa.selenium.chrome.
ChromeDriver
Starts up a new instance of Chrome using the specified profile and extension.
ChromeDriver()
- Constructor for class org.openqa.selenium.chrome.
ChromeDriver
Starts up a new instance of Chrome, with the required extension loaded, and has it connect to a new ChromeCommandExecutor on its port
ChromeExtension
- Class in
org.openqa.selenium.chrome
Class for managing the WebDriver Chrome extension.
ChromeExtension(File)
- Constructor for class org.openqa.selenium.chrome.
ChromeExtension
Create a new instance that manages the extension in the specified directory.
ChromeExtension()
- Constructor for class org.openqa.selenium.chrome.
ChromeExtension
Creates a new instance using the directory specified by the criteria defined by
ChromeExtension.findChromeExtensionDir()
.
ChromeNotRunningException
- Exception in
org.openqa.selenium.chrome
Exception used to signal that Chrome is not (or is no longer) running.
ChromeNotRunningException()
- Constructor for exception org.openqa.selenium.chrome.
ChromeNotRunningException
ChromeNotRunningException(String)
- Constructor for exception org.openqa.selenium.chrome.
ChromeNotRunningException
ChromeNotRunningException(Throwable)
- Constructor for exception org.openqa.selenium.chrome.
ChromeNotRunningException
ChromeNotRunningException(String, Throwable)
- Constructor for exception org.openqa.selenium.chrome.
ChromeNotRunningException
ChromeProfile
- Class in
org.openqa.selenium.chrome
Manages the extension used by the
ChromeDriver
.
ChromeProfile(File)
- Constructor for class org.openqa.selenium.chrome.
ChromeProfile
Create a new profile using the given directory.
ChromeProfile()
- Constructor for class org.openqa.selenium.chrome.
ChromeProfile
Creates a new profile using a temporary directory.
ChromeWebElement
- Class in
org.openqa.selenium.chrome
ChromeWebElement(ChromeDriver)
- Constructor for class org.openqa.selenium.chrome.
ChromeWebElement
D
DEFAULT_PROFILE
- Static variable in class org.openqa.selenium.chrome.
ChromeProfile
dragAndDropBy(int, int)
- Method in class org.openqa.selenium.chrome.
ChromeWebElement
dragAndDropOn(RenderedWebElement)
- Method in class org.openqa.selenium.chrome.
ChromeWebElement
E
equals(Object)
- Method in class org.openqa.selenium.chrome.
ChromeProfile
equals(Object)
- Method in class org.openqa.selenium.chrome.
ChromeWebElement
execute(Command)
- Method in class org.openqa.selenium.chrome.
ChromeCommandExecutor
Executes the passed command
execute(String, Map<String, ?>)
- Method in class org.openqa.selenium.chrome.
ChromeDriver
Executes a passed command using the current ChromeCommandExecutor
F
FatalChromeException
- Exception in
org.openqa.selenium.chrome
FatalChromeException(String)
- Constructor for exception org.openqa.selenium.chrome.
FatalChromeException
findChromeExtensionDir()
- Static method in class org.openqa.selenium.chrome.
ChromeExtension
Searches for the Chrome extension directory to use.
findElementByCssSelector(String)
- Method in class org.openqa.selenium.chrome.
ChromeDriver
findElementByCssSelector(String)
- Method in class org.openqa.selenium.chrome.
ChromeWebElement
findElementsByCssSelector(String)
- Method in class org.openqa.selenium.chrome.
ChromeDriver
findElementsByCssSelector(String)
- Method in class org.openqa.selenium.chrome.
ChromeWebElement
G
getBinary()
- Method in class org.openqa.selenium.chrome.
ChromeCommandExecutor
getChromeBinaryLocation()
- Method in class org.openqa.selenium.chrome.
ChromeBinary
Locates the Chrome executable on the current platform.
getDefaultWindowsBinaryLocation()
- Static method in class org.openqa.selenium.chrome.
ChromeBinary
getDirectory()
- Method in class org.openqa.selenium.chrome.
ChromeExtension
getDirectory()
- Method in class org.openqa.selenium.chrome.
ChromeProfile
getExtension()
- Method in class org.openqa.selenium.chrome.
ChromeBinary
getLocationOnScreenOnceScrolledIntoView()
- Method in class org.openqa.selenium.chrome.
ChromeWebElement
getPort()
- Method in class org.openqa.selenium.chrome.
ChromeBinary
getPort()
- Method in class org.openqa.selenium.chrome.
ChromeCommandExecutor
Returns the port being listened on
getProfile()
- Method in class org.openqa.selenium.chrome.
ChromeBinary
getProxy()
- Method in class org.openqa.selenium.chrome.
ChromeProfile
getScreenshotAs(OutputType<X>)
- Method in class org.openqa.selenium.chrome.
ChromeDriver
getUntrustedCertificatesFlag()
- Method in class org.openqa.selenium.chrome.
ChromeProfile
getWindowsBinaryLocationFromRegistry()
- Static method in class org.openqa.selenium.chrome.
ChromeBinary
Returns null if couldn't read value from registry
H
hashCode()
- Method in class org.openqa.selenium.chrome.
ChromeWebElement
I
incrementBackoffBy(int)
- Method in class org.openqa.selenium.chrome.
ChromeBinary
isChromeBinaryLocationKnown()
- Method in class org.openqa.selenium.chrome.
ChromeBinary
isJavascriptEnabled()
- Method in class org.openqa.selenium.chrome.
ChromeDriver
isRunning()
- Method in class org.openqa.selenium.chrome.
ChromeBinary
K
kill()
- Method in class org.openqa.selenium.chrome.
ChromeBinary
Kills the Chrome process managed by this instance.
N
newRemoteWebElement()
- Method in class org.openqa.selenium.chrome.
ChromeDriver
O
org.openqa.selenium.chrome
- package org.openqa.selenium.chrome
S
setAcceptUntrustedCertificates(boolean)
- Method in class org.openqa.selenium.chrome.
ChromeProfile
Sets whether Chrome should accept SSL certificates which have expired, signed by an unknown authority or are generally untrusted.
setProxy(Proxy)
- Method in class org.openqa.selenium.chrome.
ChromeProfile
start()
- Method in class org.openqa.selenium.chrome.
ChromeBinary
Starts the Chrome process for WebDriver.
start()
- Method in class org.openqa.selenium.chrome.
ChromeCommandExecutor
Starts a new instanceof Chrome and waits for a TCP port connection from it.
startClient()
- Method in class org.openqa.selenium.chrome.
ChromeDriver
By default will try to load Chrome from system property webdriver.chrome.bin and the extension from webdriver.chrome.extensiondir.
stop()
- Method in class org.openqa.selenium.chrome.
ChromeCommandExecutor
Shuts down Chrome and stops listening for new socket connections.
stopClient()
- Method in class org.openqa.selenium.chrome.
ChromeDriver
Kills the started Chrome process and ChromeCommandExecutor if they exist
A
C
D
E
F
G
H
I
K
N
O
S
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2010. All Rights Reserved.