Answer Posted / 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 |
Post New Answer View All Answers
How to configure selenium web driver in eclipse?
How you can login into any site if it’s showing any authentication popup for password and username?
What are the important selenium ide commands or selenese commands?
What is exception test in selenium?
How to launch a browser using selenium webdriver?
What does a single “/” bar in XPath do?
What is the difference between assert and verify in selenium?
How to check whether a text is underlined or not?
What is the super interface of webdriver?
What are the advantages and disadvantages of using selenium as testing tool?
What is the difference between single and double slash in xpath?
Is there an htmlunitdriver for .net?
How can I read test data from excels?
What are the performance testing tools?
What are the advantages of selenium?