Re: [Wtr-general] Do you want to save changes? Pop-up?

2006-05-23 Thread Paatsch, Bernd
Title: Do you want to save changes? Pop-up? Attached the file. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paatsch, BerndSent: Tuesday, May 23, 2006 5:43 PMTo: 'wtr-general@rubyforge.org'Subject: [Wtr-general] Do you want to save changes? Pop-up? Hello, Currently I use

[Wtr-general] Do you want to save changes? Pop-up?

2006-05-23 Thread Paatsch, Bernd
Title: Do you want to save changes? Pop-up? Hello, Currently I use watir version 1.4.1 and like to handle following pop-up window that appears once in a while when I click a link to navigate away from the current web-page. What is the best way to handle this? Thanks, Bernd <<...OLE_Obj..

Re: [Wtr-general] [question] Accesing images?

2006-05-23 Thread Bret Pettichord
On 5/23/06, Rodrigo Julian Martin <[EMAIL PROTECTED]> wrote: Hi Bret, sorry for the lack of info.. I'm using 1.4.1Just as a point of information, we did not support *modal* web dialogs in 1.4.1. So i initially thought you must be using a more current version. It sounds like you are a

Re: [Wtr-general] [question] Accesing images?

2006-05-23 Thread Rodrigo Julian Martin
Hi Bret, sorry for the lack of info.. I’m using 1.4.1   Rodrigo   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bret Pettichord Sent: Martes, 23 de Mayo de 2006 05:22 p.m. To: wtr-general@rubyforge.org Subject: Re: [Wtr-general] [question] Accesing images?  

Re: [Wtr-general] [question] Accesing images?

2006-05-23 Thread Bret Pettichord
It would help to know what version of Watir you are using.Bret ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] [question] Javascript security alert popup?

2006-05-23 Thread Gavazn Vahshi
Thanks a bunch Lillis, It worked great. Since I'm reaching the web server on an appliance I would rather follow your code, because I need to run the code against multiple appliances. Thanks again, -G --- "Lillis, Dara" <[EMAIL PROTECTED]> wrote: > The code below worked for me when I needed to

Re: [Wtr-general] [question] Javascript security alert popup?

2006-05-23 Thread Lillis, Dara
The code below worked for me when I needed to deal with that. Another option (potentially, depending on your setup) is to install the ssl certificate for the secure site. To do that, manually navigate to https://mysite and when you get the security popup, click "view certificate" and follow the s

Re: [Wtr-general] Version discrepancy?

2006-05-23 Thread Mike Townley
Yea, I used the one-click. I removed it with gem. I guess I need to go back and clean up all the old stuff and try again with 1.5 from gem.   Thanks   -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bret Pettichord Sent: Tuesday, May 23, 2006 12

[Wtr-general] [question] Javascript security alert popup?

2006-05-23 Thread Gavazn Vahshi
Hello everyone, What's the best approach to deal with javascript security alert popups? Is autoit a good choice? I get the popup when I try http://mysite and the link is forwarded to https://mysite waiting for user confirmation. I'm kind of new to this, but I did go through a few months of threa

Re: [Wtr-general] Version discrepancy?

2006-05-23 Thread Charley Baker
I've just updated the FAQ with instructions to checkout the latest trunk source and install the gem: http://wiki.openqa.org/display/WTR/FAQ#FAQ-devgem  Worked on it a couple of days ago and got my wiki session dumped, so finally got back to it. I'll update it for the one click installer issue menti

Re: [Wtr-general] Version discrepancy?

2006-05-23 Thread Bret Pettichord
On 5/23/06, Mike Townley <[EMAIL PROTECTED]> wrote: I just updated to Watir 1.5.0.98. I first uninstalled using 'gem uninstall watir' command. I then installed the latest version from a local gem . I can verify the version installed with 'gem list –local watir' it shows 1.5.0.98. rub

Re: [Wtr-general] [question] Accesing images?

2006-05-23 Thread David Schmidt
Rodrigo, Examining the HTML I see that the image with id of "img2" isn't even in the div with id "DIVImageFile_2". In addition, the img2 image doesn't have any events associated with it, so clicking that image won't do anything. I think the link you wish to follow is the link following img2:

Re: [Wtr-general] Version discrepancy?

2006-05-23 Thread David Schmidt
Mike, I noticed the same thing with an older build I found someplace on the Rubyforge site. The current development builds are at http://wiki.openqa.org/display/WTR/Development+Builds or for the really brave you can check out the latest development version via Subversion at http://svn.openqa.o

Re: [Wtr-general] [question] Accesing images?

2006-05-23 Thread Lonny Eachus
Bret and David Schmidt are currently working on accessing popups with frames. As far as I know, not everything is working at this time. This should improve as their code gets debugged and included in a future release. I have seen the issues David has had to wade through to access elements in f

[Wtr-general] Version discrepancy?

2006-05-23 Thread Mike Townley
I just updated to Watir 1.5.0.98. I first uninstalled using ‘gem uninstall watir’ command. I then installed the latest version from a local gem . I can verify the version installed with ‘gem list –local watir’ it shows 1.5.0.98. ruby –e ‘require “Watir”; puts Watir::IE::VERSION’  still sho

Re: [Wtr-general] [question] Accesing images?

2006-05-23 Thread Rodrigo Julian Martin
Thanks for the answer Lonny, and sorry for that untidy HTML! I’ll download TidyUI…   I’m trying to click the image with this:   $browser_popup.frame(:name,"responseFrame").div(:id, "DIVImageFile_2").image(:id, "img2").click   And the output shows:   c:/ruby/lib/ruby/site_ruby/1.8/wa