Folks,
I have an image with the following HTML code:
<div unselectable="on" class="x-grid-cell-inner x-unselectable" style="; text-align: right;" id="ext-gen1453">
<img alt=""src="data:image/gif;base64,FRFRFR/GFFFFFFFFFF==" class="x-action-col-icon x-action-col-0 folder-action-add folder-action" data-qtip="Add New Music File" id="ext-gen1300">
When I click on the image it should open a pop up so that I can add new music file, I tried a few things but I am not able to click on that image. Any suggestions?
Thanks a lot
@browser.image(:text => "Add New Music File").clickand I get the errorunable to locate element, using {:tag_name=>"img", :text=>"Add New Smart Folder"} (Watir::Exception::UnknownObjectException)- user1047912textattribute, only adata-qtipone so it's not surprising that the code you pasted above doesn't find it - Jon M