Skip to content

Commit 9b5c245

Browse files
authored
update element id for google example
1 parent e9f9495 commit 9b5c245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RPA for Python's simple and powerful API makes robotic process automation fun! Y
3535
r.init()
3636
r.url('https://www.google.com')
3737
r.type('//*[@name="q"]', 'decentralization[enter]')
38-
print(r.read('resultStats'))
38+
print(r.read('result-stats'))
3939
r.snap('page', 'results.png')
4040
r.close()
4141
```

0 commit comments

Comments
 (0)