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 bea81c5 commit 7ab29c1Copy full SHA for 7ab29c1
README.md
@@ -29,7 +29,7 @@ RPA for Python's simple and powerful API makes robotic process automation fun! Y
29
```python
30
r.init()
31
r.url('https://www.google.com')
32
-r.type('//*[@name='q']', 'decentralization[enter]')
+r.type('//*[@name="q"]', 'decentralization[enter]')
33
print(r.read('result-stats'))
34
r.snap('page', 'results.png')
35
r.close()
0 commit comments