agouti
agouti copied to clipboard
SlimerJS support
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/).
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.