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 |
Does the selenium have any limitations?
How could ajax controls be handled in webdriver?
I am not able to use "style" attribute to locate element with ie browser?
Can we edit recorded selenium ide test cases?
How can the user get a text from a web element?
Is webelement an interface or a class?
Define selenium 2.x?
How can we select elements by their attribute value using css selector?
What kinds of tests can be run with the selenium framework?
what is your approach clicking all the links which are available on the page?
What is junit annotations and what are different types of annotations which are useful?
Different types of synchronization