Class Options
code »Configuration options for the FirefoxDriver.
Constructor
Options ( )
Show:
Instance Methods
code »setLoggingPreferences ( prefs ) ⇒ !OptionsSets the logging preferences for the new session.
!Options| Parameters |
|---|
|
| Returns |
|
code »setProfile ( profile ) ⇒ !OptionsSets 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.
!OptionsProfile 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.CapabilitiesConverts these options to a webdriver.Capabilities instance.
!webdriver.Capabilitieswebdriver.Capabilities instance.| Parameters |
|---|
|
| Returns |
|