We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f035d3 commit ab8ecf8Copy full SHA for ab8ecf8
docs/android_uiautomator.md
@@ -5,3 +5,13 @@
5
- [URL](https://stuff.mit.edu/afs/sipb/project/android/docs/tools/help/uiautomator/index.html)
6
- **notice**
7
- If Appium is started then it terminates the other `uiautomator` processes
8
+
9
+# uiautomator2
10
+## difference between uiautomator1 and uiautomator2
11
+- `find_element/s :id, "ids"`
12
+ - uiautomator1
13
+ - Find elements with `resource_id`
14
+ - Find elements with string id resource(string.xml based)
15
+ - uiautomator2
16
17
+ - from: Does not appium-uiautomator2-server support finding string ids with "id" strategy? [issue](https://github.com/appium/appium/issues/8349)
0 commit comments