There are two types of XPaths: Absolute and Relative
Absolute XPath: starts with single "/" i.e. start with the root node.
Relative XPath: starts with double "//".
Absolute XPath: starts with single "/" i.e. start with the root node.
Relative XPath: starts with double "//".