How can I click the div tag using xpath
<div>
<input>
<input>
<input>
<input>.....suresh....</input>
</input>
</input>
</input>
</div>
Answer Posted / raam
/div/input(index)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to select value in a dropdown?
Name an api used for reading and writing data to excel files?
What are the prerequisites to run selenium webdriver?
List the parameters that one needs to pass in selenium.
Can WebDriver test mobile applications?
Explain the difference between assert and verify commands?
How you can debug the tests in selenium ide?
What are the features of testng and list some of the functionality in testng which makes it more effective?
What are the types of assertions there in selenium?
What are heightened privileges browsers?
Do you know how to locate a link using its text in selenium?
We do create a reference variable ‘driver’ of type webdriver
What are the annotations used in testng?
What test can selenium perform?
How does testng allow you to state dependencies? Explain it with an example.