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 14c222e commit 27c5d16Copy full SHA for 27c5d16
README.md
@@ -122,7 +122,10 @@ driver.switch_to.context(context_name)
122
### Finding elements by iOS UIAutomation search
123
124
This allows elements in iOS applications to be found using recursive element
125
-search using the UIAutomation library. Adds the methods `driver.find_element_by_ios_uiautomation`
+search using the UIAutomation library. This method is supported on iOS devices
126
+that still support UIAutomation, that is, versions which predate XCUITEST.
127
+
128
+Adds the methods `driver.find_element_by_ios_uiautomation`
129
and `driver.find_elements_by_ios_uiautomation`.
130
131
```python
0 commit comments