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 e8d1d64 commit c57fd1bCopy full SHA for c57fd1b
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('search_form_input_homepage', 'The search engine that doesn\'t track you.')
+r.type('searchbox_input', 'The search engine that doesn\'t track you.')
41
r.snap('page', 'duckduckgo.png')
42
r.wait(4.4)
43
0 commit comments