What is the difference between “/’ and “//” in X Path?

:point_up: Single Slash ”/”:-

Single slash “/” is used to create an XPath with an absolute path.

:v: Double Slash “//”:-

double slash “//” is used to create an XPath with a relative path.