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 7dff76d commit 1da420bCopy full SHA for 1da420b
seleniumbase/plugins/driver_manager.py
@@ -5,7 +5,7 @@
5
The SeleniumBase Driver as a context manager:
6
Usage --> ``with DriverContext() as driver:``
7
Usage example -->
8
- from seleniumbase import Driver
+ from seleniumbase import DriverContext
9
with DriverContext() as driver:
10
driver.get("https://google.com/ncr")
11
# The browser exits automatically after the "with" block ends.
0 commit comments