From: Jan Svitok Date: 2006-08-21T20:38:55+09:00 Subject: Re: File download script in ruby On 8/21/06, Delia Deea wrote: > Hi! > > I'm trying to write a ruby script that tests a "print to pdf" > functionality...so, I have a list on my screen, and by pressing the > Print button, a PDF is generated...a file download window > appears...could I click Save on that window from Ruby? That seems more like a case for autoit (http://www.hiddensoft.com/autoit3/downloads.php) Eventually you can use autoit from ruby via autoitX dll and win32api or ruby/dl. J.