Skip to content

Commit bdb8b03

Browse files
committed
Update an example
1 parent 907a984 commit bdb8b03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/raw_google.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
from seleniumbase import SB
22

3-
with SB(test=True, ad_block=True, locale_code="en") as sb:
3+
with SB(test=True) as sb:
44
sb.open("https://google.com/ncr")
55
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)
6+
sb.click('[href*="github.com/seleniumbase/"]')
7+
sb.save_screenshot_to_logs() # ./latest_logs/
88
print(sb.get_page_title())

0 commit comments

Comments
 (0)