Search found 11 matches

by bmilcs
23 Mar 2020, 13:36
Forum: Scripts and Functions (v1)
Topic: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No IE!
Replies: 668
Views: 455127

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

@bmilcs: Well, some webpages don't like to be constantly scraped or automated - for example, Cloudflare protections with waiting times sometimes kick in, if you do automation that is deemed excessive (the individual limits can vary wildly from website to website). If that's the problem, I doubt tha...
by bmilcs
09 Jan 2020, 12:30
Forum: Scripts and Functions (v1)
Topic: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No IE!
Replies: 668
Views: 455127

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

@bmilcs: Well, some webpages don't like to be constantly scraped or automated - for example, Cloudflare protections with waiting times sometimes kick in, if you do automation that is deemed excessive (the individual limits can vary wildly from website to website). If that's the problem, I doubt tha...
by bmilcs
06 Jan 2020, 19:26
Forum: Scripts and Functions (v1)
Topic: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No IE!
Replies: 668
Views: 455127

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

For whatever reason, I'm receiving "Access Restricted" errors from several web pages. It's definitively tied to Google Chrome. How can I convert this .ahk to work with another Chrome-based browser such as Brave? Any help would be immensely appreciated!!! I did it once before with Chromium I believe,...
by bmilcs
19 Aug 2019, 14:10
Forum: Scripts and Functions (v1)
Topic: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No IE!
Replies: 668
Views: 455127

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

I'm having trouble scraping a .aspx based site. It requires a log-in so URLDownloadToFile isn't an option. However, I am able to manually save the content of the page to a .html file.

How would I go about automating this via this wonderful resource?
by bmilcs
06 Jun 2019, 10:26
Forum: Scripts and Functions (v1)
Topic: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No IE!
Replies: 668
Views: 455127

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

Leon, I got around the issue by adding connects & disconnects to every function. Unless you need to have 6 scripts in action at once, you should just disconnect & reconnect as needed; it's been working like a charm for me for some time now. I can't thank GeekDude enough! Question https://www.amazon....
by bmilcs
30 May 2019, 13:40
Forum: Scripts and Functions (v1)
Topic: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No IE!
Replies: 668
Views: 455127

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

How can I modify this script to work with a Chrome-based browser other than Google Chrome?

Or more simply, alter the code to use a different file location other than the default Google Chrome one.

Goal: Brave browser.

Thanks!
by bmilcs
02 Jul 2018, 18:14
Forum: Scripts and Functions (v1)
Topic: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No IE!
Replies: 668
Views: 455127

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

And as I wear out my welcome here, I think I've found a bug of some type. After I make a dozen or so DOM JS calls, AHK locks up and this is what I'm seeing for output: 037: if i := InStr("{[", ch) 047: if InStr("}]", ch) 049: ObjRemoveAt(stack, 1) 050: next := stack[1]==tree ? "" : is_arr[stack[1]] ...
by bmilcs
16 May 2018, 10:37
Forum: Notepad++
Topic: Setup Notepad++ for AutoHotkey
Replies: 167
Views: 517261

Re: Setup Notepad++ for AutoHotkey

Not sure why, but I cannot get Autocompletion to work. I've followed the instructions to a T, several times over the past few months, and still... nothing. I've quadruple checked the Notepad++ settings, I've pasted it to the right folder, and so on. Do you think it may be an %appdata% issue? Is it n...

Go to advanced search