Skip to content

Commit ab8ecf8

Browse files
authored
Update android_uiautomator.md (#564)
1 parent 4f035d3 commit ab8ecf8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/android_uiautomator.md

+10
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,13 @@
55
- [URL](https://stuff.mit.edu/afs/sipb/project/android/docs/tools/help/uiautomator/index.html)
66
- **notice**
77
- 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+
- Find elements with `resource_id`
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

Comments
 (0)