You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* switch previous version or xcuitest version
* use class for tag to make it stable
* add comments and revert js commands for appium
* fix and comment out
use accessibiliyt id as id and skip some tests
* use id directory
* raise error when notimplemented error
* move id test
* raise error when xcuitests is selected under appium1.6.0
* fix pinch and zoom for xcuitest
* fix robocop
* remove unused hide keyboard
* fix tests
* update comments and required version
* add error and documentations
* get status by WebDriverAgent directly and available custom url for WDA
* use capability's platformVersion instead of call WDA directly
* arrange some comments
* make accesable each class name
Copy file name to clipboardexpand all lines: docs/index_paths.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,14 @@ that appium calculates when the page source is requested. Note this is not the s
8
8
The index path can be used by calling [getElementByIndexPath](https://github.com/appium/appium-uiauto/blob/af1befa8208074686cd38b845ddefabc057106fc/uiauto/lib/mechanic-ext/xpath-ext.js#L239):
9
9
10
10
```ruby
11
-
# ruby example
11
+
# ruby example # For Appium(automation name), not XCUITest
0 commit comments