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
Tell us how can you run selenium server other than the default port 4444?
how to handle staleelementreferenceexception?
What are the different Exceptions in selenium?
How selenium grid hub keeps in touch with rc slave machine?
What is the difference between driver.close() and driver.quit command?
what is the difference between absolute path and relative path?
Explain what does @test(invocationcount=?) And @test(threadpoolsize=?) Indicate.
What are the main advantages of selenium?
How to conduct database testing with selenium webdriver?
How to export selenium ide test suite to selenium rc suites?
How do you click on a menu item in a drop down menu?
How we handle pop-up web-based ?
Other than the default port 444 how you can run selenium server?
where do u maintain all your test cases in manual not in selenium
Tell me what you know about selenium?