docs/ios_xcuitest.md in appium_lib-9.3.8 vs docs/ios_xcuitest.md in appium_lib-9.4.0

- old
+ new

@@ -77,7 +77,14 @@ ```ruby xpaths("//some xpaths") ``` +## Gesture +- `mobile:` commands are provided by WDA. +- Documentations + - https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/ios-xctest-mobile-gestures.md +- Specs by test code + - https://github.com/appium/appium-xcuitest-driver/blob/master/test/functional/basic/gesture-e2e-specs.js + ## Other actions Basically, other actions such as `type` are compatible with `automationName = Appium`.