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 304a795 commit 609ae74Copy full SHA for 609ae74
README.md
@@ -131,7 +131,7 @@ self.assertEqual('UICatalog', el.get_attribute('name'))
131
```
132
133
```python
134
-els = self.driver.find_elements_by_ios_uiautomation('elements()')
+els = self.driver.find_elements_by_ios_uiautomation('.elements()')
135
self.assertIsInstance(els, list)
136
137
0 commit comments