[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Need to download a file and then have to verify the contents

Bhavesh Sharma

12/14/2008 4:49:00 AM

Hi,

I have an application [web page], where i have an option to download
files once selected.

Once file is selected, we can click on download button. Till here im
able to do using watir.

But im not able to render through this download dialog using watir.

I need to give location in this Download dialog and then have to save
the file.

Once file is saved at particular location, i need to open/ verify the
contents of that file.

All this i need to do using watir.

Can anybody help me in this regard, how can i do this using watir.

I have AutoIt installed on my machine.

Bhavesh
--
Posted via http://www.ruby-....

2 Answers

Firstname Secondname

12/15/2008 6:47:00 AM

0

Hi,
you could break this in to several parts.

First, check if you can click a download button with _watir_.

Second, check if you can download a file, download a file with `wget
<your options>`.

Third, check the contents of your downloaded file.


Bhavesh Sharma wrote:
> Hi,
>
> I have an application [web page], where i have an option to download
> files once selected.
>
> Once file is selected, we can click on download button. Till here im
> able to do using watir.
>
> But im not able to render through this download dialog using watir.
>
> I need to give location in this Download dialog and then have to save
> the file.
>
> Once file is saved at particular location, i need to open/ verify the
> contents of that file.
>
> All this i need to do using watir.
>
> Can anybody help me in this regard, how can i do this using watir.
>
> I have AutoIt installed on my machine.
>
> Bhavesh

--
Posted via http://www.ruby-....

Bhavesh Sharma

12/15/2008 11:21:00 AM

0

Hi Marius,

Thanks for the information.

But from where i get these routines "_watir_" and "wget"

Also i need to automate the opening and verification of the contents of
the files through watir itself.

Can you help me in this?

Thanks
Bhavesh

Marius ŽilÄ?nas wrote:
> Hi,
> you could break this in to several parts.
>
> First, check if you can click a download button with _watir_.
>
> Second, check if you can download a file, download a file with `wget
> <your options>`.
>
> Third, check the contents of your downloaded file.
>
>
> Bhavesh Sharma wrote:
>> Hi,
>>
>> I have an application [web page], where i have an option to download
>> files once selected.
>>
>> Once file is selected, we can click on download button. Till here im
>> able to do using watir.
>>
>> But im not able to render through this download dialog using watir.
>>
>> I need to give location in this Download dialog and then have to save
>> the file.
>>
>> Once file is saved at particular location, i need to open/ verify the
>> contents of that file.
>>
>> All this i need to do using watir.
>>
>> Can anybody help me in this regard, how can i do this using watir.
>>
>> I have AutoIt installed on my machine.
>>
>> Bhavesh

--
Posted via http://www.ruby-....