Search found 4 matches

by lassos
18 Apr 2023, 03:46
Forum: Scripts and Functions (v1)
Topic: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No IE!
Replies: 668
Views: 456607

Re: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No IE!

Hello. I have a problem wit the following routine i send from ahk script1 a command to ahk script 2 which calls a routine (FindInstances) from chrome.ahk ahk script 2 use the chrome.ahk. but i am getting the following error as attached file if i will insert sleep, 5000 i a m getting no error could a...
by lassos
15 Mar 2023, 02:02
Forum: Scripts and Functions (v1)
Topic: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No IE!
Replies: 668
Views: 456607

Re: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No Selenium!

@lassos As for shortcut version for me works: "C:\Program Files\Google\Chrome\Application\chrome.exe" --remote-debugging-port=9222 --remote-allow-origins=* --user-data-dir="D:\ahk_chrome_profile" Wow, thanks, this works for me too .-) , pretty cool, it is working again. spent so much time in my aut...
by lassos
14 Mar 2023, 15:20
Forum: Scripts and Functions (v1)
Topic: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No IE!
Replies: 668
Views: 456607

Re: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No Selenium!

hello, since a few day authotkey does not working anymore with chrome.ahk, any script or simple test script quits with websocket error thrown in chrome.ahk: any help ? else if (EventName == "Error") { throw Exception("Websocket Error!") } #Include ./lib/Chrome.ahk ; Create an instance of the Chrome ...

Go to advanced search