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 |
What are the types of listeners in testng?
Tell me why to choose python over java in selenium?
How to pass parameters using testng.xml?
Describe technical problems that you had with selenium tool?
What are the different keyboard operations that can be performed in selenium?
Just how much does selenium license cost per customer device?
How can you fetch an attribute from an element? How to retrieve typed text from a textbox?
How do you add check points or verification points in selenium?
In which format does source view show the script in selenium ide?
How to execute a single line command from selenium ide?
What is implicit wait in selenium webdriver?
Explain using webdriver how you can perform double click?