Skip to content

Commit fd3b7f5

Browse files
committed
Update the ReadMe
1 parent 8317bc8 commit fd3b7f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
```python
7272
from seleniumbase import SB
7373

74-
with SB(test=True) as sb:
74+
with SB(test=True, uc=True) as sb:
7575
sb.open("https://google.com/ncr")
7676
sb.type('[title="Search"]', "SeleniumBase GitHub page\n")
7777
sb.click('[href*="github.com/seleniumbase/"]')

0 commit comments

Comments
 (0)