Hi ,
I would like to increase implicit wait from 10000 to 20000 for certain scenarios. can any one guide me how to achieve this?
Hi ,
I would like to increase implicit wait from 10000 to 20000 for certain scenarios. can any one guide me how to achieve this?
Create a global varaiable for the implicit wait and call where ever required.
Hi
You can use WebUI.delay(No of secs).
or
Maybe you can use “Delay between actions” in the Project Settings, see screenshot below.
Image: https://s3.amazonaws.com/katalon-forum/editor/ad/qe50og2a16wa.png911x625
Click on “Project -> Settings” in the menu. Then expand the option “Default” under “Execution” and click on “Web UI”.
KatalonStudioDelayBetweenActions.png
Related post
Yes, i was looking to use delay in the Recorder not on the studio.
I am finding a way to do that as well.