Interview Questions

Selenium WebdDriver - Which web driver implementation is fastest?

Selenium WebDriver Interview question and Answers


(Continued from previous question...)

Selenium WebdDriver - Which web driver implementation is fastest?

HTMLUnit Driver implementation is fastest, HTMLUnitDriver does not execute tests on browser but plain http request, which is far quick than launching a browser and executing tests

(Continued on next question...)

Other Interview Questions