Hi Team,
I need to scroll down to particular position in my application. My application size is 1280x720 pixels.
var Test::TouchSequence seq = new Test::TouchSequence;
seq.Add(<624, 628>, 100);
seq.Add(<624, 450>, 100);
seq.Add(<624, 300>, 100);
seq.Add(<624, 220>, 100);
SendTouchSequence( seq );
If I perform the above code, how it is working?