I'd never heard of ckeditor before. I've had a look at their demo: http://ckeditor.com/demo
Browsing through it a bit with developer tools, basically, that looks like complete hell to automate, and I'd stay as far away from it as possible. There aren't really any normal input / control elements, it's all javascript. And of course the javascript is all obfuscated. Automating that is beyond me, and, I suspect, beyond most anybody else on this list. On Mon, Jul 12, 2010 at 03:26, Soori <[email protected]> wrote: > All, > > I have a form with CKEDITOR for fields. I am not able to input data to > the CKEDITOR through my WATIR Script. I am getting the following > error, > > OLE error code:800A083E in htmlfile > Can't move focus to the control because it is invisible, not > enabled, or of a type that does not accept the focus. > HRESULT error code:0x80020009 > Exception occurred. from c:/ruby/lib/ruby/gems/1.8/gems/ > watir-1.6.5/lib/watir/input_elements.rb:333:in `set' > from MyTest.rb:29 > > Please help me on this. > > /Soori > > -- > Before posting, please read http://watir.com/support. In short: search > before you ask, be nice. > > You received this message because you are subscribed to > http://groups.google.com/group/watir-general > To post: [email protected] > To unsubscribe: > [email protected]<watir-general%[email protected]> > -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscribed to http://groups.google.com/group/watir-general To post: [email protected] To unsubscribe: [email protected]
