MinkExtension icon indicating copy to clipboard operation
MinkExtension copied to clipboard

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

Open li0n12 opened this issue 6 years ago • 1 comments

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

li0n12 avatar Jul 15 '19 13:07 li0n12

makes sense - this way you don't need to use extra_capabilities -> chromeOptions as in https://github.com/Behat/MinkExtension/issues/345#issuecomment-510712489

crossan007 avatar Jul 15 '19 13:07 crossan007