当前位置: 首页 > 工具软件 > shake > 使用案例 >

Appium-Shake(摇晃/抖动)

蒯翰墨
2023-12-01


Perform a shake action on the device //对设备执行抖动操作

Example Usage
Javadriver.shake();
Pythonself.driver.shake();
Javascript// webdriver.io example
driver.shake();
// wd example
await driver.shake();
Ruby# ruby_lib example
shake
# ruby_lib_core example
@driver.shake
C#driver.ShakeDevice();
PHP$driver->shake();
Support
Appium Server

详见

Appium Clients

详见

HTTP API Specifications
Endpoint

POST /session/:session_id/appium/device/shake

URL Parameters
namedescription
session_idID of the session to route the command to
JSON Parameters

None

Response

null

 类似资料: