Search found 5 matches

by logindwmartin
01 Feb 2023, 16:34
Forum: Ask for Help (v2)
Topic: Autohotkey V2 Web Form fill multiple dropdowns boxes in a web page
Replies: 8
Views: 734

Re: Autohotkey V2 Web Form fill multiple dropdowns boxes in a web page

I uninstalled V1 and installed V2 I can compile this script ^j:: ^l:: ^m:: { static text := map("^j", "Store", "^l", "Driv", "^m", "Connec") Send "{Home}{Down}" Sleep 60 Send text[A_ThisHotkey] "{Enter}{tab}" } But when run it I get >"C:\Program Files\AutoHotkey\AutoHotkey.exe" /ErrorStdOut "C:\User...
by logindwmartin
01 Feb 2023, 13:22
Forum: Ask for Help (v2)
Topic: Autohotkey V2 Web Form fill multiple dropdowns boxes in a web page
Replies: 8
Views: 734

Re: Autohotkey V2 Web Form fill multiple dropdowns boxes in a web page

Installed Programs shows I am running AutoHotkey v3.3.14.5. When I edit the AHK file the program SciTE4AutoHotLey v3.1 is launched. The help file reports Version 1.1.32.00 I have changed the script as follows, but it still does not work, with the cursor in the drop down box that is empty, when using...
by logindwmartin
30 Jan 2023, 11:34
Forum: Ask for Help (v2)
Topic: Autohotkey V2 Web Form fill multiple dropdowns boxes in a web page
Replies: 8
Views: 734

Re: Autohotkey V2 Web Form fill multiple dropdowns boxes in a web page

The following scripts each individually fill in the drop down boxes one at a time. So, to fill in the three dropdowns I type, CTRL-J then CTRL-L and finally CTRL-M. Trying to determine why I am not able to combine all three script into one? #NoEnv ; Recommended for performance and compatibility with...
by logindwmartin
27 Jan 2023, 13:33
Forum: Ask for Help (v2)
Topic: Autohotkey V2 Web Form fill multiple dropdowns boxes in a web page
Replies: 8
Views: 734

Autohotkey V2 Web Form fill multiple dropdowns boxes in a web page

I am trying to write an AutoHotKEY v2 script that changes the values in three drop down boxes on a web page. When i do this from the keyboard I select all the text in the first drop down box and then I start typing the value i want in the first drop down. After typeing a few letters the dropdown lis...

Go to advanced search