Official locator strategies for the webdriver
Yes, you saw it right. As per the current WebDriver – W3C Candidate Recommendation the Locator Strategies enlisted are as follows: “css selector”: CSS selector “link text”: Link text selector “partial link text”: Partial link text selector “tag name”: Tag name “xpath”: XPath selector Snapshot: However, the JsonWireProtocol was once used to support the Locator … Read more