[Wtr-general] Watir + Autoit + Save As

Paul Rogers paul.rogers at shaw.ca
Fri May 4 11:43:37 EDT 2007


if you want to just save the html you can do this

html = ie.html

File.open("my_file){ |f| f.puts html }  # check this, you may have to open 
the file for writing

Paul



----- Original Message ----- 
From: "Maisonnette" <forum-watir-users at openqa.org>
To: <wtr-general at rubyforge.org>
Sent: Friday, May 04, 2007 9:35 AM
Subject: Re: [Wtr-general] Watir + Autoit + Save As


> Thank's,
>
> Yes i already do that, and the control take the focus, but it don't want 
> to click on it ...
>
> :-(
>
> Any suggestion ??
> _______________________________________________
> Wtr-general mailing list
> Wtr-general at rubyforge.org
> http://rubyforge.org/mailman/listinfo/wtr-general
> 




More information about the Wtr-general mailing list