1
在我的應用程序中,我需要點擊Web元素並按住Shift鍵,然後才能正常工作所以我不知道該怎麼做。如何在UFT上同時按住Shift鍵並單擊對象?
在我的應用程序中,我需要點擊Web元素並按住Shift鍵,然後才能正常工作所以我不知道該怎麼做。如何在UFT上同時按住Shift鍵並單擊對象?
歡迎使用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