[wtr-general] problem with using watir and win32ole together

2014-01-07 Thread marcwestwood0502
I am using watir to automate a browser application which has modal dialogs, but i also use excel to drive what automated tests are run. The problem I have is when I add the statement require 'win32ole' into my script this then causes errors when I try and deal with a modal dialog. When I take

[wtr-general] problems with watir and win32ole

2014-01-07 Thread marcwestwood0502
I have an issue where when I require 'win32ole' in a script I then get an error when trying to deal with a modal dialog. When I remove require 'win32ole' the error goes away. The error I am getting is...

Re: [wtr-general] problem with using watir and win32ole together

2014-01-07 Thread Jorge Castro
Mmm have you tried to use gem with jvm on linux? Jorge Castro Verizon Terremark -Original Message- From: marcwestwood0...@gmail.com Sender: watir-general@googlegroups.com Date: Mon, 6 Jan 2014 02:26:22 To: watir-general@googlegroups.com Reply-To: watir-general@googlegroups.com Subject:

[wtr-general] Re: watir syntax for span class=LinkClassAvailability

2014-01-07 Thread Chuck van der Linden
On Sunday, December 29, 2013 3:55:48 AM UTC-8, Priti Fhuse wrote: I have been stuck for 2 days in this water using testwise tool I would like to know what should be the sysntax for span class=LinkClassAvailability in watir 2 2nd question how to use loops in testwise re the second

[wtr-general] Re: test is taking a long time in webdriver v classic

2014-01-07 Thread hillary
should i file a bug with watir-webdriver? I can't really think of a faster way of doing the validation of this area, and i need to start using webdriver to test firefox and chrome. There's probably 10 cases that have validations of this area and i can't run those tests if it's going to take

Re: [wtr-general] Re: watir, watir-webdriver, watir-classic: history and current state?

2014-01-07 Thread Chuck van der Linden
On Monday, December 30, 2013 7:53:06 AM UTC-8, Željko Filipin wrote: On Wed, Dec 25, 2013 at 6:18 PM, Jarmo Pertman jar...@gmail.comjavascript: wrote: It's more or less the same. +1 Željko Agreed. The big differences between the two are - Cross browser support - watir has

[wtr-general] Re: Logging HTTP traffic via a proxy while running webdriver tests?

2014-01-07 Thread Dan
I've cheated in the sense that I've used Fiddler by programmatically starting and stopping it when running tests. There looks to be a Linux build of it now. In my case it was ADFS so I feel your pain. http://fiddler.wikidot.com/mono On Tuesday, January 7, 2014 2:31:45 PM UTC-5, Chuck van der