Codekru

XPath starts-with() method in Selenium Webdriver

Earlier, we talked about XPath and its basics, and this post will discuss the use of the starts-with() method while writing the XPath in Selenium. starts-with() method locates the element(s) whose string value starts from a specified prefix. Note: The starts-with() method is case-sensitive. So, “codekru” and “Codekru” aren’t the same for the starts-with() method. starts-with()

XPath starts-with() method in Selenium Webdriver Read More »