We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6f9983 commit 1991dc4Copy full SHA for 1991dc4
examples/expl_google.py
@@ -8,6 +8,8 @@
8
# Fill-in the form
9
browser.select_form('form[action="/search"]')
10
browser["q"] = "MechanicalSoup"
11
+# Note: the button name is btnK in the content served to actual
12
+# browsers, but btnG for bots.
13
browser.submit_selected(btnName="btnG")
14
15
# Display links
0 commit comments