Hi Isaac, HTMLUnit Driver implementation is fastest, as HTMLUnitDriver does not execute tests on browser but plain on http request, which is far quick than launching a browser and executing tests. But HTMLUnit is a headless browser so you don’t see any browser UI pages, it runs and you can just verify things by seeing only logs. You can’t take screenshot, you can’t track anything but your script execute perfectly and quicker then other browsers.