[wtr-general] Code Swarm visualization of Watir project

2009-11-12 Thread Sai Venkat
Did a pretty cool code swarm visualization of Watir project. Check out the blog @ http://developer-in-test.blogspot.com/2009/11/code-swarm-visualization-of-watir.html or video @ http://www.vimeo.com/7567626 --Sai Fork me @ http://github.com/saivenkat

[wtr-general] Re: Unable to pass Variable in Autoit ControlSend command resulting in blank

2009-11-12 Thread Basavana Gowda K S
Try using autoit.ControlSetText(Open URL, , Edit1, playUrl) and playUrl and $playUrl are different variables they are not one and the same On Thu, Nov 12, 2009 at 11:05 AM, qalive365 pradg...@gmail.com wrote: Hi, I am using Watir in conjucntion with Autoit. I Capture a URL from XML

[wtr-general] Re: JSSH on FF 3.0.14

2009-11-12 Thread Alexandre
Le mardi 10 novembre de l'année 2009, vers 11 heures et 08 minutes, Alexandre Delanoë écrivait: Hi all, I have 3.0.14-1 firefox on a debian testing box. Then I installed : http://wiki.openqa.org/download/attachments/13893658/jssh-20080725-Linux.xpi?version=1 In a terminal I launch the

[wtr-general] Re: JSSH on FF 3.0.14

2009-11-12 Thread Angrez Singh
Did you tried using Latest version of Firefox 3.5 along with the JSSh for 3.5? Also are you an administrator while installing the extension? - Angrez On Thu, Nov 12, 2009 at 3:08 PM, Alexandre neonoe123...@gmail.com wrote: Le mardi 10 novembre de l'année 2009, vers 11 heures et 08 minutes,

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

2009-11-12 Thread Željko Filipin
On Wed, Nov 11, 2009 at 7:57 PM, ravi ravi8...@gmail.com wrote: when i use sleep command it passes can you suggest me any other way apart from sleep command http://wiki.openqa.org/display/WTR/How+to+wait+with+Watir Željko -- watir.com - community manager watirpodcast.com - host

[wtr-general] Re: JSSH on FF 3.0.14

2009-11-12 Thread Alexandre
Le jeudi 12 novembre de l'année 2009, vers 16 heures et 03 minutes, Angrez Singh écrivait: Did you tried using Latest version of Firefox 3.5 along with the JSSh for 3.5? Yes I tried but the issue is the same. Also are you an administrator while installing the extension? I do not install it

[wtr-general] FireWatir status method gives error in 1.6.5

2009-11-12 Thread al3kc
irb(main):001:0 require 'watir' = true irb(main):002:0 Watir::Browser.default = 'firefox' = firefox irb(main):003:0 $browser = Watir::Browser.new = #FireWatir::Firefox:0x3279518 url=about:blank title= irb(main):004:0 $browser.status NameError: uninitialized constant

[wtr-general] Re: FireWatir status method gives error in 1.6.5

2009-11-12 Thread al3kc
Seems like WINDOW_VAR in status method should be typed in lower case. Then it works. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send email to

[wtr-general] Re: JSSH on FF 3.0.14

2009-11-12 Thread Angrez Singh
But as user, it was ok with my previous computer... Can you tell what are you doing different this time? - Angrez --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send

[wtr-general] Re: Watir Help

2009-11-12 Thread tester86
hahahahahhaha very funny, hire a private dectivtive,...I know that the letter 'a' was missing before but after several reinstalls of ruby I did not bother to apply the fix to put the letter 'a' back onbut thanks for the comment. On Nov 9, 3:15 pm, Ethan notet...@gmail.com wrote:

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

2009-11-12 Thread tester86
Hi, When I try run any script I still get the following error message: c:/ruby/lib/ruby/gems/1.8/gems/watir-1.6.2/lib/watir/element.rb:52:in `assert_ex ists': Unable to locate element, using :name, q (Watir::Exception::UnknownObjectException) from

[wtr-general] Watir IDE Recorder

2009-11-12 Thread tester86
Hi. I went to download the watir ide recorder and it mentioned it requires .net framework 1.4 and then I installed the .net framework. Then I went to install watir ide recorder it told me again I need the .net framwork but I hvae already installed it. I have done a windows secuirty update, but

[wtr-general] Re: Watir IDE Recorder

2009-11-12 Thread Željko Filipin
On Thu, Nov 12, 2009 at 4:20 PM, tester86 sagar.am...@gmail.com wrote: I went to download the watir ide recorder Watir recorder is not supported here. Please post to their support list. If you can not find it, let me know and I will try to find it. Željko -- watir.com - community manager

[wtr-general] Re: FireWatir status method gives error in 1.6.5

2009-11-12 Thread Bret Pettichord
Thanks for the report and the fix. Who can commit this fix? Bret al3kc wrote: Seems like WINDOW_VAR in status method should be typed in lower case. Then it works. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[wtr-general] Re: FireWatir status method gives error in 1.6.5

2009-11-12 Thread Bret Pettichord
We also need to add a unit test for the status method. I know we have one for the IE status method. Bret Bret Pettichord wrote: Thanks for the report and the fix. Who can commit this fix? Bret al3kc wrote: Seems like WINDOW_VAR in status method should be typed in lower case. Then

[wtr-general] Re: Unable to pass Variable in Autoit ControlSend command resulting in blank

2009-11-12 Thread Pradgnya Kulkarni
Hi Bhavana I did try that but when I am passing global variable it is still passing null with ControlSetText. On Thu, Nov 12, 2009 at 1:21 AM, Basavana Gowda K S bas.go...@gmail.comwrote: Try using autoit.ControlSetText(Open URL, , Edit1, playUrl) and playUrl and $playUrl are different

[wtr-general] Re: JSSH on FF 3.0.14

2009-11-12 Thread Alexandre
Le jeudi 12 novembre de l'année 2009, vers 18 heures et 14 minutes, Angrez Singh écrivait: But as user, it was ok with my previous computer... Can you tell what are you doing different this time? I do not really know... I just installed a new version of Debian Linux of my new laptop.

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

2009-11-12 Thread Tiffany Fodor
The error message is saying that it can't find the text field with the name 'q'. For some reason, it doesn't exist in the browser contained by your variable ie. Are you sure that your browser is on the page you think it is? One way to troubleshoot this is with an irb session. Run your test

[wtr-general] install for 1.6.2 doesn't work after 1.6.5 release

2009-11-12 Thread Alan Baird
This morning I was helping a coworker get some things up and running with watir and noticed that he had inadvertently got 1.6.5. Since 1.6.5 changes the way .visible? works, we decided to go back to 1.6.2 and make sure everything was ok there. We removed watir, commonwatir and firewatir and

[wtr-general] Re: install for 1.6.2 doesn't work after 1.6.5 release

2009-11-12 Thread ravi pulipaka
Hello, I too had the same problem the I just installed commonwatir 1.6.5 and the installed watir -v 1.6.2 it let me do the installation but when i ran the previously running script it faild stating no such file to laod watir/ie Any suggestions thanx in advance regards ravi On Thu, Nov 12,

[wtr-general] Re: FireWatir status method gives error in 1.6.5

2009-11-12 Thread Angrez Singh
I can commit the fix and will also add unit test for the same. Thanks, Angrez On Thu, Nov 12, 2009 at 9:08 PM, Bret Pettichord b...@pettichord.comwrote: We also need to add a unit test for the status method. I know we have one for the IE status method. Bret Bret Pettichord wrote: Thanks

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

2009-11-12 Thread tester86
Thanks for you input Tiffany but when I run the script and execute in IRB I get the following error message: NameError: undefined local variable or method `ie' for main:Object Is there something I have to set to intialize IE? On what operating system did you execute the script since I have

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

2009-11-12 Thread tester86
When I type the commans into IRB here is was I get as output: irb(main):001:0 require 'Watir' = true irb(main):002:0 test_site='www.google.com' = www.google.com irb(main):003:0 IE=Watir::IE.new = #Watir::IE:0x3e09a40 @url_list=[about:blank], @typingspeed=0.08, @pause_af ter_wait=0.1,

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

2009-11-12 Thread tester86
Here is an output from IRB when I try to execute script line by line: irb(main):001:0 require 'Watir' = true irb(main):002:0 test_site='www.google.com' = www.google.com irb(main):003:0 IE=Watir::IE.new = #Watir::IE:0x3e09a40 @url_list=[about:blank], @typingspeed=0.08, @pause_af ter_wait=0.1,

[wtr-general] Re: Watir Help

2009-11-12 Thread ravi pulipaka
can i too have the detective number as I am also facing the problem of missing 'a' I have latest versions of watir and cucumber Any suggestions thanx in advance ravi On Thu, Nov 12, 2009 at 9:15 AM, tester86 sagar.am...@gmail.com wrote: hahahahahhaha very funny, hire a private

[wtr-general] RE: install for 1.6.2 doesn't work after 1.6.5 release

2009-11-12 Thread Alan Baird
Should have said... ..it seems that there is an unnecessary gem dependency in the firewatir 1.6.2 install for commonwatir 1.6.5 (or maybe it's just for the latest version). -Original Message- From: watir-general@googlegroups.com [mailto:watir-gene...@googlegroups.com] On Behalf Of

[wtr-general] discussion and bugs

2009-11-12 Thread Ethan
I'm going to address jarib's gist at http://gist.github.com/207724 for the stuff under 'discussion', I discuss inline (and generally say the route I took in my fork of watir); for the bugs, I mostly just say whether they are fixed in my fork. Discussion - [bug guard WTR-346] Should

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

2009-11-12 Thread Tiffany Fodor
Are you running your command prompt session with administrator privileges? I had a problem when I moved to Vista where two browsers were being opened. Try the suggestions Bill Agee gave me: http://tinyurl.com/ygn4fpx Hope this helps! -Tiffany On Nov 12, 11:47 am, tester86

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

2009-11-12 Thread tester86
Thanks for your help! It turn out that Bill's helped actually helped me out. I have to run command prompt as administrator. My script is now running finally after two days of debugging watir. Thanks for all your help! On Nov 12, 1:55 pm, Tiffany Fodor tcfo...@comcast.net wrote: Are you

[wtr-general] Re: run firewatir from terminal

2009-11-12 Thread Ethan
I'm assuming you're on OSX from the Terminal reference, which would have been a useful thing for you to mention. The way you're running it, bash is going to try to execute your ruby script as a bash script, I expect, rather than ruby. You have a couple of options: Simplest is, you can run `ruby

[wtr-general] Re: Example of assertions

2009-11-12 Thread Tiffany Fodor
Ah - I didn't realize this, but you need to require it: require 'watir/contrib/visible' -Tiffany On Nov 12, 3:08 pm, QAguy qablogm...@gmail.com wrote: I try something like this: @browser.text.visible?(Preparing to Optimize).should == false but I get: undefined method `visible?' for