Skip to content

Commit 1da420b

Browse files
committed
Update the documentation
1 parent 7dff76d commit 1da420b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/plugins/driver_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
The SeleniumBase Driver as a context manager:
66
Usage --> ``with DriverContext() as driver:``
77
Usage example -->
8-
from seleniumbase import Driver
8+
from seleniumbase import DriverContext
99
with DriverContext() as driver:
1010
driver.get("https://google.com/ncr")
1111
# The browser exits automatically after the "with" block ends.

0 commit comments

Comments
 (0)