Namespace webdriver.process
code »Show:
Global Functions
code »webdriver.process.getEnv ( name, opt_default ) ⇒ string
Queries for a named environment variable.
string
code »webdriver.process.initBrowserProcess_ ( opt_window ) ⇒ !Object
Initializes a process object for use in a browser window.
!Object
Parameters |
---|
|
Returns |
|
Returns |
---|
|
code »webdriver.process.setEnv ( name, value )Sets an environment value. If the new value is either null or undefined, the
environment variable will be cleared.
Parameters |
---|
|
Global Properties
Whether the current environment is using Node's native process object.
The global process object to use. Will either be Node's global
process
object, or an approximation of it for use in a browser
environment.
process
object, or an approximation of it for use in a browser
environment.