sclevine / agouti

A WebDriver client and acceptance testing library for Go
MIT License
823 stars 105 forks source link

SlimerJS support #78

Open lcacciagioni opened 8 years ago

lcacciagioni commented 8 years ago

Any plan on supporting this driver which is supported by the Mozilla foundation?

PS: I'm asking for native support just like phantomjs because selenium webdriver support is still experimental in slimer (https://slimerjs.org/).

sclevine commented 7 years ago

Agouti supports any WebDriver that conforms to the W3C WebDriver specification. You can generically connect to a WebDriver using agouti.NewWebDriver. I tried adding explicit support for SlimerJS a while ago, and it did not sufficiently conform to the specification. It may work now though.