How can I click the div tag using xpath
<div>
<input>
<input>
<input>
<input>.....suresh....</input>
</input>
</input>
</input>
</div>
Answer Posted / kiran
//input/ancestor::div
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What programming languages are you able to use in selenium rc?
How do you verify if the checkbox/radio is checked or not?
What is the alternate way to click on the login button?
What are the advantages and disadvantages of selenium over other testing tools like qtp and testcomplete?
What are the challenges with selenium ide?
Mention what are the types of listeners in testng?
What are the main advantages of selenium grid?
Which web driver implementation is the fastest?
List out different types of locators?
What are the different ways of locating a web element in selenium?
Why should Selenium be selected as a testing tool?
When do we use findelement() and findelements()?
What is the difference between the commit and verify commands?
How to check if an element is visible on the web page?
How to handle a dropdown in selenium webdriver?