Current State: I have to manually set/check Katalon Project Settings before I run my Test Suite.
Request: Way to set/update Katalon Project Settings e.g. Default wait for element timeout during runtime
Impact: I have control of how much wait for element timeout for Katalon’s native methods and my custom methods. Also I only maintain 1 set of config
Hi @kenneth.montevirgen @duyluong
Do we have any update on this feature request?
Regards,
Hi @zahid.asim ,
Actually this is quite long time ago. If you want to raise itup, please help create a new ticket with updated details so that we can help you. Thank you!
Please find my hack here:
I published a GitHub repository:
Problem to solve
All Katalon Studio users should be familiar with the “Project Setting > Excecution” dialog of the Katalon Studio GUI as follows:
[ProjectSettings Execution]
Let’s look at the Default wait for element timeout (in seconds). Of course, you can change the value during the authoring time before you run your Test Cases. Now I want to update the timeout value programatically runtime. Is it possbile?
Katalon API includes a class com.kms.katalon.co…
1 Like