[wtr-general] How to input data to the CKEDITOR?

2010-07-12 Thread Soori
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

Re: [wtr-general] How to input data to the CKEDITOR?

2010-07-12 Thread Ethan
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,

[wtr-general] Re: Check out the Watir Stack Exchange site!

2010-07-12 Thread Tiffany Fodor
Zeljko has posted the new podcast. http://watirpodcast.com/ Give it a listen and then head over to the Stack Exchange site and follow it. We only need 13 more followers to move on to the next phase. See you there! -Tiffany On Jul 6, 10:44 am, Tiffany Fodor tcfo...@comcast.net wrote: Hi all!

Re: [wtr-general] How to input data to the CKEDITOR?

2010-07-12 Thread Felipe Knorr Kuhn
Hello, You have to use CKEditor via Javascript, after the component has fully rendered. I don't have a Watir script handy, but here's how I did with Selenium: selenium.waitForCondition(var x = selenium.browserbot.findElementOrNull('//t...@id=\cke_contents_userForm:userstory\]'); x != null;,

[wtr-general] Watir on Windows, how is it done anymore?

2010-07-12 Thread Nathan Lane
Any thoughts? The examples on OpnQA seem to be broken, and I haven't kept up. How do I get going again? -- Nathan Lane Blog, http://blog.nathandelane.com -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you

[wtr-general] Re: Watir on Windows, how is it done anymore?

2010-07-12 Thread Tiffany Fodor
Hey Nathan! Have you checked watir.com? Here's the installation page: http://watir.com/installation/ Hope this helps! -Tiffany On Jul 12, 12:52 pm, Nathan Lane nathamberl...@gmail.com wrote: Any thoughts? The examples on OpnQA seem to be broken, and I haven't kept up. How do I get going

Re: [wtr-general] Re: Watir on Windows, how is it done anymore?

2010-07-12 Thread Nathan Lane
Yes I've done exactly as it says there. Here's an example of my difficulties: irb(main):008:0 b = Watir::Browser.start http://www.google.com; NoMethodError: undefined method `start' for Watir::IE:Class from C:/Ruby191/lib/ruby/gems/1.9.1/gems/commonwatir-1.6.5/lib/watir/browser.rb:71:in

Re: [wtr-general] Watir on Windows, how is it done anymore?

2010-07-12 Thread Željko Filipin
On Monday, July 12, 2010, Nathan Lane nathamberl...@gmail.com wrote:         from (irb):9        from C:/Ruby191/bin/irb:12:in `main' The last time I have tried, watir did not work with ruby 1.9. Try 1.8. Željko -- Before posting, please read http://watir.com/support. In short: search before

Re: [wtr-general] Watir on Windows, how is it done anymore?

2010-07-12 Thread Nathan Lane
Thanks I will try that. Have we any idea why? On Mon, Jul 12, 2010 at 1:18 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Monday, July 12, 2010, Nathan Lane nathamberl...@gmail.com wrote: from (irb):9from C:/Ruby191/bin/irb:12:in `main' The last time I have

Re: [wtr-general] Watir on Windows, how is it done anymore?

2010-07-12 Thread Ethan
Watir has been locked to a very old version of ruby for a long time. Vapirhttp://vapir.org/, an updated fork of watir, runs on any recent version of ruby. On Mon, Jul 12, 2010 at 15:18, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Monday, July 12, 2010, Nathan Lane

Re: [wtr-general] Watir on Windows, how is it done anymore?

2010-07-12 Thread Nathan Lane
Thank you Ethan. Is Vapir compatible with as many browsers as Watir on as many OSs? On Mon, Jul 12, 2010 at 1:22 PM, Ethan notet...@gmail.com wrote: Watir has been locked to a very old version of ruby for a long time. Vapirhttp://vapir.org/, an updated fork of watir, runs on any recent

Re: [wtr-general] Watir on Windows, how is it done anymore?

2010-07-12 Thread Ethan
It's compatible with IE on windows, and Firefox on basically any operating system that runs both firefox and ruby. More info at: http://wiki.github.com/vapir/vapir/versions On Mon, Jul 12, 2010 at 15:27, Nathan Lane nathamberl...@gmail.com wrote: Thank you Ethan. Is Vapir compatible with as

[wtr-general] Re: Watir on Windows, how is it done anymore?

2010-07-12 Thread Tiffany Fodor
Hey Zeljko - this sounds like a great subject for a podcast. :) On Jul 12, 2:00 pm, Ethan notet...@gmail.com wrote: It's compatible with IE on windows, and Firefox on basically any operating system that runs both firefox and ruby. More info at:http://wiki.github.com/vapir/vapir/versions On