Module: selenium-webdriver/firefoxView Sourceclass OptionsConfiguration options for the FirefoxDriver. new Options()ParametersNone.Instance MethodssetBinary(binary)code »Sets the binary to use. The binary may be specified as the path to a Firefox executable, or as a Binary object. Parametersbinary(string|Binary)The binary to use. ReturnsOptionsA self reference. setLoggingPreferences(prefs)code »Sets the logging preferences for the new session. Parametersprefswebdriver.logging.PreferencesThe logging preferences. ReturnsOptionsA self reference. setProfile(profile)code »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. Parametersprofile(string|Profile)The profile to use. ReturnsOptionsA self reference. setProxy(proxy)code »Sets the proxy to use. Parametersproxyselenium-webdriver.ProxyConfigThe proxy configuration to use. ReturnsOptionsA self reference. toCapabilities(opt_remote)code »Converts these options to a webdriver.Capabilities instance. Parametersopt_remote?Returnswebdriver.CapabilitiesA new capabilities object.