Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Firefox capabilities like for Chrome #321

Open
mvorisek opened this issue Aug 3, 2020 · 1 comment
Open

Add support for Firefox capabilities like for Chrome #321

mvorisek opened this issue Aug 3, 2020 · 1 comment

Comments

@mvorisek
Copy link
Contributor

mvorisek commented Aug 3, 2020

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

@aik099
Copy link
Member

aik099 commented Aug 7, 2020

OK. Please send a PR. Also, PR to Behat/MinkExtension is needed to ensure, that Behat can read these compatibilities from a config.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants