webpage automation in IE

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
hariji
Posts: 2
Joined: 02 Jan 2017, 08:56

webpage automation in IE

30 Apr 2017, 08:15

Hello all,

I am trying to automate web page in internet explorer using AHK COM. I want to use below JavaScript in AHK script to simulate the mouseup event. Can anybody help me to convert below script to AHK script?

Code: Select all

var links = document.querySelectorAll("li");
targetlink = links[0];
var clickEvent = document.new MouseEvent("mouseup", false, false);
targetlink.dispatchEvent(clickEvent);
Many thanks in advance.
Hariji

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: cjsmile999, Google [Bot] and 355 guests