What is the difference between the following Selenium xpath
//a[@id="name"]
and
.//a[@id="name"]
What is the use of adding the .(dot) in front of the second xpath?
Thanks in Advance
What is the difference between the following Selenium xpath
//a[@id="name"]
and
.//a[@id="name"]
What is the use of adding the .(dot) in front of the second xpath?
Thanks in Advance