Why do we use simulateType checkbox?

Without checking that, data I entered was not filling completely.
Like given data: 90123123
It was typing like:9313 => can be changed further

but when I checked that checkbox it worked.
why is it so?

Is there anyway to wait Until visible for a corresponding element?

1 Like

@blacksundar - Yes, you can use “Element Exists” activity for this.

Also, details on why Simulate Type is used is below. To put it simply, it is the fastest input method.

1 Like

Thank you so much the information. But without checking that checkbox it doesn’t enter the data in correct way.

Hello,

You can use the DelayAfter property,

Thanks,
Meg