On Sun, Sep 30, 2012 at 11:44 PM, newlearner <[email protected]> wrote: > def LoginByUname(uname,pwd)
I think method names in Ruby have to start with lower case. Try this: def loginByUname(uname,pwd) Željko -- 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]
