How to set delay between entering keys?

Hello,
I`m using sendkeys - WebUI.sendKeys(findTestObject(‘Transfers/_Documents/SOMEtransfer/input_field’), ‘2211333392301122112211’)
But when I run the test, everything crashes because the numbers/ letters are displaced. When I switched on debug mode I saw that when Katalon send the keys there is a cursor that is in the field which hinders the work of the function.
Is there some way to set delay between sending the keys?

Thank you in advance!

1 Like