Silk Mobile

Table of Contents (Homepage)

Shake

Shake()

images/images/os-icons/os_ios_150x150.png

images/images/os-icons/os_android_150x150.png

Description

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

Note: Non-instrumented mode must be enabled for this command.

Parameters

No parameters

Code Examples

Java Example
client.shake();
C# Example
client.Shake();
VBScript Example
client.Shake
Report
Python Example
self.client.shake()
Perl Example
$client->shake();