0

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

undetected Selenium
  • 183,867
  • 41
  • 278
  • 352

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
  • 16,610
  • 15
  • 78
  • 125
0

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

maven.png

undetected Selenium
  • 183,867
  • 41
  • 278
  • 352
0

low level architecture of selenium

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

Community
  • 1
  • 1