Hi All,

My test case scenario is go to "webmail.aol.com" site and there I need to
enter username and password in the text fields.

Please let me know if I need to include any other code or update any other
class?

Regards,
Kiran Y

On Thu, Jun 4, 2009 at 9:22 PM, SANTOSH SOLAPURKAR
<sansolapur...@gmail.com>wrote:

> Hi,
>
> I had similar issue with firewatir not having set method on select_list
> where as watir has..... but text_field works fine...
>
>
>
>
> On Thu, Jun 4, 2009 at 8:44 PM, jason <jason.franklin.sto...@gmail.com>wrote:
>
>>
>> Hi Krian,
>>
>> I have just tried this out for you which works - so sorry - i cant
>> reproduce the problem:
>>
>> ff.form.text_field(:index, 1).set("hello")
>>
>> jason
>>
>>
>> On 4 Jun., 15:18, Kinnu <kiranyajaman...@gmail.com> wrote:
>> > Hi All,
>> >
>> > When I try to set some value to the text field (In Firefox) using .set
>> > ("sample text") following error will appear
>> >
>> >     C:/ruby/lib/ruby/gems/1.8/gems/firewatir-1.6.2/lib/firewatir/
>> > container.rb:517:in `read_socket'
>> >     C:/ruby/lib/ruby/gems/1.8/gems/firewatir-1.6.2/lib/firewatir/
>> > container.rb:445:in `js_eval'
>> >     C:/ruby/lib/ruby/gems/1.8/gems/firewatir-1.6.2/lib/firewatir/
>> > container.rb:451:in `js_eval_method'
>> >     C:/ruby/lib/ruby/gems/1.8/gems/firewatir-1.6.2/lib/firewatir/
>> > MozillaBaseElement.rb:991:in `enabled?'
>> >     C:/ruby/lib/ruby/gems/1.8/gems/firewatir-1.6.2/lib/firewatir/
>> > MozillaBaseElement.rb:977:in `assert_enabled'
>> >     C:/ruby/lib/ruby/gems/1.8/gems/watir-1.6.2/lib/watir/element.rb:
>> > 266:in `focus'
>> >     C:/ruby/lib/ruby/gems/1.8/gems/watir-1.6.2/lib/watir/element.rb:
>> > 267:in `focus'
>> >     C:/ruby/lib/ruby/gems/1.8/gems/firewatir-1.6.2/lib/firewatir/
>> > htmlelements.rb:1340:in `set'
>> >
>> > Did anyone of you have faced this issue. If you have any solution for
>> > this please reply.
>> >
>> > Thanks in Advance,
>> > Krian Y
>>
>>
>
>
> --
> Santosh Solpaurkar
> Software Engineer
> CGI Mumbai
>
>
>
>
> >
>

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