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 907a984 commit bdb8b03Copy full SHA for bdb8b03
examples/raw_google.py
@@ -1,8 +1,8 @@
1
from seleniumbase import SB
2
3
-with SB(test=True, ad_block=True, locale_code="en") as sb:
+with SB(test=True) as sb:
4
sb.open("https://google.com/ncr")
5
sb.type('[title="Search"]', "SeleniumBase GitHub page\n")
6
- sb.click('[href*="github.com/seleniumbase/SeleniumBase"]')
7
- sb.save_screenshot_to_logs() # (See ./latest_logs folder)
+ sb.click('[href*="github.com/seleniumbase/"]')
+ sb.save_screenshot_to_logs() # ./latest_logs/
8
print(sb.get_page_title())
0 commit comments