agouti icon indicating copy to clipboard operation
agouti copied to clipboard

SlimerJS support

Open lcacciagioni opened this issue 8 years ago • 1 comments

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/).

lcacciagioni avatar Jul 04 '16 19:07 lcacciagioni

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.

sclevine avatar Jan 20 '17 16:01 sclevine