Chrome.ahk send() error

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Hiwo
Posts: 3
Joined: 19 Jun 2021, 09:43

Chrome.ahk send() error

Post by Hiwo » 12 Feb 2022, 23:19

Hi, I'm trying to use the library Chrome.ahk at first it worked and without changing anything I suddenly got this error :
image.png
image.png (24.3 KiB) Viewed 410 times
My test code:

Code: Select all

#NoEnv

#Include C:\Users\Hiwo\Documents\File modifier\Mouse\AutoHotKey\Chrome ahk test\lib\Chrome.ahk

page:= Chrome.GetPage()

MsgBox, % IsObject(page)

page.Evaluate("alert('hi');")

bezet
Posts: 7
Joined: 22 Mar 2022, 07:43

Re: Chrome.ahk send() error

Post by bezet » 05 Jul 2022, 02:02

Did you manage to solve this issue? Im also having the same problem.

Post Reply

Return to “Ask for Help (v1)”