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
Name the different types of waits in webdriver.
What are the locators available in selenium?
What is the difference between verification and assertion?
Explain the fundamental difference between xpath and css selector.
Write the code to double click an element in selenium?
What does a right-pointing green triangle at the beginning of a command in side indicate?
How to login to any site if it’s showing any authentication popup for
Tell us what selenium components do you know?
Is it possible to automate the captcha using selenium?
What is the main difference between the close() and quit() methods?
Mention why to choose python over java in selenium?
Write the code for reading and writing to excel through selenium?
How does one execute java scripts function in selenium?
Firefox driver is class or an interface and from where is it inherited?
How colors could be handled in selenium webdriver?