Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

0 like 0 dislike
179 views
in selenium-and-webdriver by The go-to Tester (181 points)
I wanted to understand how selenium identifies object?

1 Answer

0 like 0 dislike
by
Selenium is based on JQuery. When we write code in Java/C# or lanaguage of your choice, it is translated to JSON. Those JSONs are sent to selenium server. Server will parse those queries and convert those into associated JavaScript/JQuery and execute the samee on browser. Same way it identifies Object and returns path of the object.


This site is for software testing professionals, where you can ask all your questions and get answers from 1300+ masters of the profession. Click here to submit yours now!

...