0

What are all the classes related to Selenium and how are they internally linked (in hierarchical order)?

undetected Selenium
  • 151,581
  • 34
  • 225
  • 281

3 Answers3

0

The key you are looking for is selenium webdriver architecture.

You can found many article on google for same

Example:

https://www.softwaretestingmaterial.com/selenium-webdriver-architecture/

https://www.javatpoint.com/selenium-webdriver

https://chercher.tech/java/index-selenium-webdriver

http://makeseleniumeasy.com/2017/03/03/architecture-of-selenium-webdriver/

Shubham Jain
  • 14,804
  • 9
  • 73
  • 115
0

All the classes related to Selenium and how are they internally linked can be sumarized through the following diagram:

maven.png

undetected Selenium
  • 151,581
  • 34
  • 225
  • 281
0

low level architecture of selenium

This image shows hot interfaces and classes are interlinked in selenium.

Community
  • 1
  • 1