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 selenium-rc (remote control) ?
Explain what is datadriven framework and keyword driven?
How do you get data from Web Table?
What do we mean by selenium 1 and selenium 2?
Explain what does @test(invocationcount=?) And @test(threadpoolsize=?) Indicate.
Can we use selenium rc to drive tests on two different browsers on one operating system without selenium grid?
What are the limitations of selenium ide?
Explain how you can insert a start point in selenium ide?
List major difference between protractor vs selenium?
Can we move back and forward in browser using selenium?
what is selenium Grid
What is webdriver wait in selenium webdriver?