InterviewSolution
Saved Bookmarks
| 1. |
What Is The Order Of Fastest Browser Implementation For Protractor? |
|
Answer» HTML Unit Driver is the FASTEST browser IMPLEMENTATION as it does not involves interaction with a browser; this is FOLLOWED by Firefox driver and then IE driver which is slower than FF driver and runs only on Windows. HTML Unit Driver is the fastest browser implementation as it does not involves interaction with a browser; this is followed by Firefox driver and then IE driver which is slower than FF driver and runs only on Windows. |
|