I want to know what is the architecture of Selenium WebDriver. Can anyone please help me out.
1 Like
The following image shows the architectural diagram of Selenium webdriver
Selenium WebDriver Architecture has four main components
- Selenium Language Bindings
- JSON Wire Protocol
- Browser Drivers
- Real Browsers
For the detailed information, you can visit: https://www.javatpoint.com/selenium-webdriver
2 Likes