Delay Between Actions

Hello,

Right now under Project Settings>Execution>Default>Web UI you have Delay Between Actions (in seconds). I would like to be able to enter partial seconds like .5 for half a second or .3 etc. Sometimes 1 full second is too much when I have a lot of steps.

Thanks,
Don

9 Likes

Also for the Delay keyword would like to enter partial seconds as well.

Thanks,
Don

1 Like

Don Welsh said:

Hello,

Right now under Project Settings>Execution>Default>Web UI you have Delay Between Actions (in seconds). I would like to be able to enter partial seconds like .5 for half a second or .3 etc. Sometimes 1 full second is too much when I have a lot of steps.

Thanks,
Don

Don Welsh said:

Also for the Delay keyword would like to enter partial seconds as well.

Thanks,
Don

Hey Don,

Thank you for your feedback. I have logged this for further consideration.

Happy to see your suggestions, always!
Liam :slight_smile:

1 Like

You could create a custom keyword which let’s the thread sleep for x milliseconds

@Keyword
def DelayTime(long milliseconds){
    Thread.sleep(milliseconds)
}
1 Like

Thanks @robin

+1 for this.

+1 too.

Having milliseconds would be very useful - the 1s minimum is just too slow in reality, when you just want to watch the test progress.

Can it be configured in the scripts? Or is it only in the Project Settings menu?

1 Like

+1 for milliseconds delay between actions because 1 sec is too slow.

1 Like

+1 for this idea. 1 second is too slow. I’d like to be able to define default action delay at .200 or say .800 seconds.

1 Like

+1 from me too

+1 from me too…

Totally this! +1

+1 - came here looking for this feature, 1 second is still too slow but 0 seconds too fast.

+1 still not here, right?

Nope, and never will be either.

Hi everyone

We’ve just released Katalon Studio version 7.3.0 that allows configuring Delay Between Actions in milliseconds in Execution settings. Please read our release notes for more information and upgrade.

Happy Testing

Jass

Hi Jass,

The milliseconds option is only for WebUI or Mobile also can please update because i can see only in webui i didnt find for mobile