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 |
Which is the super interface of webdriver?
How do you send enter/tab keys in webdriver?
What are junit annotations?
How to insert a start point in selenium ide?
How do you Upload or Download a File in Web Application?
Is there an htmlunitdriver for .net?
Explain how you can insert a break point in selenium ide?
How can we inspect the web element attributes in order to use them in different locators?
How is selenium different from qtp?
Name the different types of waits in webdriver.
What is the significance of testng.xml?
What is htmlunitdriver?