Re: [Wtr-general] Still having a problem with the capture events

2005-07-12 Thread Bret Pettichord
This only works with XP SP2. At 02:31 PM 7/7/2005, Daniel Shchyokin wrote: In my script I am calling the IE.captureEvents followed by clicking a link that opens a new window. I then set another variable to IE.newWindow... x=IE.newWindow(). but when I try to call a method for x, say x.close().

[Wtr-general] Still having a problem with the capture events

2005-07-07 Thread Daniel Shchyokin
No no, definately a config issue, the code I used is in the unit test newWindow_test.rb, so it definately wasn't code. The reason for typing incorrect method names was typing from memory email: [EMAIL PROTECTED] ___ Wtr-general mailing list Wtr-gene

Re: [Wtr-general] Still having a problem with the capture events

2005-07-07 Thread PRioux
I got it working . Just to be sure this is not a code error but a config problem, here's what i did:                 @ts.ui.capture_events                 @ts.ui.button(:value, 'Get Snapshot').click                 subWin = @ts.ui.newWindow                 assert(subWin.contains_text('Sessions fo

[Wtr-general] Still having a problem with the capture events

2005-07-07 Thread Daniel Shchyokin
In my script I am calling the IE.captureEvents followed by clicking a link that opens a new window. I then set another variable to IE.newWindow... x=IE.newWindow(). but when I try to call a method for x, say x.close(). I get an error stating method could not be found in Nil:nil. I ran the newWi