[wtr-general] Re: Wait for frame to load

2009-07-07 Thread Brautigam Gergely
Hi Ray! Try the wait_until function. It's in the Waitr::Waiter class. --- On Tue, 7/7/09, Ray wrote: From: Ray Subject: [wtr-general] Wait for frame to load To: "Watir General" Date: Tuesday, July 7, 2009, 6:14 PM Is there anyway to tell watir to wait for a frame to load? My situation is

[wtr-general] Re: Wait for frame to load

2009-07-08 Thread Brautigam Gergely
I'm testing an Ajax page currently and this is how simple and easy it is: Watir::Waiter.wait_until(60){ie.span(:class, "vs").exists?} This simply waits for an item with the class 'vs' to appear in the browser. Which ever frame it is, it does not matter. And if you need to wait for a another pag

[wtr-general] Re: Time to learn Watir

2009-07-10 Thread Brautigam Gergely
If you don't have ANY kind of automation or programing knowledge in ruby then it will take a hell of a lot time. :) If not, then it should be intuitive enough. I learned the BASICS in a few days only. But then again, i have 5 years automation knowledge booth web and gui. Skarlso. --- On F

[wtr-general] Re: How Watir Works

2009-07-10 Thread Brautigam Gergely
Hello! Look in the API document. When you click on a function then there is a method call description or what. Sorry i'm sleepy it's early in the morning. :D --- On Sat, 7/11/09, Ravinder Singroha wrote: From: Ravinder Singroha Subject: [wtr-general] How Watir Works To: watir-general@googlegr

[wtr-general] Re: Internet Explorer NOT working in normal after i ran the watir script

2009-07-13 Thread Brautigam Gergely
Interesting... This is a dump question but do you have by any chance Offline Work selected? :) Watir should never interfere with your main browser because it lunches an independent one as far as i know. --- On Mon, 7/13/09, msazeez28july wrote: From: msazeez28july Subject: [wtr-general] Int

[wtr-general] Re: Need help

2009-07-13 Thread Brautigam Gergely
do you want to Change the name, or simply get it or set a new value for it perhaps? Or just use the Checkbox to Check it? --- On Mon, 7/13/09, rakesh wrote: From: rakesh Subject: [wtr-general] Re: Need help To: "Watir General" Date: Monday, July 13, 2009, 11:27 AM The id ,name of the checkb

[wtr-general] Re: Need help

2009-07-13 Thread Brautigam Gergely
He says that the file he is using does not contain which Checkbox INDEX he has to set... Only the ID which is that of all of the check boxes and not an Index i guess.. But why not? Simply add it to the file or ask the Devs to give explicit id's for the checkboxes. That is what i've done in case

[wtr-general] Watir and IE7

2009-07-16 Thread Brautigam Gergely
Hello! I encountered an interesting problem. Now i don't know, or believe that it is Watirs fault but i could not find out why it happens. When i'm running a script on IE7 it occasionally happens that when ie starts it freezes and the script can not proceed. Did somebody happen to notice this

[wtr-general] Re: Help : XPath : To access elements with same label

2009-07-17 Thread Brautigam Gergely
Use ie.checkbox(:id, "eventDelete").value Sent from my iPhone On Jul 17, 2009, at 14:13, ajil wrote: Thanks Željko .it helped . I have one more query : In the Html I have a line like this :  edit How can i grab the value "d64ac5be-6c81-11de-9983-0016764319d8" within the ??? Please help.C