0 votes
in Selenium by
What is the difference between “/” and “//”

1 Answer

0 votes
by

Single Slash “/” – Single slash is used to create XPath with absolute path i.e. the XPath would be created to start selection from the document node/start node.

Double Slash “//” – Double slash is used to create XPath with relative path i.e. the XPath would be created to start selection from anywhere within the document.

Related questions

0 votes
asked Mar 31, 2021 in Selenium by sharadyadav1986
0 votes
asked Aug 22, 2019 in Selenium by john ganales
...