Hi I am planning to setup selenium to test my web application.
I have read that both chromedriver and Xvfb can be used to run the tests. I have also read that Xvfb can be configured to use chromdriver.
So that got me confused. What role does chromedriver and Xvfb in running the selenium tests?
Thanks