关于测试:0314-设备交互-API

25次阅读

共计 230 个字符,预计需要花费 1 分钟才能阅读完成。

复电

appium- 复电

self.driver.make_gsm_call('5551234567', GsmCallActions.CALL)

发短信

appium- 发短信

self.driver.send_sms('555-123-4567', 'Hey lol')

网络设置

self.driver.set_network_connection(connection_type)

截图

self.driver.get_screenshot_as_file(file_path)

正文完
 0