Search found 4 matches

by marynofear
18 Dec 2022, 18:30
Forum: Scripts and Functions (v1)
Topic: UIAutomation with a focus on Chrome
Replies: 554
Views: 129112

Re: UIAutomation with a focus on Chrome

@marynofear, there are already UIA libraries available for AHK v2, for example thqby's UIAutomation.ahk . I do have plans of using his library as a base and convert all the "helper functions" (such as Click and Highlight) to AHK v2 as well, but progress is slow at the moment. I hope to have an usab...
by marynofear
09 Dec 2022, 20:25
Forum: Scripts and Functions (v1)
Topic: UIAutomation with a focus on Chrome
Replies: 554
Views: 129112

Re: UIAutomation with a focus on Chrome

@Descolada Do you have any plan for converting to AHK V2 ?
by marynofear
09 Jul 2022, 20:04
Forum: Scripts and Functions (v1)
Topic: UIAutomation with a focus on Chrome
Replies: 554
Views: 129112

Re: UIAutomation with a focus on Chrome

@marynofear, it is a problem in the Dump() method. Your screenshot means that the element is found properly, and element.CurrentName should display "0" for you. But the Dump() method only displays values if they exist (eg if CurrentName is "", then the name won't be displayed at all), and "0" was e...
by marynofear
08 Jul 2022, 17:39
Forum: Scripts and Functions (v1)
Topic: UIAutomation with a focus on Chrome
Replies: 554
Views: 129112

missing "value"

UIAViewer-1.jpg First, thanks for the great work. :bravo: I have a smaller problem. Needs to captures and evaluate some numbers from a webpage. (ui.soc.eu-central-1.mcafee.com) Everything seems to be working but for some reason i cant get one "0" value. The value shows in UIAViewer and in UIATreeIn...

Go to advanced search