selenium-cucumber / selenium-cucumber-java

Behavior driven development (BDD) approach to write automation test scripts to test web applications.
https://seleniumcucumber.info/
MIT License
195 stars 280 forks source link

Capabilities are not passed to the driver #22

Closed roscopeco closed 3 years ago

roscopeco commented 5 years ago

This issue meant that in my tests I was unable to set the acceptSslCertificates capability correctly as the capability was not being passed to the Firefox driver.

With these changes, the capabilities I set are passed correctly.