复电
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)
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)