Re: [Wtr-general] Watir 1.5..1..1158 installation

2007-03-28 Thread Simba
Thanks vermillion ,actually i made silly mistake there, i was not downloaded Gem.zip file i was having only Bonus.zip. ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

[Wtr-general] Watir 1.5..1..1158 installation

2007-03-27 Thread Simba
I have download Development version of Watir( Watir-bonus-1.5.1.1158 ) But when i give gem install Watir in CMD prompt ,its Installing Watir.1.4.1 instead of watir 1.5.1.1158 [It says successfully installed watir 1.4.1].Any body knows reason for this. Procedure i have used for Installation

Re: [Wtr-general] Watir 1.5..1..1158 installation

2007-03-27 Thread Angrez Singh
Hi, Why you have uninstalled Ruby? Any reasons. Regards, Angrez On 3/27/07, Simba [EMAIL PROTECTED] wrote: I have download Development version of Watir( Watir-bonus-1.5.1.1158 ) But when i give gem install Watir in CMD prompt ,its Installing Watir.1.4.1 instead of watir 1.5.1.1158 [It says

Re: [Wtr-general] Watir 1.5..1..1158 installation

2007-03-27 Thread Charley Baker
Possibly you have the Watir 1.4.1 gem in that folder? Try gem install watir-1.5.1.1158.gem -Charley On 3/27/07, Angrez Singh [EMAIL PROTECTED] wrote: Hi, Why you have uninstalled Ruby? Any reasons. Regards, Angrez On 3/27/07, Simba [EMAIL PROTECTED] wrote: I have download Development

Re: [Wtr-general] Watir 1.5..1..1158 installation

2007-03-27 Thread matt
You must have the watir gem file for 1158 (watir-1.5.1-1158.gem) in the current working directory. Then you can execute 'gem install watir'. Hope this helps. ___ Wtr-general mailing list Wtr-general@rubyforge.org

[Wtr-general] Watir 1.5 and attaching to windows problem

2006-09-13 Thread David Munns
Has anyone discovered a solution to the following? I built a test tool with Ruby/Watir (1.4). When I upgraded to Watir 1.5.1.1081 so that I could control modal dialog windows, suddenly the watir attach_browser_window call is unable to locate the main IE window by title. I tried other

Re: [Wtr-general] Watir 1.5 and attaching to windows problem

2006-09-13 Thread Bret Pettichord
I have not seen these errors before. If anyone else sees these also, please report. David, It look like you are running the core_tests.rb. Ruby windows_tests.rb to run the unit tests for IE.attach. Bret David Munns wrote: Has anyone discovered a solution to the following? I built a

Re: [Wtr-general] Watir 1.5 and attaching to windows problem

2006-09-13 Thread David Munns
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bret Pettichord Sent: Wednesday, September 13, 2006 11:01 AM To: wtr-general@rubyforge.org Subject: Re: [Wtr-general] Watir 1.5 and attaching to windows problem I have not seen these errors before. If anyone else sees these also, please

Re: [Wtr-general] Watir 1.5 and attaching to windows problem

2006-09-13 Thread David Munns
to disable this prompt have not been successful. How do you get these unit tests to run cleanly? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bret Pettichord Sent: Wednesday, September 13, 2006 1:44 PM To: wtr-general@rubyforge.org Subject: Re: [Wtr-general

Re: [Wtr-general] Watir 1.5 and attaching to windows problem

2006-09-13 Thread Bret Pettichord
Sent: Wednesday, September 13, 2006 1:44 PM To: wtr-general@rubyforge.org Subject: Re: [Wtr-general] Watir 1.5 and attaching to windows problem It seems like you are getting a mix of Watir 1.4 and 1.5. If you used the one-click installer for 1.4, you need to uninstall Watir (or just uninstall

Re: [Wtr-general] Watir 1.5 Specifying Element in Form Error

2006-08-08 Thread Rand Thacker
If there's only one form on the page, isn't:ie.button(:src, 'https://www.entertainment.com/images/button_continue.gif').clickenough to click the button? Also, there was some discussion about images versus buttons. I can't recall if they were trying to reference images that were not buttons, but

Re: [Wtr-general] Watir 1.5 Specifying Element in Form Error

2006-08-08 Thread Bach Le
Rand, ie.button(:src, 'https://www.entertainment.com/images/button_continue.gif').click should be enough to click the button, however, for consistency reasons there shouldn't be a reason why it works without the form specified when it is in fact a form element. As I noted before, it does

Re: [Wtr-general] Watir 1.5 Specifying Element in Form Error

2006-08-08 Thread Charley Baker
It's a bug in the Watir codebase. As you pointed out, there is a workaround, but it should work with the existing code. It's been reported as a jira issue and we're working on it. -Charley On 8/8/06, Bach Le [EMAIL PROTECTED] wrote: Rand,ie.button(:src,

Re: [Wtr-general] Watir 1.5 Specifying Element in Form Error

2006-08-08 Thread Bach Le
Thanks Charley. - Posted via Jive Forums http://forums.openqa.org/thread.jspa?threadID=3381messageID=9511#9511 ___ Wtr-general mailing list Wtr-general@rubyforge.org

[Wtr-general] Watir 1.5 Specifying Element in Form Error

2006-08-07 Thread Bach Le
I was running the latest stable release of Watir 1.4 but had the window attach error which was fixed with version 1.5 development build but after I installed 1.5, I can no longer specify a specific element within a form such as: ie.form(:id, form1).button(:src, http://www;).click Was

Re: [Wtr-general] Watir 1.5 Specifying Element in Form Error

2006-08-07 Thread Bret Pettichord
Bach Le wrote: I was running the latest stable release of Watir 1.4 but had the window attach error which was fixed with version 1.5 development build but after I installed 1.5, I can no longer specify a specific element within a form such as: ie.form(:id, form1).button(:src,

Re: [Wtr-general] Watir 1.5 Specifying Element in Form Error

2006-08-07 Thread Bach Le
Thanks for getting back to me so quickly. Here is an example of it working in 1.4.1 and not in the 1.5 development build. ie = IE.new ie.goto(www.entertainment.com) ie.link(:text, 'Buy the Book').click ie.link(:text, 'Chicago North

Re: [Wtr-general] Watir 1.5

2006-08-01 Thread Zeljko Filipin
You have probably installed watir 1.4.1 with one-click installer. The most simple solution is to uninstall ruby, install it again and then install watir gem.Ċ½eljko ___ Wtr-general mailing list Wtr-general@rubyforge.org

[Wtr-general] Watir 1.5

2006-07-31 Thread Chintakrindi Meghanath
Hi Thanks, I downloaded and installed using the gem. (gem install watir) How do I know where it got installed ? Also currently I am running watir 1.4.x, shall I need to remove it ? Thanks Meghanath ___ Wtr-general mailing list

Re: [Wtr-general] Watir 1.5

2006-07-31 Thread Charley Baker
I'd recommend you uninstall your previous version if you've used the one click installer for Watir 1.4.1. Gems get installed into your ruby gems directory - ruby_install_directory\lib\ruby\gems\1.8\gems. Read through the FAQ, should help explain some basics. -CharleyOn 7/31/06, Chintakrindi

Re: [Wtr-general] Watir 1.5

2006-07-31 Thread Adam Reed
m From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chintakrindi Meghanath Sent: Monday, July 31, 2006 11:55 AMTo: wtr-general@rubyforge.orgSubject: [Wtr-general] Watir 1.5 Hi Thanks, I downloaded and installed using the gem. (gem install watir) How do I know where it got

[Wtr-general] Watir 1.5

2006-07-31 Thread Chintakrindi Meghanath
Hi I unstalled the version 1.4.1 using the gem command and after that installed 1.5 version But when I used the command ruby -e 'require "watir"; puts Watir::IE::VERSION its showing as 1.4.1. I repeated the same twice but still its showing the 1.4 version Thanks Meghanath

Re: [Wtr-general] Watir 1.5

2006-07-31 Thread Adam Reed
dam From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chintakrindi Meghanath Sent: Monday, July 31, 2006 2:23 PMTo: wtr-general@rubyforge.orgSubject: [Wtr-general] Watir 1.5 Hi I unstalled the version 1.4.1 using the gem command and after that installed 1.5 version But w

Re: [Wtr-general] Watir 1.5.x Performance Issues?

2006-06-12 Thread Cain, Mark
wondering. ;-) --Mark From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lonny Eachus Sent: Tuesday, June 06, 2006 1:55 PM To: wtr-general@rubyforge.org Subject: Re: [Wtr-general] Watir 1.5.x Performance Issues? Thanks for the input. It could be due

[Wtr-general] Watir 1.5 getOLEObject method problem

2006-06-09 Thread Jonathan Ni
Hi All: I have little problem with release 1.5 getOLEObject method. I found the problem when I using checkboxes[1].getOLEObject. In 1.4 version, for the same code I am able to getting object and can perform some ole methods. But in 1.5 the getOLEObject method return me with nil. I am

[Wtr-general] Watir 1.5.x Performance Issues?

2006-06-06 Thread Lonny Eachus
Has anyone else experienced a slowdown of their applications since updating Watir from 1.4.1 to 1.5.0.1026? Is there some kind of background polling going on that is slowing things down? Because my application performance has slowed down by about half. Lonny Eachus ==

Re: [Wtr-general] Watir 1.5.x Performance Issues?

2006-06-06 Thread Bret Pettichord
On 6/6/06, Lonny Eachus [EMAIL PROTECTED] wrote: Has anyone else experienced a slowdown of their applications sinceupdating Watir from 1.4.1 to 1.5.0.1026?Is there some kind of background polling going on that is slowing thingsdown? Because my application performance has slowed down by about half.

Re: [Wtr-general] Watir 1.5.x Performance Issues?

2006-06-06 Thread Lonny Eachus
Thanks for the input. It could be due to something else, which is why I was asking. Lonny Eachus = Subject: Re: [Wtr-general] Watir 1.5.x Performance Issues? From: "Bret Pettichord" [EMAIL

Re: [Wtr-general] Watir 1.5

2006-03-26 Thread Bret Pettichord
(this email is subject to this disclaimer -- all disclaimers are null and void)Leon,the support for modal web dialogs works. i plan to clean up some of the interfaces, but they are operational today. look at unittests/modal_dialog_test.rb for an example. this is the development version of

Re: [Wtr-general] Watir 1.5?

2006-03-22 Thread Bret Pettichord
On 3/22/06, Dave Burt [EMAIL PROTECTED] wrote: Are these loose ends the same thing as the FAQ and the website, etc? Or are they inconsistencies in Watir 1.5's object model? Or something else entirely? We have both of course, but i was speaking of the lack of pointers on the new website about

[Wtr-general] Watir 1.5?

2006-03-21 Thread Dave Burt
Hi Bret and anybody else hacking on the Watir library, What's the status on Watir 1.5? The changes I've heard about include effective ways of handling popups (confirm, alert, modal web dialogs, save-as) and more consistent returning of Watir wrappers rather than straight WIN32OLE handles, and

Re: [Wtr-general] Watir 1.5?

2006-03-21 Thread Bret Pettichord
Dave, First of all, you can look at the CVS code, but it would be better to look at our code on SVN (at openqa.org) or even just look at the versions that i posted to wiki.openqa.org the other day. They are both more current. The support for windows popups, however, is not really ready for

Re: [Wtr-general] Watir 1.5?

2006-03-21 Thread Dave Burt
Hi Bret, Thanks for your complete and helpful answer. I'll probably grab the dev code when I get a chance. Bret said: Since moving the code to OpenQA, there are a lot of loose ends to tie up to explain what is going on. If you see one, it would help a lot if you could tie it off for us.