Fork me on GitHub
#etaoin
<
2022-07-23
>
Luis Santos09:07:43

Hi everyone, This is probably obvious, but due to the fact that Etaoin doesn't use Selenium, it cannot use Selenium Grid or services like Browserstack. Is my assumption correct? How would you compare Etaoin to a solution based on Selenium in parameters such as stability and performance? Are there big differences?

borkdude09:07:31

@luis559 etaoin is based on the webdriver protocol which is a standard that selenium supports

👍 1
Luis Santos09:07:16

Thanks. I guess it is theoretically possible but there are a few things left to iron out. I found this bug with some details https://github.com/clj-commons/etaoin/issues/378

lread15:07:59

Yeah, although I did a little digging there, I don’t fully understand the Selenium Grid WebDriver abstraction yet.