How can I click the div tag using xpath
<div>
<input>
<input>
<input>
<input>.....suresh....</input>
</input>
</input>
</input>
</div>
Answer Posted / raam
/div/input(index)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to handle the AJAX popup window?
What is actions class in webdriver
What is the wait? How many types of waits in selenium?
Other than the default port 444 how you can run selenium server?
Explain how you can use recovery scenario with selenium?
How to click on a hyper link using linktext?
How are web-based pop-ups handled in selenium?
What are the challenges in handling ajax call in selenium webdriver?
What is robot api?
How to enter text in the HTML text box without invoking the SendKeys ()?
Mention what is the use of x-path?
What happens if I run this command. Driver.get(“www.softwaretestingmaterial.com”) ;
Tell me what api is required for database testing in selenium webdriver?
To enter values onto text boxes what is the command that can be used?
How you can use “submit” a form using selenium?