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
What are the different components of selenium?
What test can selenium do?
What are the advantages of selenium?
Tell me how can we launch different browsers in selenium webdriver?
Explain how can you find broken links in a page using selenium webdriver?
How to fetch the current page url in selenium?
How can we capture screenshots in selenium?
Mention what is intellij?
How can we maximize browser window in selenium?
How to find whether an element is displayed on the web page?
What are different types of locators?
What is desired capability? How is it useful in terms of selenium?
Explain what are the limitations of selenium ide?
Explain what is the difference between find elements () and find element ()?
What programming languages does Selenium use?