[wtr-general] Re: Really....Ruby + Watir + Command Line

2009-11-11 Thread Raveendran P
Hi, Please try to use slep(10) commands. It means ie.goto("htp://google.com") sleep(10) ie.text_field(:name,"q").set("Raveendran") sleep(10) . . . I hope it works now. Rit ? On Thu, Nov 12, 2009 at 12:48 AM, tester86 wrote: > > Another Error From Command Prompt: > > ## Beginning of test: Goo

[wtr-general] Re: regarding delay in browser response time

2009-11-11 Thread Adam Esterline
Other strategies are described here: http://wiki.openqa.org/display/WTR/FAQ#FAQ-HowdoIhandleasynchronousjavascript%2FAJAX%3F AE On Nov 11, 11:57 am, ravi wrote: > Hello , > > I am using in safari watir > i am running a code but the problem is the browser response time is > slow i.e., in the co

[wtr-general] Re: Watir 1.6.5 is released

2009-11-11 Thread Charley Baker
Thanks guys, there's been a lot of work on this release. I think the most we've seen so far. Cheers, Charley On Wed, Nov 11, 2009 at 3:09 PM, Ning Cao wrote: > Thanks for the hard work! > > > > *From:* watir-general@googlegroups.com [mailto: > watir-gene...@googlegroups.com] *On Behalf Of *Ch

[wtr-general] Re: Watir 1.6.5 is released

2009-11-11 Thread Ning Cao
Thanks for the hard work! From: watir-general@googlegroups.com [mailto:watir-gene...@googlegroups.com] On Behalf Of Charley Baker Sent: Tuesday, November 10, 2009 2:20 PM To: watir-general@googlegroups.com Subject: [wtr-general] Watir 1.6.5 is released Hi all, We've done a lot of work f

[wtr-general] Re: Watir 1.6.5 is released

2009-11-11 Thread George
Thanks, Charley! --~--~-~--~~~---~--~~ 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:

[wtr-general] Re: `method_missing': unknown property or method `document' (WIN32OLERuntimeError) HRESULT error code:0x800706ba

2009-11-11 Thread LaurenL
I should have responded earlier. Thank you for your help. It was much easier to uninstall and reinstall ruby than to troubleshoot. Everything is working again as expected. Thanks. On Oct 23, 4:07 pm, Tiffany Fodor wrote: > Hi Lauren! > > I've seen thiserrorwhen the app goes down while my test

[wtr-general] Re: RUBY- UNDEFINED METHODS FOR EVERYTHING

2009-11-11 Thread Charley Baker
I have no idea what's going on with your box and setup. Here's what I would suggest. Dump your ruby install, reinstall clean, update rubygems, install watir which should be 1.6.5 at this point. You're running vista, so you need to install as admin and run command line as admin. Once done with that

[wtr-general] Re: RUBY- UNDEFINED METHODS FOR EVERYTHING

2009-11-11 Thread Ethan
You are getting the message: undefined method `contains' for # (NoMethodError) because there is no method 'contains' defined for the class Watir::IE. perhaps you meant contains_text? In any case, please read the posting guidelines at http://wiki.openqa.org/display/WTR/Support and include relevant i

[wtr-general] RUBY- UNDEFINED METHODS FOR EVERYTHING

2009-11-11 Thread tester86
I keep on seeing the following error everything I try to perform an verifcation check or find a text box on the page and enter in text: undefined method `contains' for # (NoMethodError) Can someone please explain why I am getting these errors. Even when I try to run a sample script from the Int

[wtr-general] Re: Really....Ruby + Watir + Command Line

2009-11-11 Thread tester86
Another Error From Command Prompt: ## Beginning of test: Google search Step 1: go to the test site: http://www.google.com Action: entered http://www.google.com in the address bar. Action: WaitForPageToLoad c:/ruby/lib/ruby/gems/1.8/gems/watir-1.6.2/lib/watir/element.rb:52:in `assert_exists': Un

[wtr-general] regarding delay in browser response time

2009-11-11 Thread ravi
Hello , I am using in safari watir i am running a code but the problem is the browser response time is slow i.e., in the code i am clicking a button and need to go to next page and in the next page i need to input data to a textbox if I run the test the test fails stating it is unable to locate t

[wtr-general] Re: Really....Ruby + Watir + Command Line

2009-11-11 Thread tester86
Bret, My script is going to the google URL, but for some reason it cannot find the text box. I have tried all the examples but I get the following output: broswer.url browser.text script1.rb:9: undefined method `enter_text' for # (NoMethodError) same for when I use ie.text_field(:name, "q").set

[wtr-general] Re: Watir 1.6.5.rc2 - release candidate available for testing

2009-11-11 Thread Bret Pettichord
I believe that you have a problem, but we'll need more details if would you would like us to look into it. Bret jnxgn wrote: > I do not know how to open up a ticket there, so I would not try it. > > Since 1.6.5 appears dont deal with chinese characters properly, I > uninstalled it by gem uninsta

[wtr-general] Re: Watir Help

2009-11-11 Thread aidy lewis
This missing 'a's were a problem with an older version of Cucumber and the parser on win32. This is an old example I wrote some time ago http://code.google.com/p/cucumber-and-watir Aidy 2009/11/10 Wesley Chen : > That's funny. > > Thanks. > Wesley Chen. > For life, the easier, the better. > >

[wtr-general] Re: Watir 1.6.5.rc2 - release candidate available for testing

2009-11-11 Thread Željko Filipin
2009/11/11 jnxgn > I do not know how to open up a ticket there, so I would not try it. It is really not that hard: http://wiki.openqa.org/display/WTR/FAQ#FAQ-HowtocreateaJiraTicket%3F Let me know if you you need further help. Željko --~--~-~--~~~---~--~~ You re

[wtr-general] Re: Does watir/ruby support different lang characters (other than ASCII) verification?

2009-11-11 Thread basu
Could you please share sample of code you tried On Nov 11, 1:55 pm, jnxgn wrote: > It supports. > I am a chinese who use watir for fun. > > On 11月11日, 下午3时26分, basu wrote: > > > > > Hi, > > > Does watir/ruby support different lang characters (other than ASCII) > > verification? > > > Ex: i want

[wtr-general] Re: Watir 1.6.5 is released

2009-11-11 Thread Zhimin
Thanks for your work. Regards, Zhimin --~--~-~--~~~---~--~~ 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 follo

[wtr-general] Re: Watir 1.6.5.rc2 - release candidate available for testing

2009-11-11 Thread jnxgn
I do not know how to open up a ticket there, so I would not try it. Since 1.6.5 appears dont deal with chinese characters properly, I uninstalled it by gem uninstall watir -v 1.6.5, but the watir scripts would not work. I removed ruby186-27 and reinstalled the ruby 186-27, when I tried to gem ins

[wtr-general] Re: Does watir/ruby support different lang characters (other than ASCII) verification?

2009-11-11 Thread jnxgn
It supports. I am a chinese who use watir for fun. On 11月11日, 下午3时26分, basu wrote: > Hi, > > Does watir/ruby support different lang characters (other than ASCII) > verification? > > Ex: i want to check "完全重新设计的界面,包括专辑画面" text displayed in the > application. > > Thanks > -Basu --~--~-~--~