KumarS
KumarS
I have done this: ``` npm i csvtojson -D npm i @types/csvtojson -D ``` In my typescript file: ``` import * as csvtojson from 'csvtojson; csvtojson().fromFile(csvFilePath) ``` In my console:...
Using zoom(locator, "150%") gives this error message: "WebDriverException: Message: Method has not yet been implemented"
Using `pinch(locator, percent="150%", steps=1)` gives this error message: "WebDriverException: Message: Unknown mobile command "pinchClose". Only shell commands are supported"
would it be possible to add parameter `duration` to the method long_press? The long_press method in python-client/appium/webdriver/common/touch_action.py has duration as one of the arguments. But it was dropped in AppiumLibrary....