How can I click the div tag using xpath
<div>
<input>
<input>
<input>
<input>.....suresh....</input>
</input>
</input>
</input>
</div>
Answer Posted / @ni
//div
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the limitations of using selenium as a test tool?
How colors could be handled in selenium webdriver?
What is page factory?
Which technique should you consider using throughout the script “if there is neither frame id nor frame name”?
What programming languages does Selenium use?
Mention what is listeners in selenium webdriver?
What is the difference between the “type” and “typeAndWait” commands?
How to set the size of browser window using selenium?
How many exceptions do you know in selenium webdriver?
Can we use selenium rc to drive tests on two different browsers on one operating system without selenium grid?
What are heightened privileges browsers?
What is the alternative to driver.get() method to open an url using selenium webdriver?
Is the firefoxdriver a class or an interface?
Mention different exceptions you had in selenium web driver?
What are the different ways of locating a web element in selenium?