Skip to content

Commit 9c0978d

Browse files
committed
documented that .shake() is iOS only
1 parent 4f4155b commit 9c0978d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/io/appium/java_client/AppiumDriver.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@ public void lockScreen(int seconds) {
441441

442442
/**
443443
* Simulate shaking the device
444+
* This is an iOS-only method
444445
*/
445446
public void shake() {
446447
execute(SHAKE);

0 commit comments

Comments
 (0)