signs are swallowed

Ask general questions here.
FrediSteinmann
Posts: 1
Joined: Fri Sep 02, 2022 10:59 am

signs are swallowed

Post by FrediSteinmann » Fri Sep 02, 2022 11:05 am

Hi all

Sometimes it happens that individual characters are "swallowed" when entering text in a field. How can such tests be made more robust?

Example:
Test is written, that in a textfield this text should be entered: «New York». This usualy works, but sometimes some signs are swalled and there ist just «ew Yrk» entered. Then the validation of the text fails.

Is there a way to change something in the properties to make it more robust?

Thanks for help
Greets
Fredi

csaszi89
Posts: 41
Joined: Mon Jan 17, 2022 12:10 pm

Re: signs are swallowed

Post by csaszi89 » Mon Sep 05, 2022 9:12 am

Hi,
have you tried to play with the properties of Keyboard class?
Eg. Keyboard.DefaultKeyPressTime
You can set it via code module, but I am not sure how can you use it with recording module.
Perhaps, it helps.
Gyuri