Answer Posted / 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 |
Post New Answer View All Answers
Mention what is desired capability? How is it useful in terms of selenium?
How do you achieve synchronization in webdriver?
What is the difference between borland silk and selenium?
What are the regular expression patterns available in selenium?
How do you launch ie/chrome browser?
What does side stand for?
How to type text in a textbox using selenium?
Do you know what are the main advantages of selenium grid?
How to press enter key on text box in selenium webdriver?
What exactly is the price of selenium test-suite?
What kind of keyboard operations can be performed in selenium?
Explain what is assertion in selenium and what are the types of assertion?
How can we check if an element is getting displayed on a web page?
How to handle https website in selenium? Or how to accept the ssl untrusted connection?
Explain what is the difference between find elements () and find element ()?