I'm using a webbrowser in the program. it will login a site, then get a special link which is a csv file on the site. then I need download the file. since the site needs login and uses https, so, I use webbrowser.

now, I can login, but when I click the file link, it will pop a message box and ask me to save/open it.

is it possible to disable this popup window and save the file to local directly?


thanks