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

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

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

html - jQuery UI Sortable - Remove placeholder after item is dropped -