Search found 2 matches

by phenylalmine
07 Feb 2023, 21:12
Forum: Scripts and Functions (v1)
Topic: UIAutomation with a focus on Chrome
Replies: 554
Views: 124381

Re: UIAutomation with a focus on Chrome

Thanks.

Code: Select all

el.WaitElementExist("ControlType=Button AND AutomationId='AppIdentityBuyButton'", 30000).Click("") ; timeout 30 seconds
Is this wrong for a timeout? It doesn't seem to proceed even after the 30 seconds have passed.
by phenylalmine
05 Feb 2023, 22:06
Forum: Scripts and Functions (v1)
Topic: UIAutomation with a focus on Chrome
Replies: 554
Views: 124381

Re: UIAutomation with a focus on Chrome

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starti...

Go to advanced search