Search found 8 matches

by dominicx
03 Apr 2020, 08:38
Forum: Scripts and Functions (v1)
Topic: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No IE!
Replies: 668
Views: 455056

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

This library is great! :). I have one question which I cannot figure out how to solve. IfNotExist, %ChromeProfileDirectory% FileCreateDir, ChromeProfile if (Chromes := Chrome.FindInstances()) ChromeInst := {"base": Chrome, "DebugPort": Chromes.MinIndex()} ; or if you know the port: ChromeInst := {"b...
by dominicx
22 Oct 2018, 01:06
Forum: Ask for Help (v1)
Topic: COM IE - Drop-down menu value isn't selecting
Replies: 2
Views: 978

Re: COM IE - Drop-down menu value isn't selecting

When running from web browser console do you get value that you select in user country manualy?

document.getElementById("user_country").selectedIndex.value()
by dominicx
10 Oct 2018, 07:15
Forum: General Discussion
Topic: Anyone do AHK for full time work?
Replies: 14
Views: 5791

Re: Anyone do AHK for full time work?

UIPath, Blue Prism all are coming from AutoIT from what I understand. As my personal interest is in Blue Prism can anyone please compare Blue Prism to AHK and it which ways Blue Prism is better/worser? From initial information that I have there is no programming with Blue Prism, one only has to crea...
by dominicx
09 Oct 2018, 07:31
Forum: General Discussion
Topic: Anyone do AHK for full time work?
Replies: 14
Views: 5791

Re: Anyone do AHK for full time work?

I would like to continue this topic and discuss resources available to learn UIPath, Blue Prism etc. It seems that Autohotkey community is extremely well developed and solutions are constantly shared. It would be interesting to know if there are any possibilities to learn blue prism or other automat...
by dominicx
15 Mar 2018, 10:34
Forum: Ask for Help (v1)
Topic: Working with network drives Topic is solved
Replies: 3
Views: 903

Re: Working with network drives Topic is solved

Hello, could anyone explain how Micha sollution work because I am not getting :) when running it I get some bizzare number 1200 and no idea what to do with it.
by dominicx
19 Dec 2017, 05:06
Forum: Ask for Help (v1)
Topic: XML parsing error when node name contains colon
Replies: 6
Views: 3119

Re: XML parsing error when node name contains colon

Although my query is not related to the actual question but perhaps you could help. In my situation I have xml information online which I can access through web browser. There is a dynamic link eg. "www.example.com/service/refNo" When I access this file i get data set which looks like this <?xml ver...
by dominicx
24 Oct 2017, 02:40
Forum: Ask for Help (v1)
Topic: Outlook Table Topic is solved
Replies: 7
Views: 2577

Re: Outlook Table Topic is solved

Thanks a lot king-of-hearts. This works!

How interesting that inserting tabledata: in between breakes the syntax altogether, however keeping it on top does not.... I wonder why?
by dominicx
20 Oct 2017, 02:14
Forum: Ask for Help (v1)
Topic: Outlook Table Topic is solved
Replies: 7
Views: 2577

Re: Outlook Table Topic is solved

Hello, You have proposed great solution here, however I cannot get my mind around how to insert table in between text. Text Table Text If I go this way m.HTMLbody := "more stuff" tabledata :=[ [ "a", "b", "c" ], [ "d", "e" ,"f" ], [ "g", "h" ,"i" ] ] ; example array m.HTMLbody .= AddTable( tabledata...

Go to advanced search