karma-runner / karma-webdriver-launcher

A plugin for Karma. Launch any browser with WebDriver.
MIT License
66 stars 40 forks source link

Ditch "wd" module in favor of selenium client or webdriver.io. #41

Open joeyparrish opened 5 years ago

joeyparrish commented 5 years ago

@johnjbarton says:

Overall I would encourage you to get rid of ‘wd’. Selenium has a native node client (4.0.0a) or the webdriver.io package.

This seems like good advice.