B C F G O P U W 

B

build() - Method in class org.openqa.selenium.phantomjs.PhantomJSDriverService.Builder
Creates a new service.

C

createDefaultService(Capabilities) - Static method in class org.openqa.selenium.phantomjs.PhantomJSDriverService
Configures and returns a new PhantomJSDriverService using the default configuration.
createDefaultService() - Static method in class org.openqa.selenium.phantomjs.PhantomJSDriverService

F

findGhostDriver(Capabilities, String, String) - Static method in class org.openqa.selenium.phantomjs.PhantomJSDriverService
Find the GhostDriver main file (i.e.
findPhantomJS(Capabilities, String, String) - Static method in class org.openqa.selenium.phantomjs.PhantomJSDriverService
Looks into the Capabilities, the current $PATH and the System Properties for PhantomJSDriverService.PHANTOMJS_EXECUTABLE_PATH_PROPERTY.

G

getScreenshotAs(OutputType<X>) - Method in class org.openqa.selenium.phantomjs.PhantomJSDriver
Take screenshot of the current window.

O

org.openqa.selenium.phantomjs - package org.openqa.selenium.phantomjs
 

P

PHANTOMJS_EXECUTABLE_PATH_PROPERTY - Static variable in class org.openqa.selenium.phantomjs.PhantomJSDriverService
System property/capability that defines the location of the PhantomJS executable.
PHANTOMJS_GHOSTDRIVER_PATH_PROPERTY - Static variable in class org.openqa.selenium.phantomjs.PhantomJSDriverService
Optional System property/capability that defines the location of the GhostDriver JavaScript launch file (i.e.
PhantomJSDriver - Class in org.openqa.selenium.phantomjs
A WebDriver implementation that controls a PhantomJS running in Remote WebDriver mode.
PhantomJSDriver(Capabilities) - Constructor for class org.openqa.selenium.phantomjs.PhantomJSDriver
Creates a new PhantomJSDriver instance.
PhantomJSDriver(PhantomJSDriverService, Capabilities) - Constructor for class org.openqa.selenium.phantomjs.PhantomJSDriver
Creates a new PhantomJSDriver instance.
PhantomJSDriverService - Class in org.openqa.selenium.phantomjs
Service that controls the life-cycle of a PhantomJS in Remote WebDriver mode.
PhantomJSDriverService.Builder - Class in org.openqa.selenium.phantomjs
Builder used to configure new PhantomJSDriverService instances.
PhantomJSDriverService.Builder() - Constructor for class org.openqa.selenium.phantomjs.PhantomJSDriverService.Builder
 

U

usingAnyFreePort() - Method in class org.openqa.selenium.phantomjs.PhantomJSDriverService.Builder
Configures the service to listen on any available port.
usingGhostDriver(File) - Method in class org.openqa.selenium.phantomjs.PhantomJSDriverService.Builder
Sets which GhostDriver the builder will use.
usingPhantomJSExecutable(File) - Method in class org.openqa.selenium.phantomjs.PhantomJSDriverService.Builder
Sets which PhantomJS executable the builder will use.
usingPort(int) - Method in class org.openqa.selenium.phantomjs.PhantomJSDriverService.Builder
Sets which port the service should listen on.

W

withEnvironment(Map<String, String>) - Method in class org.openqa.selenium.phantomjs.PhantomJSDriverService.Builder
Defines the environment for the service.
withLogFile(File) - Method in class org.openqa.selenium.phantomjs.PhantomJSDriverService.Builder
Configures the service to write log to the given file.
withProxy(Proxy) - Method in class org.openqa.selenium.phantomjs.PhantomJSDriverService.Builder
Configures the service to use a specific Proxy configuration.
B C F G O P U W