Re: [Wtr-general] The Plan for Watir

2007-05-10 Thread Chris McMahon
On 5/10/07, Walter Kruse [EMAIL PROTECTED] wrote: I am very keen to have this done, but leeching isn't nice and I can't write C. If there is forward movement on win32guitest, I volunteer to do a document for it, either a user guide, or something in the style of this:

[Wtr-general] Community involvement with Watir

2007-05-10 Thread aidy lewis
On 09/05/07, Bret Pettichord [EMAIL PROTECTED] wrote: Just to be clear, we have always been open to having people add these to our wiki and have often encouraged this. http://wiki.openqa.org/display/WTR/Contributions Bret I think all these important links should become a footnote on

Re: [Wtr-general] How to selecting Menu item in Watir

2007-05-10 Thread Vipul
hi i tried calling parent span using ie.span(:id, Sessions).click ie.span(:id, Sessions).fire_event(onsubmenu_click) but this gives the error the following error WIN32OLERuntimeError: fireEvent OLE error code:80070057 in htmlfile Invalid argument. HRESULT error

Re: [Wtr-general] Having trouble capturing text in java alert

2007-05-10 Thread gary
Hi still no luck I'm afraid, this is the closest I can get to what I want but with odd behaviour. For some reason the first alert does not appear to be recognised, but if I select this manually and then select the continue button again then the script kicks in again, extracts the text, puts

[Wtr-general] How to handle pop menu clicking on right mouse button?

2007-05-10 Thread Edwin Taquichiri
Hi, I'm new in ruby and watir,please anybody help me, I want know how to handle the options of popup menu click on right mouse button, Thanks in advance ___ Wtr-general mailing list Wtr-general@rubyforge.org

[Wtr-general] issue for open IE in the background

2007-05-10 Thread caesar
I have to test multiple sites and capture screenshot with watir. But I am just wondering if there is a way to have watir open IE browser in the background and capture screenshot of each URL instead of opening IE in the foreground. It would be very grateful if somebody let me know how to do it.

[Wtr-general] Watir/FireWatir merge/refactoring suggestion: down_load_time

2007-05-10 Thread Chris McMahon
I had occasion today to measure page load times in anger using FireWatir. I don't have a regular Watir installation handy, but I know Watir tracks the latest page load times in a variable called down_load_time or download_time or something similar. FireWatir doesn't have this feature. I used

Re: [Wtr-general] Having trouble capturing text in java alert

2007-05-10 Thread SHALINI GUPTA
hi, Tell me is 'continue' is responsible for popup... if yes..then how it will take text..u didnot define any function for popup hadling...include this function too.. def start_jsalert_clicker Thread.new{ system(ruby \c:\\PSC\\jscriptExtraAlert.rb\) }### please take care of this