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 hover the mouse on an element?
How to switch between multiple windows in selenium?
where do u maintain all your test cases in manual not in selenium
Explain xpath absolute and xpath attributes.
How to check if an element is visible on the web page?
Tell us what are the two modes of views in selenium ide?
Mention what are the types of listeners in testng?
How to perform right click action (context click) in selenium webdriver?
Explain about selenium-grid ?
Give the example for method overload in webdriver.
What does a single “/” bar in XPath do?
Mention what is the difference between implicit wait and explicit wait?
What is soft assertion in selenium?
How to handle ajax calls in selenium webdriver?
How will u write page object models and data driven model.