[wtr-general] Re: AutoITx3 works on one machine but not another for opening Excel files

2010-10-14 Thread Schase
> and the code that raised the error. But if it's not actually anything to do > with Watir (and it doesn't look like it is), I don't know that anybody will > necessarily be able to help you here. > > On Thu, Oct 14, 2010 at 14:58, Schase wrote: > > I have a watir tes

[wtr-general] AutoITx3 works on one machine but not another for opening Excel files

2010-10-14 Thread Schase
I have a watir test that downloads some information from a web app to an Excel file, and I then open the file to confirm the contents. On my dev box everything works fine, but the scheduled automation runs (via Hudson) always fail attempting to open the Excel file. I have checked that the correct v

[wtr-general] Re: Curious browser behavior: Firefox browser won't close on some pages but will everywhere else

2010-08-04 Thread Schase
I'm curious what the bug is, though. Why only one specific page from the entire web app, and why only on one machine? On Aug 3, 2:11 pm, Ethan wrote: > It is true that Vapir does not have this bug. > > On Tue, Aug 3, 2010 at 15:01, Basim Baassiri wrote: > > HI Schase,

[wtr-general] Curious browser behavior: Firefox browser won't close on some pages but will everywhere else

2010-08-03 Thread Schase
I'm writing automated test code for a web application under development. All is well when I work on my development box and the code behaves as expected when I run it there. Once the test code is stabilized I check it in and it runs on a scheduled server. It has been displaying strange behavior t

[wtr-general] problems with focus (Firefox and IE8)

2010-04-09 Thread Schase
I am having some difficulty automating the autocomplete functionality of a textbox. The way I've done it before is to use type_keys and focus to trigger the behavior. I can set the text in the textbox without problem. If I try to set focus it appears nothing happens. However, I don't get any err