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 43b11b2 commit 8fca84fCopy full SHA for 8fca84f
1 file changed
examples/raw_ahrefs.py
@@ -1,10 +1,10 @@
1
from seleniumbase import SB
2
3
-with SB(uc=True, test=True, locale_code="en") as sb:
+with SB(uc=True, test=True, incognito=True, locale_code="en") as sb:
4
url = "https://ahrefs.com/website-authority-checker"
5
input_field = 'input[placeholder="Enter domain"]'
6
submit_button = 'span:contains("Check Authority")'
7
- sb.driver.uc_open_with_reconnect(url, 1) # The bot-check is later
+ sb.driver.uc_open_with_reconnect(url, 2) # The bot-check is later
8
sb.type(input_field, "github.com/seleniumbase/SeleniumBase")
9
sb.driver.reconnect(0.1)
10
sb.driver.uc_click(submit_button, reconnect_time=4)
0 commit comments