Your ultimate guide

Automation_JavaScript_FindElements

Just Like Selenium web driver locators, JavaScript also provides some method to find the elements:
  1. getElementById
  2. getElementByName
  3. getElementByClass
  4. getElementByTagName

- Next Page: Waits

No comments:

Post a Comment