Class selenium-webdriver/firefox.Driver

code »
webdriver.WebDriver
  └ Driver

A WebDriver client for Firefox.

Constructor

Driver ( opt_config, opt_flow )
Parameters
opt_config: (Options|webdriver.Capabilities|Object)=
The configuration options for this driver, specified as either an Options or webdriver.Capabilities, or as a raw hash object.
opt_flow: webdriver.promise.ControlFlow=
The flow to schedule commands through. Defaults to the active flow object.
Show:

Instance Properties