Skip to content

Commit 27c5d16

Browse files
committed
Update docs for UIAutomation selector to include version requirement
1 parent 14c222e commit 27c5d16

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,10 @@ driver.switch_to.context(context_name)
122122
### Finding elements by iOS UIAutomation search
123123

124124
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`
125+
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`
126129
and `driver.find_elements_by_ios_uiautomation`.
127130

128131
```python

0 commit comments

Comments
 (0)