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 do you launch ie/chrome browser?
How do you add check points or verification points in selenium?
How testing is better than junit?
What are the performance testing tools?
What are desiredcapabilities in selenium webdriver?
What is framework and what are the frameworks available in rc?
What is the super interface of webdriver?
How to export selenium ide test suite to selenium rc suites?
Which are the commands used for capturing the bitmaps?
How to export the tests from selenium ide to selenium rc in different languages?
How can you prepare customized html report using testng in hybrid framework?
What are the annotations available in testng?
How can the user get a text from a web element?
Tell me does the selenium have any limitations?
What is the main difference between the close() and quit() methods?