what are the differences (and when to use) selenium-webdriver over webdriverjs?

前端 未结 3 428
眼角桃花
眼角桃花 2021-01-31 12:44

I\'m an experience professional that uses selenium-webdriver. I\'m exploring more options on how to test javascript applications and I found webdriverJs. Unfortunately, I dont u

3条回答
  •  既然无缘
    2021-01-31 13:17

    WebDriverJS and selenium-webdriver are both JavaScript bindings for the Webdriver API.

    The only difference is that selenium-webdriver is the official implementation maintained by the selenium team, whereas WebDriverJS is not. WebDriverJS is maintained by a third-party.

提交回复
热议问题