Skip to content

Commit 609ae74

Browse files
committed
Update README.md
Missing dot causes errors.
1 parent 304a795 commit 609ae74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ self.assertEqual('UICatalog', el.get_attribute('name'))
131131
```
132132
133133
```python
134-
els = self.driver.find_elements_by_ios_uiautomation('elements()')
134+
els = self.driver.find_elements_by_ios_uiautomation('.elements()')
135135
self.assertIsInstance(els, list)
136136
```
137137

0 commit comments

Comments
 (0)