xiaocong / android-uiautomator-server

MIT License
169 stars 103 forks source link

Use BySelector and UiObject2 #34

Open tuanchauict opened 6 years ago

tuanchauict commented 6 years ago

UiObject2 provides some more feature like [getParent](https://developer.android.com/reference/android/support/test/uiautomator/UiObject2.html#getParent()), [getChildren](https://developer.android.com/reference/android/support/test/uiautomator/UiObject2.html#getChildren()),... that current UiObject doesn't have