Why use selenium instead of chromedriver standalone?

242 Views Asked by At

I'm a little new to e2e testing and was wondering why someone would choose to use Selenium to run Chrome (via chromedriver) instead of just using chromedriver by itself?

I'm using NightwatchJS and wondering about the different setups

1

There are 1 best solutions below

1
On

I am going to take a poke at this and say it is because Chromedriver needs Selenium Webdriver to run. Think of Chromedriver as an extension of Webdriver.