- 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_CLI_ARGS - Static variable in class org.openqa.selenium.phantomjs.PhantomJSDriverService
-
Capability that allows to pass custom command line arguments to the
GhostDriver JavaScript launch file, spawned PhantomJS process.
- 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_CUSTOMHEADERS_PREFIX - Static variable in class org.openqa.selenium.phantomjs.PhantomJSDriverService
-
Set capabilities with this prefix to apply it to the PhantomJS page.customHeaders.*
object.
- 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() - Constructor for class org.openqa.selenium.phantomjs.PhantomJSDriver
-
Creates a new PhantomJSDriver instance.
- 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
-
- PhantomJSDriverService.Builder() - Constructor for class org.openqa.selenium.phantomjs.PhantomJSDriverService.Builder
-