class selenium.webdriver.firefox.options.Log¶ Bases: object
x.init(…) initializes x; see help(type(x)) for signature
class selenium.webdriver.firefox.options.Options Bases: object
x.init(…) initializes x; see help(type(x)) for signature
Add argument to be used for the browser process.
Sets a capability.
Deprecated, options.headless = True
Sets a preference.
Marshals the Firefox options to a moz:firefoxOptions object.
accept_insecure_certs
Returns a list of browser process arguments.
###binary Returns the FirefoxBinary instance
###binary_location Returns the location of the binary.
headless Returns whether or not the headless argument is set
Returns a dict of preferences.
Returns the Firefox profile to use.
returns Proxy if set otherwise None.