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

What is the command that is used in order to display the values of a variable into the output console or log?

0 Answers  


What is junit annotations and what are different types of annotations which are useful?

0 Answers  


What are the different types of frameworks?

0 Answers  


How to export selenium ide test suite to selenium rc suites?

0 Answers  


How to get an attribute value using selenium webdriver?

0 Answers  


How do you add check points or verification points in selenium?

0 Answers  


Explain me how to handle alerts in selenium webdriver?

0 Answers  


How to hover the mouse on an element?

0 Answers  


List the different selenium tools.

1 Answers  


Tell us can you write the code to double click an element in selenium?

0 Answers  


How can we submit a form in selenium?

0 Answers  


What are the ways to refresh a browser using selenium webdriver?

0 Answers  


Categories