[wtr-general] Re: Maximizng the Browser

2009-03-25 Thread IDIEININIIS
Yes that fixed the problem. Thanks for the prompt and informative reply. On Mar 24, 2:42 pm, Charley Baker charley.ba...@gmail.com wrote: Make sure autoit is registered. Navigate to the directory where autoit lives through the command line and type regsvr32 AutoItX3.dll Autoit is installed

[wtr-general] Re: Maximizng the Browser

2009-03-25 Thread Bret Pettichord
This was caused by a bug in Watir, introduced I think with 1.6.2. Before that it happened intermittently. Since then it will happen to any one who installs Watir for the first time. I have fixed this bug. It will be released in the next version of Watir. Bret IDIEININIIS wrote: Yes that

[wtr-general] Re: Maximizng the Browser

2009-03-24 Thread Michael Hwee
AM Subject: [wtr-general] Re: Maximizng the Browser Hi Charley, I have consistently used ie as the handle but still I am getting the same error. Is there a replacement to ie.maximize()?? On Mar 20, 6:30 am, Charley Baker charley.ba...@gmail.com wrote: In a few of your recent posts, the code

[wtr-general] Re: Maximizng the Browser

2009-03-24 Thread Charley Baker
Make sure autoit is registered. Navigate to the directory where autoit lives through the command line and type regsvr32 AutoItX3.dll Autoit is installed with Watir, here's a general idea of where it should live, replace the ruby dir with where ever you have ruby installed: c:\ruby

[wtr-general] Re: Maximizng the Browser

2009-03-20 Thread Charley Baker
In a few of your recent posts, the code you're using is mixing local variables (ie) and global variables ($ie). You need to first understand the difference between these two, the Ruby Pickaxe guide has information on variable types in Ruby. ie = Watir::IE.start(http://groups.google.com/group;)