может кто-нибудь помочь мне получить ошибку
Ошибка: URL-адрес / wd / hub / session / c3a5ce45-7b7b-41c7-998f-8b105fd883cb / actions 'не сопоставлен с действительным ресурсом
когда я запускаю код:
async zoomPinch() {
await this.app.performActions([{
"type": "pointer",
"id": "finger1",
"parameters": {"pointerType": "touch"},
"actions": [
{"type": "pointerMove", "duration": 0, "x": 613, "y": 530},
{"type": "pointerDown", "button": 0},
{"type": "pause", "duration": 500},
{"type": "pointerMove", "duration": 1000, "origin": "pointer", "x": 0, "y": -50},
{"type": "pointerUp", "button": 0}
]
}, {
"type": "pointer",
"id": "finger2",
"parameters": {"pointerType": "touch"},
"actions": [
{"type": "pointerMove", "duration": 0, "x": 496, "y": 913},
{"type": "pointerDown", "button": 0},
{"type": "pause", "duration": 500},
{"type": "pointerMove", "duration": 1000, "origin": "pointer", "x": 0, "y": 50
},
{"type": "pointerUp", "button": 0}
]
}]);
await this.app.releaseActions();
}
Я использую webdriverio, и тесты в приложении Goggle Maps на android 9