Saturday, September 14, 2019

Explain Selenium WebDriver Architecture | Selenium Interview Question



1.       Each browser has the specific driver in the WebDriver API.
2.       When the test is been triggered, the selenium code gets converted into JSON format
3.       Generated JSON is sent to the browser driver through HTTP protocol
4.       browser drivers communicate with its respective the browser and execute the commands in a browser by interpreting JSON
5.       Browser driver receives the response back from the browser and send JSON response back to the client

No comments:

Post a Comment