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 |
Is selenium capable of handling windows pop-ups?
difference between Implicit Wait and Explicit Wait with syntax.?
What must one set within side in order to run a test from the beginning to a certain point within the test?
What are some commonly encountered exceptions in selenium?
in real world, how do we log reports using selenium? is it with log4j or testNG listener?? please answer asap
How do you attach File on a page?
What is selenium rc?
How will you find an element using selenium?
What are core extension?
what is the difference between type keys and type commands?
What are the features of selenium ide ?
What is junit annotations and what are different types of annotations which are useful?