What is the difference between single slash(/) and double slash(//)?
A single slash (/) is used for creating XPaths with absolute paths beginning from the root node.
Double slash (//) is used for creating relative XPath to start selection from anywhere within the root node.
This is a very important question that is asked very often in Selenium Testing Interview.