What is the difference between “/” and “//” in Xpath?

Questions & AnswersCategory: Programming LanguageWhat is the difference between “/” and “//” in Xpath?
Adam asked 2 years ago

What is the difference between “/” and “//” in Xpath?
a. “/” is used to create XPath with a relative path and “//” is used to create XPath with an absolute path
b. “/” is used to create XPath with an absolute path and “//” is used to create XPath with a relative path