ruby - Using AutoIt to Manipulate Save Dialogs -


i'm attempting use autoit in ruby script writing automatically download files. script gets save file prompt need way download file.

problem me @ least, that, examples i've found tend general , not related specific example. i've found code this, it's difficult know should altered specific case of file dialog.

if either has solution this, method, or reference has perhaps went unnoticed, obliged. again.

edit: also, save prompt consists of radio buttons have not seen documentation for. i'm using firefox script. perhaps there options can set in browser eliminate hurtle?

first step use autoit3 window info tool (au3info) identify controls need use, use controlcommand "check" or "uncheck" radios, , usual mix of epic autoit functions best.

as alternative (and easier) solution, try inetget download file directly. better no longer have worry user not having firefox, or ff changing dialog.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -