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
How to perform drag and drop action in selenium webdriver?
How you can handle colors in web driver?
What are soft assert and hard assert in selenium?
What you know about selenium?
Explain what is the difference between find elements () and find element ()?
How to run selenium webdriver test from the command line?
Tell me do you know a way to refresh browser by using selenium?
How to check the checkbox or radio button is selected?
How can you insert a start point in selenium ide?
How to scroll down a page using javascript in selenium?
What is the difference between “type” and “typeandwait” command?
What are the testing type supported by selenium webdriver?
How to run test case traced by employing ide in browsers?
How to developer selenium test cases?
What is the use of logging in automation?