gg
Size: a a a
gg
Н
A
gg
A
A
VP
VP
СК
VP
СК
СК
СК
VP
A
СК
СК
HA
mobileEmulation: { deviceName: 'iPhone X' },
Из того, что я понял, что надо всякие тапы, лонгтапы и свайпы реализовать через performActions()longTap (duration = 1000) {Но при выполнении этого экшена ругается на неверный pointerType
const el = this.browser.$(this.currentSelector);
this.performActions([{
type: "pointer",
id: "finger1",
parameters: { pointerType: "touch" },
actions: [
{
type: "pointerMove",
origin: el,
x: 0,
y: 0
},
{ type: "pointerDown", button: 0 },
{ type: "pause", duration },
{ type: "pointerUp", button: 0 }
]
}]);
return this;
}
invalid argumentПо этой ошибки ничего толкового не гуглится.
from invalid argument: 'pointerType' must be a string that matches sources pointer type
Д