WHAT IS WORKFLOW OF SELENIUM WEBDRIVER?


Selenium Webdriver directly interacts with browsers while executing the test script.

Automation test scripts are executed using selenium core on browsers.

In Webdriver, each browser has its own driver instance to execute the automation test scripts.








Post a Comment

0 Comments