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 is desired capabilities?
How to handle the AJAX popup window?
What programming languages does Selenium use?
What evaluation can selenium do?
How can we create an object repository in selenium?
When should one use selenium grid?
Why should testers opt for selenium and not qtp?
How to clear the text in the text box using selenium webdriver?
How do I upload a file using selenium? I need to upload a word file during test execution.
What are the advantages and disadvantages of selenium ?
How can I click the div tag using xpath <div> <input> <input> <input> <input>.....suresh....</input> </input> </input> </input> </div>
Can you run the tests registered with Selenium IDE in other browsers?