Hyper Link Clicking on Chrome Without Using My Mouse

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Aquabear43
Posts: 2
Joined: 10 Jul 2020, 10:01

Hyper Link Clicking on Chrome Without Using My Mouse

Post by Aquabear43 » 10 Jul 2020, 10:06

I'm trying to run a script where I press the end key and it clicks a hyper link at the certain position my mouse is at. I cant seem to find how to do this. All the hyperlinks on this website are orange if that helps.

Forgot to mention: I want to open the link and put that as the tab as focus, but the link changes every time.

I think this is call clicking a link without using my mouse
Last edited by Aquabear43 on 10 Jul 2020, 10:21, edited 4 times in total.

TXShooter
Posts: 165
Joined: 13 Dec 2017, 09:27

Re: Hyper Link Clicking on Chrome

Post by TXShooter » 10 Jul 2020, 10:13

What code have you tried so far?

Aquabear43
Posts: 2
Joined: 10 Jul 2020, 10:01

Re: Hyper Link Clicking on Chrome

Post by Aquabear43 » 10 Jul 2020, 10:14

Well I'm new to this and really just trying to make a simple clicking script that clicks at the positions I want, but I really have tried everything I searched up. Tried different click methods.

if (A_Cursor != Unkown)
{
Click
}

Note forgot to mention I want to open the link and put that as the tab as focus, but the link changes every time.

Post Reply

Return to “Ask for Help (v1)”