Problem filling textarea using watir

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
[email protected]

On May 5, 6:37 am, Devabrat K. [email protected] wrote:

–regards
[email protected]

Posted viahttp://www.ruby-forum.com/.

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.