[wtr-general] Re: Watir -Ajax Application working in IE6 but not in IE7

2009-10-12 Thread Amudha Priya
Actually, the application is automated in Watir .. Since it has multiple frames, Watir recognises all the frames only in IE 6, but says Cannot recognise the frame in IE7. We r using Watir 1.5 and Ruby 1.3 We initially tried working the application in IE6 (Windows XP) and it worked fine. But

[wtr-general] Re: Watir -Ajax Application working in IE6 but not in IE7

2009-10-12 Thread yuping zhong
We r using Watir 1.5 and Ruby 1.3 Can you update in the newest version and have a try? On Oct 12, 3:06 pm, Amudha Priya amudha.bu...@gmail.com wrote: Actually, the application is automated in Watir .. Since it has multiple frames, Watir recognises all the frames only in IE 6, but says Cannot

[wtr-general] spam

2009-10-12 Thread Željko Filipin
We had two spam e-mails on the list in the last few days. Is it Google Groups fault or did somebody of the moderators approve them by mistake? Subjects were: wholesale and retail HOGAN | Nike shoes | Puma | Men's clothing T-shirt Cheap sell nike,adidas,AFI,max,Jordan,bape,Timberland, sandal etc

[wtr-general] Get X and Y Coordinates of an Object

2009-10-12 Thread Pallavi Sharma
Hi Is it possible to get X and Y co-ordinates of an object using Watir and FireWatir? Please let me know. Thanks, Pallavi. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to this

[wtr-general] Unable to create a new IE instance

2009-10-12 Thread Prince3105
Hi ALl, I am using below package. Watir version - 1.6.2 Ruby version - 1.8.6 I am using below code for log-in in batch running. require 'watir/ie' require 'watir/testcase' require 'watir/cookiemanager' require 'watir\contrib\enabled_popup' require 'watir/winClicker' require 'time' require

[wtr-general] Re: Watir -Ajax Application working in IE6 but not in IE7

2009-10-12 Thread Željko Filipin
On Mon, Oct 12, 2009 at 9:06 AM, Amudha Priya amudha.bu...@gmail.com wrote: but says Cannot recognise the frame in IE7. Did you read this? http://wiki.openqa.org/display/WTR/Frames Željko --~--~-~--~~~---~--~~ You received this message because you are

[wtr-general] Re: Watir -Ajax Application working in IE6 but not in IE7

2009-10-12 Thread Amudha Priya
Hi, As suggested, we tried all the options in the given link, but no success. http://wiki.openqa.org/display/WTR/Frames 1 ) IE.goto We couldnt access the frame straight away. We ' ll hav to cross the all pages from the Login to the destiny. 2) Tried truting the Site 3) It requires High

[wtr-general] Wiki cleanup: blogs

2009-10-12 Thread Željko Filipin
I have moved the most of the content of wiki blogs page to watir.com/blogs. I did not move `Feeds` section of the page, because I do not find it very useful. If you think I am wrong, please let me know. I plan to delete Blogs (http://wiki.openqa.org/display/WTR/Blogs) and Blog Feeds

[wtr-general] How to use the watir inputs the special character?

2009-10-12 Thread yuping zhong
Deal All, I try to use the watir to input some special character in the text_field,but failure. Such as, I want to fill Bjørvik in the text_field. In window: the ? will instead ø. In Mac: I use the SafariWatir, the application will stop when input the Bj,and get the following error:

[wtr-general] Re: How to use the watir inputs the special character?

2009-10-12 Thread Željko Filipin
On Mon, Oct 12, 2009 at 12:28 PM, yuping zhong littlezhong...@gmail.com wrote: In window: the ? will instead ø. Try the new build, maybe it is fixed: http://wiki.openqa.org/display/WTR/Development+Builds Željko -- http://watirpodcast.com/ --~--~-~--~~~---~--~~

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

2009-10-12 Thread Željko Filipin
- all examples at Windows 2003 Server machine 1) clean Watir 1.6.5 - uninstall Ruby - install ruby186-26.exehttp://rubyforge.org/frs/download.php/29263/ruby186-26.exe - update rubygems - install watir-1.6.5.rc1.gem - everything is fine 2) clean Watir 1.6.2 - uninstall Ruby - install

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

2009-10-12 Thread Željko Filipin
The upgrade works fine if I first uninstall 1.6.2 versions of watir, firewatir and commonwatir, and then install 1.6.5. Željko --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to this

[wtr-general] Re: Html Elements Supported by Watir

2009-10-12 Thread Željko Filipin
I just wanted to say thanks to everybody that said a few nice words about me. That was one of the best presents I got for my birthday this year. :) Željko --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir

[wtr-general] Re: Html Elements Supported by Watir

2009-10-12 Thread Željko Filipin
On Thu, Oct 8, 2009 at 7:18 AM, Bret Pettichord bpettich...@gmail.com wrote: I think we should treat comments just like the other information on the page. If they seem irrelevant or confusing, they should be deleted. If they make suggestions which have been addressed, they should be deleted. I

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

2009-10-12 Thread Željko Filipin
If you get this: gem update --system Updating RubyGems Nothing to update gem -v 1.2.0 you should read this: http://stackoverflow.com/questions/566614/how-can-i-force-gem-to-upgrade-to-gem-1-3-1 http://soft-dev-pro.blogspot.com/2009/07/update-rubygems.html Probably the easiest way to update

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

2009-10-12 Thread Bret Pettichord
We have a fix for this and it will be included in RC2. Željko Filipin wrote: 3) upgrade Watir from 1.6.2 to 1.6.5. - machine with Watir 1.6.2 (from the second example) - install watir-1.6.5.rc1.gem gem install watir --no-rdoc --no-ri Successfully installed commonwatir-1.6.5.rc1

[wtr-general] Re: Unable to create a new IE instance

2009-10-12 Thread Bret Pettichord
60 IE instances is a lot. My first guess would be that IE7 uses more memory that IE6 and that therefore you can't create as many instances of it. You might consider getting more RAM to fix your problem. Bret Prince3105 wrote: Hi ALl, I am using below package. Watir version - 1.6.2 Ruby

[wtr-general] Re: Get X and Y Coordinates of an Object

2009-10-12 Thread Alan Baird
Pallavi - Here is how to do it with IE: http://wiki.openqa.org/display/WTR/Right+Click+an+Element http://wiki.openqa.org/display/WTR/Right+Click+an+ElementI don't know how to do this in FireWatir although I'm sure there is a way. Anyone know how to do this in FF? Alan On Mon, Oct 12, 2009 at

[wtr-general] Re: Right Click and Element Script

2009-10-12 Thread Alan Baird
Sorry, I missed this reply. You should not need those requires, the script works fine without them. If you have further issues, please send me the stacktrace of the error. Also, you may need to play with the offsets to get the mouse in the element space. Alan On Tue, Sep 29, 2009 at 11:24 PM,