Ajitesh, While I'm not sure why you would click on a div, but here's one way you could click on the last one:
# Get the total number of the div elements on the page iLastDivIndex = browser.divs.length # Click on the last div element browser.div(:index, iLastDivIndex).click Joe On Jun 25, 7:03 am, Ajitesh Srinetra <[email protected]> wrote: > At present in my Web Page I can See a lot of divs and i access them > using indexes using this code > > ie.div(:text => 'div',:index =>1).click > ie.div(:text => 'div',:index =>2).click > ie.div(:text => 'div',:index =>3).click > ie.div(:text => 'div',:index =>4).click > > Is there any way I can click on the last Index directly like > ie.div(:text => 'div',:index =>Last).click > > -- > Thanks and Regards > Ajitesh Srinetra -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscribed to http://groups.google.com/group/watir-general To post: [email protected] To unsubscribe: [email protected]
