appium-inspector icon indicating copy to clipboard operation
appium-inspector copied to clipboard

Unable to perform Long press with appium desktop inspector using Action options

Open sgovarathan opened this issue 2 years ago • 3 comments

Scenario: Need to long press the Mobile application in IOS device.

Tried Using: 1.Touch option 2. long press action but its not working

Issue: Unable to perform Long press with appium desktop inspector using Action options

sgovarathan avatar Jun 16 '22 10:06 sgovarathan

Did you try https://github.com/appium/appium-xcuitest-driver#mobile-touchandhold out? It needs to execute via actions though.

KazuCocoa avatar Jun 16 '22 15:06 KazuCocoa

You have shared the code for long press, While executing program we able to long press the application

Issue is manually trying do in appium desktop inspector Uploading IMG_20220616_211542__01.jpg… Attached the screenshot

sgovarathan avatar Jun 16 '22 15:06 sgovarathan

So, the below action did not help in your case? Screen Shot 2022-06-18 at 0 43 04 Screen Shot 2022-06-18 at 0 42 59

Maybe, then, it will be a new feature request to do long press via appium inspector.

(btw, your attached image was perhaps broken)

KazuCocoa avatar Jun 18 '22 07:06 KazuCocoa

Issue can be resolved by using the gesture editor in the Actions tab.

eglitise avatar May 03 '23 07:05 eglitise