python way to automate IE8's File Download dialog

L

Lawrence D'Oliveiro

In message
monogeo said:
I am able to use PAMIE 2.0 to automate IE7's File Download dialog, but
the same approach/code fails on IE8.

I don't understand why you need to automate a GUI front-end, meant for human
use, to a function that can be directly performed without that front-end
anyway.
 
M

Michel Claveau - MVP

Hi!

Suppose that the (web) site give the file only after several seconds, and after the user click a confirm (example: RapidFile).
Suppose that the (web) site give the file only after the user input a code, controled by a javascript script.

@-salutations
 
G

Gabriel Genellina

En Fri, 05 Jun 2009 09:46:25 -0300, <""Michel Claveau -
MVP said:
Suppose that the (web) site give the file only after several seconds,
and after the user click a confirm (example: RapidFile).
Suppose that the (web) site give the file only after the user input a
code, controled by a javascript script.

The (web) site only receives HTTP requests; javascript runs only on the
client side. If you generate an equivalent HTTP request in code, you're
done.

By example, the wait timer and captcha of rapidshare can be easily
skipped; but the "no more than one download per IP" limitation cannot,
because it is enforced on the server side.

Of course, figuring out how to do that in each particular case has a cost
(time and required skills), and it may be more convenient to do browser
automation as you imply.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,994
Messages
2,570,223
Members
46,810
Latest member
Kassie0918

Latest Threads

Top