Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How can I click the div tag using xpath

<div>
<input>
<input>
<input>
<input>.....suresh....</input>
</input>
</input>
</input>
</div>

Answers were Sorted based on User's Feedback



How can I click the div tag using xpath <div> <input> <input> <input> ..

Answer / kiran

//input/ancestor::div

Is This Answer Correct ?    2 Yes 0 No

How can I click the div tag using xpath <div> <input> <input> <input> ..

Answer / kiran212

//input/ancestor::div

Is This Answer Correct ?    1 Yes 0 No

How can I click the div tag using xpath <div> <input> <input> <input> ..

Answer / @ni

//div

Is This Answer Correct ?    1 Yes 0 No

How can I click the div tag using xpath <div> <input> <input> <input> ..

Answer / raam

/div/input(index)

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Selenium Interview Questions

How to write in a text box using Selenium?

0 Answers  


What kinds of tests can be run with the selenium framework?

0 Answers  


Can WebDriver test mobile applications?

0 Answers  


What are the verification points available in selenium?

0 Answers  


What are the features of testng and list some of the functionality in testng which makes it more effective?

0 Answers  


Why testers should opt for selenium and not qtp?

0 Answers  


How to install use TestNG in selenium webdriver ?

0 Answers   Infosys,


How can you find broken links in a page using selenium webdriver?

0 Answers  


Mention what is the difference between implicit wait and explicit wait?

0 Answers  


What are some limitations of selenium?

0 Answers  


How to input text in the text box without calling the sendkeys()?

1 Answers  


Describe the purpose of xpath.

0 Answers  


Categories