Class webdriver.FirefoxDomExecutor

code »
All implemented interfaces:
webdriver.CommandExecutor

Constructor

webdriver.FirefoxDomExecutor ( )

Enumerations

webdriver.FirefoxDomExecutor.Attribute_
Attributes used to communicate with the FirefoxDriver extension.
webdriver.FirefoxDomExecutor.EventType_
Events used to communicate with the FirefoxDriver extension.
Show:

Instance Methods

code »execute ( command, callback )
Parameters
command
callback

Instance Properties

code »pendingCommand_ : ?{name: string, callback: !Function}

The pending command, if any.

Static Functions

Returns
Whether the current environment supports the FirefoxDomExecutor.