[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

problem filling textarea using watir

Devabrat Kumar

5/5/2008 10:38:00 AM

When trying to fill text area after filling a text field i am getting
this error

""Can't move focus to the control because it is invisible, not enabled,
or o
f a type that does not accept the focus.
HRESULT error code:0x80020009.""

what should i do>?

--regards
--Devabrat.Kumar@citrix.com
--
Posted via http://www.ruby-....

1 Answer

Wyatt Greene

5/5/2008 12:14:00 PM

0

On May 5, 6:37 am, Devabrat Kumar <devabratkumarh...@gmail.com> wrote:
> When trying to fill text area after filling a text field i am getting
> this error
>
> ""Can't move focus to the control because it is invisible, not enabled,
> or o
> f a type that does not accept the focus.
> HRESULT error code:0x80020009.""
>
> what should i do>?
>
> --regards
> --Devabrat.Ku...@citrix.com
> --
> Posted viahttp://www.ruby-....

Could you post the HTML of the text area (and its surrounding HTML)?

Check that the text area is, in fact, enabled. Also check your HTML
to see if the text area's name conflicts with another HTML element.