Class selenium-webdriver/firefox.Options
code »Configuration options for the FirefoxDriver.
Constructor
Options ( )
Show:
Instance Methods
code »setLoggingPreferences ( prefs ) ⇒ !Options
Sets the logging preferences for the new session.
!Options
Parameters |
---|
|
Returns |
|
code »setProfile ( profile ) ⇒ !Options
Sets the profile to use. The profile may be specified as a
Profile
object or as the path to an existing Firefox profile to use
as a template.
!Options
Profile
object or as the path to an existing Firefox profile to use
as a template.Parameters |
---|
|
Returns |
|
Sets the proxy to use.
Parameters |
---|
|
Returns |
|
code »toCapabilities ( opt_remote ) ⇒ !webdriver.Capabilities
Converts these options to a webdriver.Capabilities
instance.
!webdriver.Capabilities
webdriver.Capabilities
instance.Parameters |
---|
|
Returns |
|