Hi DoJo,
I'm currently working on an interactive automation script.
I have a string input field, which triggers the OnChange event every time the content is changed.
I'd like to know if I can configure how long the system will wait after u user input, to trigger the OnChange event.
Ive Herreman [SLC] [DevOps Catalyst] Selected answer as best 17th March 2023
Hi Ive. There is currently no way to configure a delay. Maybe the WantsOnFocusLost is an option in your case? Then the script will return (engine.Show() will return) once the focus is moved to another component.
Ive Herreman [SLC] [DevOps Catalyst] Selected answer as best 17th March 2023