john-doherty / selenium-cucumber-js

Browser automation framework written in pure JavaScript using official selenium-webdriver and cucumber-js
ISC License
120 stars 89 forks source link

chromdriver version and headless chrome #44

Closed bricas closed 7 years ago

bricas commented 7 years ago

We're doing some experimenting with headless chrome in place of phantomjs for our testing.

It seems headless chrome needs a pretty recent version of chromedriver. This package currently only gets chromedriver 2.28, and the "getting started with headless chrome" page recommends at least version 2.32 (latest: 2.33)

Any chance for an update?

john-doherty commented 7 years ago

Hi @bricas, I don't have time at the moment but it would be great if you could fork the repo, make the change and issue a pull request as part of your experimentation work :)

bricas commented 7 years ago

Hey @john-doherty, I'm closing this ticket. Although I'd still recommend updating the dep version, here's what I've found:

All of that to say I've worked around the issues I thought I was having. :)

Cheers.