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 create and run testng.xml?

0 Answers  


What types of cases can be automated with Selenium?

0 Answers  


How you can switch back from a frame?

0 Answers  


Mention what are the challenges in handling ajax call in selenium webdriver?

0 Answers  


How can we fetch title of the page in selenium?

0 Answers  


What regular expression special character(s) means "any character?"

0 Answers  


What is the difference between “type” and “type and wait for” command?

0 Answers  


How to click on a hyperlink using selenium webdriver?

0 Answers  


How can we create an object repository in selenium?

0 Answers  


What are the challenges with selenium ide?

0 Answers  


Explain how you can handle frames using selenium 2.0?

0 Answers  


How can I learn to automate testing using selenium?

0 Answers  


Categories