Hello all,
Following is my scenario:
I have a list of images and below that image contains Edit link.
Now i want to click on that Edit so that i can Edit the Title and
Description.

Following is the html code:

<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>

>From the above script my image title is Photogallerysanity.And below is Edit
link.
Now i can click on that Edit link using ":href" method but it will contain
the link "/Nikes/photo_gallery/attachments/218/edit?media=print"
Now the above link uses a no. to recognize.But i want to  recognize this
Edit link using the  image title.
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 watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to