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 84a23ef commit 2f0691eCopy full SHA for 2f0691e
README.md
@@ -31,6 +31,7 @@ As a bonus and token of my appreciation, any new bug reported will be appreciate
31
r.init()
32
r.url('https://duckduckgo.com')
33
r.type('//*[@name="q"]', 'decentralisation[enter]')
34
+r.wait() # ensure results are fully loaded
35
r.snap('page', 'results.png')
36
r.close()
37
```
0 commit comments