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 8317bc8 commit fd3b7f5Copy full SHA for fd3b7f5
README.md
@@ -71,7 +71,7 @@
71
```python
72
from seleniumbase import SB
73
74
-with SB(test=True) as sb:
+with SB(test=True, uc=True) as sb:
75
sb.open("https://google.com/ncr")
76
sb.type('[title="Search"]', "SeleniumBase GitHub page\n")
77
sb.click('[href*="github.com/seleniumbase/"]')
0 commit comments