Skip to content

Commit 07a6faf

Browse files
committed
Merge pull request #66 from mmartin313/master
Update README.md
2 parents 304a795 + 609ae74 commit 07a6faf

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)