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
Same as PhantomJSDriverService.createDefaultService(org.openqa.selenium.Capabilities).

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_CLI_ARGS - Static variable in class org.openqa.selenium.phantomjs.PhantomJSDriverService
Capability that allows to add custom command line arguments to the spawned phantomjs process.
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.
PHANTOMJS_PAGE_SETTINGS_PREFIX - Static variable in class org.openqa.selenium.phantomjs.PhantomJSDriverService
Set capabilities with this prefix to apply it to the PhantomJS page.settings.* object.
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(DriverService, 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.
usingCommandLineArguments(String[]) - Method in class org.openqa.selenium.phantomjs.PhantomJSDriverService.Builder
Configures the service to pass additional command line arguments to the PhantomJS executable.
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