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

0 like 0 dislike
157 views
in selenium-and-webdriver by The go-to Tester (181 points)

1 Answer

0 like 0 dislike
by The go-to Tester (181 points)

Selenium webdriver uses 8 locators to find the elements on web page.

  • id
  • Name
  • Linktext
  • Partial Linktext
  • Tag Name
  • Class name
  • CssXpath

 

Example to identify element by ID:

WebElement Ele = driver.findElement(By.id("toolbar"));
Rest you may type . after By and figure out.


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!

1.4k questions

1.6k answers

866 comments

1.9k users

...