Automation Question:

Please explain what is a Relative XPath?

Automation Interview Question
Automation Interview Question

Answer:

Relative XPath means that user can start from the middle of the HTML DOM structure and no need to write long XPath. Example of Relative XPath - //input[@id='email'].


Previous QuestionNext Question
Explain what is Selenium IDE?Do you know what is the difference between "type" and "typeAndWait" command?