see
|
$chromeOptions = (isset($desiredCapabilities['goog:chromeOptions']) && is_array($desiredCapabilities['goog:chromeOptions']))? $desiredCapabilities['goog:chromeOptions']:array(); |
currently goog:chromeOptions are supported for chrome, but similar moz:firefoxOptions options for Firefox are not supported yet
ref: https://developer.mozilla.org/en-US/docs/Web/WebDriver/Capabilities/firefoxOptions
This is a feature request to provide exactly the same support for Firefox