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
see
MinkSelenium2Driver/src/Selenium2Driver.php
Line 134 in cd7f67e
currently
goog:chromeOptionsare supported for chrome, but similarmoz:firefoxOptionsoptions for Firefox are not supported yetref: https://developer.mozilla.org/en-US/docs/Web/WebDriver/Capabilities/firefoxOptions
This is a feature request to provide exactly the same support for Firefox