I need to download file with using IE credentials and other methods like urldownloadtofile would not work.
It is impossible to turn it off with a registry keys or settings,
Code: Select all
send !s
I got some info for the from Accessible info Viewer for the save button:
Hwnd: 0xA0682
Class (NN): DirectUIHWND1
Name:Save
Role: split button
Child count: 1
State: normal
Action: Press
And for the close button as well:
Hwnd: 0xA0682
Class (NN): DirectUIHWND1
Name:Close
Role: push button
Child count: 0
State: normal
Action: Press
Is it possible?

Useful links:
Accessible info Viewer
https://raw.githubusercontent.com/Drugo ... Viewer.ahk
Acc Library
https://raw.githubusercontent.com/Drugo ... es/Acc.ahk
Relevant threads, my tries to adapt the code from there for my needs were unsuccessful
https://autohotkey.com/boards/viewtopic.php?t=26223
https://autohotkey.com/boards/viewtopic.php?t=30861