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 get typed text from a textbox?
How will you verify the specific position of an web element
List out the technical challenges with selenium?
Is it possible to automate the captcha using selenium?
Explain about selenium-ide ?
Write the code to right click an element in selenium?
What / supported operating system platforms Selenium?
How does testng allow you to state dependencies? Explain it with an example.
Tell me what kind of mouse actions can be performed in selenium?
How you can convert any selenium ide tests from selenese to another language?
How will you handle working with multiple windows in selenium?
Describe technical problems that you had with selenium tool?
How can we move to a particular frame in selenium?
What is the difference between driver.findelement() and driver.findelements() commands?
What are the advantages and disadvantages of selenium ?