且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何点击IE下载对话框即(打开,保存,另存为...)

更新时间:2023-02-08 09:17:19

我通过使用TAB键找到了一种简单的方法......我修改了一些代码:

I found an easy way by using the TAB key... I modified the code a little:

Application.SendKeys "{TAB 1}", True 'This will select the (OPEN) Tab
Application.SendKeys ("~")

来源: https://www.autoitscript.com/forum/topic/154472-ie-download-saveopen-dialog -how-to-access /