Skip to main content

SeeTestAutomation - 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

Note: Non-instrumented mode must be enabled for this command. Shake is supported on iOS up to but not including 9.

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();