What is difference between / & //
Answer / lakshmi
/
1.It starts selection from the document node
2. It Allows you to create 'absolute' path expressions
3. e.g “/html/body/p” matches all the paragraph elements
//
1. It starts selection matching anywhere in the document
2. It Allows you to create 'relative' path expressions
3. e.g“//p” matches all the paragraph elements
| Is This Answer Correct ? | 2 Yes | 0 No |
How to perform right click using selenium webdriver?
Which is the latest Selenium tool?
How to insert a comment in selenium ide?
What are the ways to refresh a browser using selenium webdriver?
What is the super interface of webdriver?
Why and how will you use an excel sheet in your project?
What are different forms of selenium?
What are the locators available in selenium?
What is the difference between verify and assert commands?
Explain what are the limitations of selenium ide?
How you can use recovery scenario with selenium?
How to mouse hover on a web element using webdriver?