python appium增加方法
1.测试过程中发现python client没有拨打电话的方法,因此去添加该方法
1.1查看源码
appium-base-driver/blob/master/lib/protocol/routes.js文件
1.2使用postman模拟该请求
'/wd/hub/session/:sessionId/appium/device/gsm_call': {
POST: {command: 'gsmCall', payloadParams: {required: ['phoneNumber', 'action']}}
}
没有实现
1.3在mobilecomand.py中添加gsm_call
python-client/blob/master/appium/webdriver/mobilecommand.py
1.4修改结果
waiting