We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am using WDA for iOS device and i am trying to perform pinch in and pinch out operation using Co - ordinates
I am looking for some Post data for wda/touch/multi/perform Endpoint
@KazuCocoa can you please send some references document of link
which having POST data format For Pinch in and Pinch out
The text was updated successfully, but these errors were encountered:
I'd recommend you to refer to W3C actions via https://github.com/appium/appium-xcuitest-driver/blob/c6b79d9c0a289bbbd701ff3c3837e18101eb8797/lib/commands/gesture.js#L113-L132 https://appium.io/docs/en/commands/interactions/actions/ instead of the multi/perform endpoint since the endpoint is not used by W3C actions, used by old protocol. We no longer maintain well for such endpoints only used by old protol. Btw, https://github.com/appium/WebDriverAgent/blob/a1824895274c60798b506f31054e4ce1e0400c71/WebDriverAgentTests/IntegrationTests/FBW3CMultiTouchActionsIntegrationTests.m is an example for the multiple commands. You also can find post data as appium log while https://appium.io/docs/en/writing-running-appium/touch-actions/ is running.
Sorry, something went wrong.
No branches or pull requests
I am using WDA for iOS device and i am trying to perform pinch in and pinch out operation using
Co - ordinates
I am looking for some Post data for wda/touch/multi/perform Endpoint
@KazuCocoa can you please send some references document of link
which having POST data format For Pinch in and Pinch out
The text was updated successfully, but these errors were encountered: