We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d600e commit 2a44439Copy full SHA for 2a44439
README.md
@@ -169,7 +169,7 @@ self.assertIsInstance(els, list)
169
170
### Finding elements by Android viewtag search
171
172
-This method allows finiding elements using [View#tags](https://developer.android.com/reference/android/view/View#tags).
+This method allows finding elements using [View#tags](https://developer.android.com/reference/android/view/View#tags).
173
This method works with [Espresso Driver](https://github.com/appium/appium-espresso-driver).
174
175
Adds the methods `driver.find_element_by_android_viewtag` and `driver.find_elements_by_android_viewtag`.
0 commit comments