Google News
logo
Selenium - Interview Questions
What is the difference between "/" and "//" in XPath?
Single Slash "/" : Single slash is used to create XPath with absolute path.
 
Double Slash "//" : Double slash is used to create XPath with the relative path.
Advertisement