Page 1 of 1

IOS even Shake

Posted: Wed Dec 31, 2014 4:05 pm
by wrodriguez
I am automating IPad app for my company and we have a shake event in the app, and i looked at the api documentation and found touch/swipe etc but could not find anything that can simulate the UIeventType.Motion
UIEventSubtype.MotionShake

is there anything we can do to replicate shaking the device?

Re: IOS even Shake

Posted: Mon Jan 05, 2015 9:22 am
by Support Team
Hi wrodriguez,

Unfortunately it is not possible to simulate the shake event on mobile devices.

Regards,
Markus (S)

Re: IOS even Shake

Posted: Mon Jan 05, 2015 2:31 pm
by wrodriguez
Support Team wrote:Hi wrodriguez,

Unfortunately it is not possible to simulate the shake event on mobile devices.

Regards,
Markus (S)

thanks for the response,
i think we will get around that im looking into doing long touch multiple touches so two finger long touch etc

im assuming longtouch() ( havent used this before assuming there is one to use for multi touch operations)