How Does Selenium Webdriver Work?

selenium webdriver architecture diagram

https://www.youtube.com/watch?v=7XYxSwgGiW0

In this Video, We are going to cover How Selenium Webdriver Works and its Architecture and what are all its behind the scene?

This is will enable you to give a better answer to for this question asked inQA Interview.

When the automation script is executed, the following steps happen:

  • – For each Selenium command, an HTTP request is created and sent to the browser driver.
  • – The browser driver uses an HTTP server for getting the HTTP requests.
  • – The HTTP server determines the steps needed for implementing the Selenium command.
  • – The implementation steps are executed on the browser – the execution status is sent back to the HTTP server.
  • –  The HTTP server sends the status back to the automation script.

Selenium Webdriver Architecture Diagram

selenium webdriver architecture diagram

Watch Full tutorial on

Selenium Webdriver Working explained.

 

Recommend Books : –

Foundations of Software Testing ISTQB Certification – https://amzn.to/2AZf21m

Join Facebook Group: Software Testing & Automation Discussion https://www.facebook.com/groups/18560…

Blog: https://scrolltest.com

Follow at Quora: https://www.quora.com/profile/Promode-1

Similar Posts

One Comment

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.