oleg-andreyev / MinkPhpWebDriver

Webdriver driver for Mink framework
MIT License
8 stars 9 forks source link

Fix capability mapping during test setup #20

Closed andrewnicols closed 3 years ago

andrewnicols commented 3 years ago

The default capability for Chrome is the ChromeOptions::CAPABILITY and this is converted to CAPABILITY::CAPABILITY_W3C in toArray() as required.

Use of the W3C variant in this manner was causing all arguments and driver options to be entirely discarded, preventing use of headless browsers.

andrewnicols commented 3 years ago

Okay, turns out this this is a bug against php-webdriver/php-webdriver#852.

This will require a composer update once Onrej looks into it.