Search found 6 matches

by Natitoun
11 Dec 2020, 10:51
Forum: Scripts and Functions (v1)
Topic: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No IE!
Replies: 668
Views: 465257

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

Hi all ! I have one issue that I can't fix, maybe one of you have an idea on how to figure it out :) While automating Chrome thanks to Chrome.ahk, I am facing an issue with a small popup window, the kind you get with a "Javascript: alert('Hello World!')" command. This window will appear when I am s...
by Natitoun
12 Nov 2020, 10:14
Forum: Scripts and Functions (v1)
Topic: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No IE!
Replies: 668
Views: 465257

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

Hi all ! I have one issue that I can't fix, maybe one of you have an idea on how to figure it out :) While automating Chrome thanks to Chrome.ahk, I am facing an issue with a small popup window, the kind you get with a "Javascript: alert('Hello World!')" command. This window will appear when I am se...
by Natitoun
13 Jan 2020, 11:18
Forum: Scripts and Functions (v1)
Topic: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No IE!
Replies: 668
Views: 465257

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

Hi Tre4shunter ! It works, thanks a lot for that ! I have another issue now that headless mode is working, I cannot figure a way out to do my stuff... Would you know how I could manage the login in headless mode ? Here is what I want to do: open a new Chrome on which the user logs in. Then open a ne...
by Natitoun
10 Jan 2020, 07:03
Forum: Scripts and Functions (v1)
Topic: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No IE!
Replies: 668
Views: 465257

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

Natitoun wrote:
10 Jan 2020, 03:57
Tre4shunter wrote:
09 Jan 2020, 11:30
Hey @Natitoun
...

Hi @Tre4shunter !
...
When I start the script, there are Chrome's background processes that starts. So I guess that it's the

Code: Select all

ChromeInst.GetPage()
that doesn't work.
by Natitoun
10 Jan 2020, 03:57
Forum: Scripts and Functions (v1)
Topic: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No IE!
Replies: 668
Views: 465257

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

Hey @Natitoun Looks to me like your URL is invalid. Also - why arent you using Chrome v1.2? I know it works in that version. Try: ChromeInst := new Chrome("ChromeProfile", "https example.com ", Broken Link for safety "--headless") Hi Tre4shunter ! Thanks for answering me. Actually, I am using Chrom...
by Natitoun
09 Jan 2020, 04:30
Forum: Scripts and Functions (v1)
Topic: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No IE!
Replies: 668
Views: 465257

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

Hi All ! I am trying to use chrome in headless mode but it seems that the examples given with the library are not working on my computer: ChromeInst := new Chrome("ChromeProfile", "https example.com ", Broken Link for safety "--headless") If I run the line above (in ExportPDF.ahk), it says "Could no...

Go to advanced search