Behat / MinkExtension

Mink extension (tight integration and configuration) for Behat
MIT License
636 stars 279 forks source link

Can't start chrome in headless mode #352

Open hmonglee opened 4 years ago

hmonglee commented 4 years ago

Hello,

I can't start chrome in headless mode. Here my behat.yml :+1: ` default: suites: default: contexts:

I start selenium with : java -Dwebdriver.chrome.driver=bin/chromedriver -jar bin/selenium-server-standalone.jar

Thx