0 votes
in Selenium by
Which implementation of WebDriver promises to be the fastest?

1 Answer

0 votes
by

HTMLUnitDriver is the quickest WebDriver implementation because the HTMLUnitDriver does not run tests in the browser, this is the case. When compared to running the scripts without a browser, starting a browser and performing test cases took longer. For test case execution, HTMLUnitDriver used a simple HTTP request-response method.

Related questions

0 votes
asked Jan 7 in Selenium by SakshiSharma
0 votes
asked Jan 30, 2020 in Selenium by Deepanshu Burreja
...