VAIBHAV SINGH
Selenium Interview Question

Question : Why Selenium Driver create new session everytime when it runs? Why Selenium cannot catch already open browser to start a testcase?

The approach behind Selenium is Parallel Execution. If we will allow selenium to catch already open session then it is not possible to execute same script multiple time parallel manner.


Back