Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

add support for changing "w3c" option for Selenium2->ChromeDriver #346

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

li0n12
Copy link

@li0n12 li0n12 commented Jul 15, 2019

W3C WebDriver standart is enabled for ChromeDriver 75 by default.
We need to provide option to disable W3C support for services that don't support W3C standart.

it can be done with following config:

      default:
            extensions:
                Behat\MinkExtension:
                    sessions:
                        my_session:
                            selenium2: 
                                 chrome:
                                     w3c: false

@crossan007
Copy link

makes sense - this way you don't need to use extra_capabilities -> chromeOptions as in #345 (comment)

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

Successfully merging this pull request may close these issues.

None yet

2 participants