On Tue, Mar 31, 2009 at 14:47, Vikas Tulashyam <vtulash...@gmail.com> wrote:
>  s.text_field(:name,'q') , then it's working fine but it's nt working
> with s.text_field(sLocator). Here sLocator contains the same value
> i.e. :name,'q'.

Try putting this to sLocator:

{:name => 'q'}

instead of:

:name, 'q'

Željko

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