What is difference between / and // in X-Path?

Double slash is used to create relative path and starts selection matching everywhere in the document. Whereas single slash is used to create absolute path and starts selection from document node.

Top 20 Selenium Interview Questions

Selenium is a web application testing framework. It does not require scripts writing. It is easy to use. Selenium makes… Read More

4 years ago