Hello, Consider this scenario: I have list of images(which are non-clickable) and below that there is an edit link Now i want to click that edit link so that i can edit the description.
Html code is as follows: <div style="width: 150px; height: 150px;"><input id="attachment[218]" type=" checkbox" value="1" name="attachment[218]"/> <img title="Photogallerysanity" src=" http://s3.amazonaws.com/staging-brandpotion-prints/images/63/large_thumb.jpg " alt="Photogallerysanity"/> <a class="underline" href=" /Nikes/photo_gallery/attachments/218/edit?media=print">Edit</a> </div> Now i want to click on edit.I can do it by using href link but the no. i.e. 218 is not going to be same for ever.I want to access that edit link using the title i.e. "Photogallerysanity". Is it possible to do? Please help... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send email to [email protected] Before posting, please read the following guidelines: http://wiki.openqa.org/display/WTR/Support To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/watir-general -~----------~----~----~----~------~----~------~--~---
