Hi Finley, I don't think you can specify more than two parameters for an element.
Does the click work when you use this? @ie.span(:id => 'mx1e63400f').click Does the button click work? (Not sure if this was an attempt to click the span or if it's just the next line of code.) It could be that there's associated javascript that needs to be fired, but I don't see it in your html code. Hope this helps! -Tiffany On Jan 5, 8:17 pm, Finley <[email protected]> wrote: > Hi, > > I am trying to click on a span in my web page. Although it can > click, > > it event cann't tigger. > > Here is the code > > <span id="mx1e63400f" class="text powerwhite " title="Go To ALT+G" > mxevent="click" targetid="mx1e63400f" ev="goto" tabindex="0" > ctype="label"> > > @ie.span(:id => "mx1e63400f",:class => "text powerwhite",:ev => > "goto").click > @ie.button(:id,"mx1e63400f").click > > Please Help, > Finley -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected]
