2016-10-18 62 views

回答

0

歡迎使用StackOverflow,您可以在Google上搜索找到答案。

This link可能有你需要什麼,而是要總結:

嘗試使用SendKeys方法(可能需要查找正確的語法 等)

的SendKeys(micShiftdown)
點擊需要點擊的地方
點擊第二個 選擇SendKeys(micShiftup)

東西 像那樣。

也有在here另一個建議:

Window("Windows Internet Explorer").Type micShiftDwn 

set abc =Browser("creationtime:=1").Page("title:=.*").WebE lement("innertext:=abc1","innerhtml:=abc1") 

abc.click 

set abc2 =Browser("creationtime:=1").Page("title:=.*").WebE lement("innertext:=abc2","innerhtml:=abc2") 

abc2.Click 

Window("Windows Internet Explorer").Type micShiftUp 
相關問題