学习笔记-常用设备交付命令

1. 官方文档

http://appium.io/docs/en/about-appium/intro/](http://appium.io/docs/en/about-appium/intro/

2. 打电话

self.driver.make_gsm_call(phone_number='xxxx',GsmCallActions.CALL)

3. 发短信

self.driver.send_sms(phone_number='21312312',message='test')

4. 获取性能数据

self.driver.get_performance_data_types()
self.driver.get_performance_data(package_name='com.sudiyi.apps.launcher', data_type='cpuinfo',data_read_timeout=5)

你可能感兴趣的:(学习笔记-常用设备交付命令)