Specifies whether Selenium should use the native in-browser implementation of XPath (if any native version is
available); if you pass "false" to this function, we will always use our pure-JavaScript xpath library.
Specifies whether Selenium should use the native in-browser implementation of XPath (if any native version is
available); if you pass "false" to this function, we will always use our pure-JavaScript xpath library.
Forces all requests to the specific domain ("example.com") or host ("www.example.com) to have the proper header
necessary to automatically pass any BASIC authentication challenge (ie: the Authorization
header) with the supplied username and password.
Instructs BrowserMob to blacklist any HTTP request that matches the supplied regular expression pattern,
automatically registering the supplied response code as the response without actually making the call.
By default, Selenium's overridden window.confirm() function will return true, as if the user had manually
clicked OK; after running this command, the next call to confirm() will return false, as if the user had clicked
Cancel.
By default, Selenium's overridden window.confirm() function will return true, as if the user had manually
clicked OK; after running this command, the next call to confirm() will return false, as if the user had clicked
Cancel.
Returns the total time the request was active, usually the time for the last byte to be received, but sometimes
the time in which the request was aborted because the script had completed.
Indicates if the current execution environment is an actual real time script playback or if this is simply a
script validation run that is used during script development.
Normally when a load test is paused or the load level drops to fewer concurrent users, BrowserMob allows the
actively running scripts to finish executing and complete the current transaction.
Executes a command rollup, which is a series of commands with a unique name, and optionally arguments that
control the generation of the set of commands.
Executes a command rollup, which is a series of commands with a unique name, and optionally arguments that
control the generation of the set of commands.
Instructs BrowserMob to whitelist any HTTP request that matches the supplied regular expression patterns,
automatically registering the supplied response code as the response for any request not in the set of
whitelists.