[ ComObj IE ] Open Right-Click Menu on IE using COM

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
CH HAN
Posts: 31
Joined: 18 Sep 2017, 02:16
Contact:

[ ComObj IE ] Open Right-Click Menu on IE using COM

01 Dec 2017, 12:57

Hi,

I tried to open right-click menu on IE using COM, but all approaches I tried has failed. Does anybody know any ways to open the right-click menu and select one of elements?

Code: Select all


wb := IEGet("My Drive - Google Drive - Internet Explorer")

; everything is not working
/*
wb.document.getElementsByTagName("SPAN")[84].focus()
Send, {AppsKey}            
Send, {Down}
Send, {Down}
Send, {Enter}
*/

;~ wb.document.getElementsByTagName("SPAN")[84].click(Right)
;~ wb.document.getElementsByTagName("SPAN")[84].rightclick()

MsgBox


R_google_drive.jpg
R_google_drive.jpg (78.09 KiB) Viewed 559 times

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: doodles333 and 173 guests