We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c57fd1b commit bb4c438Copy full SHA for bb4c438
sample.py
@@ -37,7 +37,7 @@
37
# another example of interacting with a web page
38
# include http:// or https:// in URL parameter
39
r.url('https://duckduckgo.com')
40
-r.type('searchbox_input', 'The search engine that doesn\'t track you.')
+r.type('//*[@name="q"]', 'The search engine that doesn\'t track you.')
41
r.snap('page', 'duckduckgo.png')
42
r.wait(4.4)
43
0 commit comments