RE: RE: [Wtr-general] New, improved support for popup dialogs

2005-08-10 Thread Bret Pettichord
At 12:51 AM 8/10/2005, Tim Feltham wrote: I haven't had a chance to use this new code yet...can I do a show_all_objects on the popup? Can it select items in drop down lists yet? No. No. _ Bret Pettichord www.pettichord.com

RE: RE: [Wtr-general] New, improved support for popup dialogs

2005-08-10 Thread Tim Feltham
Are you planning on putting this in at some stage? From: [EMAIL PROTECTED] on behalf of Bret Pettichord Sent: Wed 10/08/2005 6:00 p.m. To: wtr-general@rubyforge.org Subject: RE: RE: [Wtr-general] New, improved support for popup dialogs At 12:51 AM 8/10/2005,

RE: RE: [Wtr-general] New, improved support for popup dialogs

2005-08-10 Thread Bret Pettichord
You are talking about Modal Web Dialogs. These include HTML. The only way i know of for handling them is to, first, use ie.remote_eval to click the link or button that posts the modal (so it doesn't hang your script), and then use ie.send_keys to send key events to the window to make it go

Re: [Wtr-general] open IE in the foreground

2005-08-10 Thread Bret Pettichord
try ie.maximize At 05:29 AM 8/5/2005, Neumann, Carsten - ENCOWAY wrote: Content-class: urn:content-classes:message Content-Type: multipart/alternative; boundary=_=_NextPart_001_01C599A8.39913AAE My Watir always opens the IE in the background, can I make him open the IE in front of

[Wtr-general] onBlur

2005-08-10 Thread Paul Rogers
Bret, your recent addition of the onBlur event to text boxes got me thinking. Does IE fire the onBlur event already with out us adding it, if you explicitly set focus to another item. Eg, using the code BEFORE the addition ( I havent tried this ) ie.text_field(:index,1).set('hi') # does the

RE: [Wtr-general] onBlur

2005-08-10 Thread Scott Hanselman
Isn't onlostfocus fired? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Rogers Sent: Wednesday, August 10, 2005 8:39 AM To: wtr-general@rubyforge.org Subject: [Wtr-general] onBlur Bret, your recent addition of the onBlur event to text boxes got me

[Wtr-general] JavaScript Popup

2005-08-10 Thread zaki zaidi
Hi, I am in a process of automating a website. I can't seem to figure out a wayto click the OK button of _javascript_ popup. script language="_javascript_"alert('This is just a test'); /script Thanks in Advance. Zaki__Do You Yahoo!?Tired of

Re: [Wtr-general] problems with 1.3.1

2005-08-10 Thread Jeff Wood
So, Is there a clean way to deal with some of the things I'm running into ? Is there anything I can do to help with any of these kinds of things? j. On 8/10/05, Bret Pettichord [EMAIL PROTECTED] wrote: At 12:59 PM 8/10/2005, Jeff Wood wrote: Is this stuff that's fixed in 1.4 ? No.

RE: [Wtr-general] Help read data in table with Row Span

2005-08-10 Thread Paul Rogers
I took a quick look at this, and I don't know how we would do it. Using my example table below, The table itself only has 2 cells on the row after the rowspan. Even other methods like the one below only show it has having 2 cells, I guess cos in reality it does only have 2 cells. irb(main):011:0