[wtr-general] Re: .set method is not working for firefox

2009-07-09 Thread kiran yajamanyam
Hi Friends,

I have struck up with this issue. I have re-installed my ruby setup and
still I am facing problem with .Set method. Is there any work around for
this?

Please help me in this.

Thanks and Regards,
Kiran Y

On Mon, Jun 8, 2009 at 3:54 PM, kiran yajamanyam
kiranyajaman...@gmail.comwrote:

 Hi Jason,

 Following is the error I am getting.

 *Error:
 SystemStackError: stack level too deep

 C:/ruby/lib/ruby/gems/1.8/gems/firewatir-1.6.2/lib/firewatir/container.rb:507: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:1339:in
 `set'*


 *Thanks for your interest *
 Regards,
 Kiran Y



 On Mon, Jun 8, 2009 at 3:49 PM, jason jason.franklin.sto...@gmail.comwrote:


 can you post the entier error message you are getting


 On 8 Jun., 12:03, kiran yajamanyam kiranyajaman...@gmail.com wrote:
  Hii Jason,
 
  I tried with the same piece of code and I am still getting the same
 error.
  Is it possible for you to send firewatir folder which you are using so
 that
  i can try with the same files. I have updated firewatir gem as well.
 
  Thanks and Regards,
  Kiran Y
 
  On Mon, Jun 8, 2009 at 3:22 PM, jason jason.franklin.sto...@gmail.com
 wrote:
 
 
 
   Hi Kiran,
 
   works fine for the url you provide:
 
   ff.form(:name, AOLLoginForm).text_field(:id ,lgnId1).set(Hello
   World)
 
   best R
   Jason.
 
   On 4 Jun., 17:14, 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
 



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



[wtr-general] Re: .set method is not working for firefox

2009-07-09 Thread Angrez Singh
following code works fine for me both in watir/firewatir:
require 'watir'
include Watir

ff = FireWatir::Firefox.new
ff.goto(http://webmail.aol.in;)
ff.text_field(:id, lgnId1).set(angrez)
ff.text_field(:id, pwdId1).set(singh)
ff.close

Can you try this code on your machine? Also can you try using the latest
watir gem? For updating use this:
gem update -system
gem install watir

Thanks,
Angrez

On Thu, Jul 9, 2009 at 5:03 PM, kiran yajamanyam
kiranyajaman...@gmail.comwrote:

 Hi Friends,

 I have struck up with this issue. I have re-installed my ruby setup and
 still I am facing problem with .Set method. Is there any work around for
 this?

 Please help me in this.

 Thanks and Regards,
 Kiran Y

 On Mon, Jun 8, 2009 at 3:54 PM, kiran yajamanyam 
 kiranyajaman...@gmail.com wrote:

 Hi Jason,

 Following is the error I am getting.

 *Error:
 SystemStackError: stack level too deep

 C:/ruby/lib/ruby/gems/1.8/gems/firewatir-1.6.2/lib/firewatir/container.rb:507: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:1339:in
 `set'*


 *Thanks for your interest *
 Regards,
 Kiran Y



 On Mon, Jun 8, 2009 at 3:49 PM, jason jason.franklin.sto...@gmail.comwrote:


 can you post the entier error message you are getting


 On 8 Jun., 12:03, kiran yajamanyam kiranyajaman...@gmail.com wrote:
  Hii Jason,
 
  I tried with the same piece of code and I am still getting the same
 error.
  Is it possible for you to send firewatir folder which you are using so
 that
  i can try with the same files. I have updated firewatir gem as well.
 
  Thanks and Regards,
  Kiran Y
 
  On Mon, Jun 8, 2009 at 3:22 PM, jason jason.franklin.sto...@gmail.com
 wrote:
 
 
 
   Hi Kiran,
 
   works fine for the url you provide:
 
   ff.form(:name, AOLLoginForm).text_field(:id ,lgnId1).set(Hello
   World)
 
   best R
   Jason.
 
   On 4 Jun., 17:14, 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




 


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



[wtr-general] Re: .set method is not working for firefox

2009-06-08 Thread kiran yajamanyam
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.comwrote:

 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.comwrote:


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



[wtr-general] Re: .set method is not working for firefox

2009-06-08 Thread jason

Hi Kiran,

works fine for the url you provide:


ff.form(:name, AOLLoginForm).text_field(:id ,lgnId1).set(Hello
World)

best R
Jason.


On 4 Jun., 17:14, 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
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[wtr-general] Re: .set method is not working for firefox

2009-06-08 Thread kiran yajamanyam
Hii Jason,

I tried with the same piece of code and I am still getting the same error.
Is it possible for you to send firewatir folder which you are using so that
i can try with the same files. I have updated firewatir gem as well.

Thanks and Regards,
Kiran Y

On Mon, Jun 8, 2009 at 3:22 PM, jason jason.franklin.sto...@gmail.comwrote:


 Hi Kiran,

 works fine for the url you provide:


 ff.form(:name, AOLLoginForm).text_field(:id ,lgnId1).set(Hello
 World)

 best R
 Jason.


 On 4 Jun., 17:14, 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
 


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



[wtr-general] Re: .set method is not working for firefox

2009-06-08 Thread jason

can you post the entier error message you are getting


On 8 Jun., 12:03, kiran yajamanyam kiranyajaman...@gmail.com wrote:
 Hii Jason,

 I tried with the same piece of code and I am still getting the same error.
 Is it possible for you to send firewatir folder which you are using so that
 i can try with the same files. I have updated firewatir gem as well.

 Thanks and Regards,
 Kiran Y

 On Mon, Jun 8, 2009 at 3:22 PM, jason jason.franklin.sto...@gmail.comwrote:



  Hi Kiran,

  works fine for the url you provide:

  ff.form(:name, AOLLoginForm).text_field(:id ,lgnId1).set(Hello
  World)

  best R
  Jason.

  On 4 Jun., 17:14, 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
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[wtr-general] Re: .set method is not working for firefox

2009-06-08 Thread kiran yajamanyam
Hi Jason,

Following is the error I am getting.

*Error:
SystemStackError: stack level too deep

C:/ruby/lib/ruby/gems/1.8/gems/firewatir-1.6.2/lib/firewatir/container.rb:507: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:1339:in
`set'*


*Thanks for your interest *
Regards,
Kiran Y


On Mon, Jun 8, 2009 at 3:49 PM, jason jason.franklin.sto...@gmail.comwrote:


 can you post the entier error message you are getting


 On 8 Jun., 12:03, kiran yajamanyam kiranyajaman...@gmail.com wrote:
  Hii Jason,
 
  I tried with the same piece of code and I am still getting the same
 error.
  Is it possible for you to send firewatir folder which you are using so
 that
  i can try with the same files. I have updated firewatir gem as well.
 
  Thanks and Regards,
  Kiran Y
 
  On Mon, Jun 8, 2009 at 3:22 PM, jason jason.franklin.sto...@gmail.com
 wrote:
 
 
 
   Hi Kiran,
 
   works fine for the url you provide:
 
   ff.form(:name, AOLLoginForm).text_field(:id ,lgnId1).set(Hello
   World)
 
   best R
   Jason.
 
   On 4 Jun., 17:14, 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
 


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



[wtr-general] Re: .set method is not working for firefox

2009-06-04 Thread Kinnu

I am using firewatir-1.6.2 and jssh 0.9 versions.

Regards,
Kiran Y

On Jun 4, 6:18 pm, 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
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[wtr-general] Re: .set method is not working for firefox

2009-06-04 Thread jason

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