But if a profile has to be transferred to a target machine it is
To have geckodriver pick up an existing profile on the local filesystem, you may pass These must include the leading dash ( -) where HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\Mozilla Firefox\ \Main\PathToExeĬommand line arguments to pass to the Firefox binary.HKEY_LOCAL_MACHINE\SOFTWARE WOW6432Node \Mozilla\Mozilla Firefox\ \Main\PathToExe.This is equivalent to the output of running which(1): $HOME/Applications/Firefox.app/Contents/MacOS/firefox-binįirst firefox found on the system path./Applications/Firefox.app/Contents/MacOS/firefox-bin.Geckodriver will attempt to deduce the default location of Firefox on the current system if left undefined. Applications/Firefox.app/Contents/MacOS/firefox-bin. Applications/Firefox.app, or theĪbsolute path to the executable binary inside this bundle, for example On macOS you may either give the path to the application bundle, i.e. Moz:firefoxOptions is a JSON Object which may contain any of the following fields: binary (string)Ībsolute path to the custom Firefox binary to use. It is used to define options which control how Firefox gets started and run. It is used to control theīehavior of Firefox and can be used as a member of The moz:firefoxOptions capability is a namespaced set ofĬapabilities specific to Firefox.