Skip to main content

SeeTest Client - Shake

info

Please note that this tool is classified as a Legacy tool. We recommend transitioning to our updated solutions to maintain optimal performance and security in your workflows. For more information on this matter, please reach out to technical support .

Shake()

Description

Shake command uses to simulate the shake operation on the device. 

info

Non-instrumented mode must be enabled for this command. Shake is only supported on iOS, but not from iOS 9 and up.

Parameters

No parameters

Code Examples

Java Example Expand source

client.shake();

C# Example Expand source

client.Shake();

VBScript Example Expand source

client.Shake 
Report

Python Example Expand source

self.client.shake()

Perl Example Expand source

$client->shake();