On Tue, Sep 29, 2009 at 12:39 PM, yuping zhong <[email protected]> wrote: > irb(main):049:0> sf.button(:value=>"Enter",index=>"1").click
You have forgot `:` in front of `index`: sf.button(:value=>"Enter",:index=>"1").click I am not sure that SafariWatir has multiple attribute support. Željko -- http://watirpodcast.com/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
