How to detect save as dialog box in IE using Vbscript -


i writing simple vbscript shown below click "save" on save dialog box opens whenever click on download in ie far it's not working

set wshshell = wscript.createobject("wscript.shell") wscript.appactivate ("internet explorer") wscript.sleep 10000 wshshell.sendkeys "%s" 


Comments

Popular posts from this blog

java - Andrioid studio start fail: Fatal error initializing 'null' -

android - Gradle sync Error:Configuration with name 'default' not found -

StringGrid issue in Delphi XE8 firemonkey mobile app -