intoli / remote-browser

A low-level browser automation framework built on top of the Web Extensions API standard.
Other
1.74k stars 105 forks source link

Add chromedriver and geckodriver as dependencies #53

Closed sangaline closed 6 years ago

sangaline commented 6 years ago

This uses the chromedriver and geckodriver dependencies for launching the browsers. We can remove this when we stop using Selenium, but it will make it easier for people to try out the library in the meantime.

Closes #52