IOS even Shake

Mobile Testing, Android App Testing.
User avatar
wrodriguez
Posts: 9
Joined: Fri Dec 19, 2014 5:03 pm

IOS even Shake

Post by wrodriguez » Wed Dec 31, 2014 4:05 pm

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?

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: IOS even Shake

Post by Support Team » Mon Jan 05, 2015 9:22 am

Hi wrodriguez,

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

Regards,
Markus (S)

User avatar
wrodriguez
Posts: 9
Joined: Fri Dec 19, 2014 5:03 pm

Re: IOS even Shake

Post by wrodriguez » Mon Jan 05, 2015 2:31 pm

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)