-
Notifications
You must be signed in to change notification settings - Fork 163
Open
Description
see
MinkSelenium2Driver/src/Selenium2Driver.php
Line 134 in cd7f67e
$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
Metadata
Metadata
Assignees
Labels
No labels