Page 1 of 1

Test variable file downloads

PostPosted: Wed Aug 02, 2017 3:03 pm
by SHershon
Hi Everyone,

I need to wait until file is downloaded.

Downloaded time is change as per the size of the download file.

Any idea how I can test this random file size accurately?

Thanks

Re: Test variable file downloads

PostPosted: Thu Aug 03, 2017 12:35 pm
by eValid
SHershon wrote:Hi Everyone,

I need to wait until file is downloaded.

Downloaded time is change as per the size of the download file.

Any idea how I can test this random file size accurately?

Thanks


Thanks for asking SHerson.

Indeed, because they are not necessarily DOM sensitive, handling PDF documents can be somewhat tricky.

Here is a write-up explaining how to handle a PDF file:

http://e-valid.com/Products/Documentati ... t/PDF.html

The business of waiting for the file to download is handled in this example with some SyncOnElementProperty commands pivoted on a specific element ID tag.

Let us know if this meets your needs.


-- eValid Support