opt('WinTitleMatchMode',2);2 = 标题的任意子串皆可匹配
winwaitactive('- Windows Internet Explorer')
sleep(2000);你要在2秒内把鼠标移动到IE的页面上下面的操作才有效
send('{CTRLDOWN}')
MouseWheel ( "up",2)
send('{CTRLup}')
opt('WinTitleMatchMode',2);2 = 标题的任意子串皆可匹配
winwaitactive('- Windows Internet Explorer')
ControlClick ('- Windows Internet Explorer','','ToolbarWindow329')