217 views
in GUI Development by
I have to call multiple SendTouchEvent inside a function. Is there anyway to add sleep between each SendTouchEvent. Other than in AddStep

1 Answer

0 votes
by
Hello SKI,
for delayed sending of touch events you can create a TouchSequence. Her you can define the delay for each event.
by
I am using repeated SendTouchEvent to type characters using virtual keyboard. But when using TouchSequence, its is worked as long press on a character and keyboard turned with accented character. So is there any other way to add sleep between SendTouchEvent other than using multiple steps with SendTouchEvent.
by
Unfortunately there is no other way than using multiple steps with SendTouchEvent.

Embedded Wizard Website | Privacy Policy | Imprint

...