Search found 71 matches

by r2997790
21 Dec 2022, 08:06
Forum: Scripts and Functions (v1)
Topic: UIAutomation with a focus on Chrome
Replies: 544
Views: 116508

Re: UIAutomation with a focus on Chrome

This is wonderful. Thank you!
by r2997790
21 Dec 2022, 07:42
Forum: Scripts and Functions (v1)
Topic: UIAutomation with a focus on Chrome
Replies: 544
Views: 116508

Re: UIAutomation with a focus on Chrome

Happy holidays and Merry Christmas to everyone! I'm continuing to explore UIA and finally getting the hang of it, in huge part to the great insight shared by Descolada Thank you! activebrowser.WaitElementExistByNameAndType(team, "HyperLink",, "RegEx").click() I've hit a new interesting snag... I wan...
by r2997790
12 Dec 2022, 08:10
Forum: Scripts and Functions (v1)
Topic: UIAutomation with a focus on Chrome
Replies: 544
Views: 116508

Re: UIAutomation with a focus on Chrome

Descolada thank you so much for your very generous interventions and examples which have helped nudge me in the right direction. I know you've been following my attempt to automate parts of the Facebook ads page... I find an odd example here... image.png These 'cells' are clickable DIVS which are n...
by r2997790
11 Dec 2022, 05:55
Forum: Scripts and Functions (v1)
Topic: UIAutomation with a focus on Chrome
Replies: 544
Views: 116508

Re: UIAutomation with a focus on Chrome

Hello friends and Descolada in particular, I'm making steady progress with UIA and discovering a lot on the way... I was wondering if it was possible to use RegEx with UIA elements... for example: findStartAge := cUIA.FindFirstByNameAndType("18", "Button") findStartAge.click() ... the button I need ...
by r2997790
07 Dec 2022, 09:22
Forum: Scripts and Functions (v1)
Topic: UIAutomation with a focus on Chrome
Replies: 544
Views: 116508

Re: UIAutomation with a focus on Chrome

HI Descolada I think I'm winning now... but I had two last hiccups I wonder if you could steer me in the right direction with.... both related to the Facebook ad site you know, which is a bit tricky to apply UIA on... here's my challenges... I can't see to do anything to get to this edit box: image....
by r2997790
06 Dec 2022, 07:16
Forum: Scripts and Functions (v1)
Topic: UIAutomation with a focus on Chrome
Replies: 544
Views: 116508

Re: UIAutomation with a focus on Chrome

HI Descolada Sorry for another couple of questions... but I'm close to solved this UIA conundrum now... and your input was so helpful.. Thank you!! Unfortunately I am getting this error: is there a way to prevent or suspress it? It means the UIA routine doesn't run: image.png Also, is there a simple...
by r2997790
05 Dec 2022, 11:08
Forum: Scripts and Functions (v1)
Topic: UIAutomation with a focus on Chrome
Replies: 544
Views: 116508

Re: UIAutomation with a focus on Chrome

Budget dropdown... If you look at the type of the element with path 1.46 you see that it's a button, which means that you can't change its value, you can just click it and the dropdown will show. This also means that the path for elements after the button/dropdown will change, since new elements wi...
by r2997790
05 Dec 2022, 06:54
Forum: Scripts and Functions (v1)
Topic: UIAutomation with a focus on Chrome
Replies: 544
Views: 116508

Re: UIAutomation with a focus on Chrome

Firstly, I have to give huge thanks to @Descolada for making UIA available to us all. Thank you! I'm having real trouble selecting/assigning values with the Facebook Ads environment because they seem to be either dynamically assigning or conditionally assigning a lot of UI names, IDs etc... so... I ...
by r2997790
28 Oct 2022, 12:10
Forum: Ask for Help (v1)
Topic: How to connect to Google Maps GUI and draw a circle
Replies: 3
Views: 374

Re: How to connect to Google Maps GUI and draw a circle

You need to use webview2. https://developers.google.com/maps/documentation/javascript/browsersupport Thank you Maclev. I looks like in ahk 1.3x you can call Javascript functions using this webview2? Do I have that right? I was trying to find an example of how I'd adapt the code above and apply the ...
by r2997790
28 Oct 2022, 07:47
Forum: Ask for Help (v1)
Topic: How to connect to Google Maps GUI and draw a circle
Replies: 3
Views: 374

How to connect to Google Maps GUI and draw a circle

Hi everyone, I have a project where I need to append circles to a google map. I've been using the Google Maps API with success to retrieve data BUT to control the map from within a AHK GUI to overlay a circle based on coordinates is proving beyond me. I've found this example of what I want to do: ht...
by r2997790
10 Aug 2022, 02:44
Forum: Ask for Help (v1)
Topic: Can you change window colors?
Replies: 1
Views: 522

Can you change window colors?

Hi everyone, I know it's possible to change folder icons colors. It's also possible to universally change Windows Folder colors too I've discovered (https://www.howtogeek.com/222831/how-to-get-colored-window-title-bars-on-windows-10-instead-of-white/) But it is possible to selectively programaticall...
by r2997790
01 Jun 2022, 06:23
Forum: Ask for Help (v1)
Topic: Can the video camera output be controlled with AHK?
Replies: 0
Views: 224

Can the video camera output be controlled with AHK?

Hi everyone, Does anyone know if the video camera output can be controlled with AHK? What I would like to do is control the 'feed' being sent to Zoom or Microsoft Teams and be able to control the video (from the computer camera or streaming the screen). I know there's third party tools like OBS whic...
by r2997790
20 Oct 2020, 21:10
Forum: Scripts and Functions (v1)
Topic: Hotstrings.ahk, application for learning / managing of hotstrings
Replies: 63
Views: 15587

Re: Instantly Create and Save Hotstrings with the Hotstring() Function

Czesc Maciej,

This is a work of art. Loved your walkthrough on Joe's webinar too. Quite brilliant. I have about 2000 hotstrings I'll need to migrate now ;)

I love in particular the menu item and the cleverness of your working in the clipboard option too.

Wonderful work!

Dziękuję Ci
Ryan
by r2997790
14 Jun 2020, 01:05
Forum: Ask for Help (v1)
Topic: Short voice dictation snippets?
Replies: 1
Views: 1331

Short voice dictation snippets?

Hi everyone Is anyone aware of a script that will enable reliable short voice to text dictation? I've tried some things before but they are flaky. Also I find the longer the voice input the more mistakes and the more times I forgot or lose track of what I want to aay. It would be great to have a sin...
by r2997790
04 Jun 2020, 00:53
Forum: Scripts and Functions (v1)
Topic: [Library] Neutron.ahk - AutoHotkey Web GUIs on Steroids (now for v2!)
Replies: 140
Views: 59169

Re: [Library] Neutron.ahk - AutoHotkey Web GUIs on Steroids

Deeply impressive work, as ever GeekDude. Thank you for your contribution to helping make AHK evergreen and more awesome!
by r2997790
13 May 2020, 13:44
Forum: Scripts and Functions (v1)
Topic: DesktopIcons() : Hide / Show Desktop Icons
Replies: 27
Views: 9421

Re: DesktopIcons() : Hide / Show Desktop Icons

Skan, this is handy for sure! Thank you. Oddly they disappear in milliseconds but take a while to re-render but that could be because I have 6 million icons on my desktop.

Nice tool. Thank you!
by r2997790
02 May 2020, 15:54
Forum: Scripts and Functions (v1)
Topic: [Class] eAutocomplete - Custom word completion for (Rich)Edit controls
Replies: 33
Views: 14900

Re: [Class] eAutocomplete - Custom word completion for (Rich)Edit controls

This is a fabulous script. THANK YOU for making this. I've wanted something like this for a long time. I'm struggling to get it to work with Sublime Text and Microsoft Outlook however and wondered if someone could give me some pointers on this... the dropdown box isn't working (it works like a dream...
by r2997790
27 Feb 2020, 07:04
Forum: Scripts and Functions (v1)
Topic: Using Google Translate to automate text translation
Replies: 227
Views: 95740

Re: Using Google Translate to automate text translation

I'm loving the speed of this rountine. I had one question and one suggestion related to the script. Is it possible to set 'detect language' for the input language? and I think it would be great to add a feature to the function to toggle on or off the 'extended' translation, ie. where a prefered tran...
by r2997790
24 Feb 2020, 16:17
Forum: Scripts and Functions (v1)
Topic: Optical character recognition (OCR) with UWP API
Replies: 157
Views: 64248

Re: Optical character recognition (OCR) with UWP API

Thanks Malcev, my mistake, for some reason I needed to put the full path of to my test image... works super fast and is fantastic.
... now to hook it up to the screenclipper script that's floating around.

Love it! Fast and not flaky like the tesseract library.

Thank you very much.
by r2997790
24 Feb 2020, 16:02
Forum: Scripts and Functions (v1)
Topic: Optical character recognition (OCR) with UWP API
Replies: 157
Views: 64248

Re: Optical character recognition (OCR) with UWP API

@malcev, thank you so much for this alternative OCR method. I'm excited to try this... excuse my ignorance, could you please tell me any dependencies I need to have to run this? I'm getting a no valid COM object error: https://i.imgur.com/gobIvII.jpg ... running windows 10. Is there a way I can trou...

Go to advanced search