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.
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.
Specifies whether Selenium will ignore xpath attributes that have no
value, i.e. are the empty string, when using the non-native xpath
evaluation engine.
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.
Shows in the RemoteRunner a banner for the current test
The banner is 'classname : methodname' where those two are derived from the caller
The method name will be unCamelCased with the insertion of spaces at word boundaries
Shows in the RemoteRunner a banner for the current test
The banner is 'classname : methodname'
The method name will be unCamelCased with the insertion of spaces at word boundaries