minkphp / MinkSelenium2Driver

Selenium2 (webdriver) driver for Mink framework
MIT License
507 stars 163 forks source link

Removes useless default capabilities #274

Closed usmonster closed 6 years ago

usmonster commented 7 years ago

Applying the same reasoning as Behat/MinkExtension#186, there are a few default capabilities that are pretty useless and thus should not be merged into the desiredCapabilities in the general use case. So let's remove them. :)