MCPcopy Create free account
hub / github.com/seleniumbase/SeleniumBase / __init__

Method __init__

seleniumbase/plugins/driver_manager.py:45–46  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

43
44class DriverContext():
45 def __init__(self, *args, **kwargs):
46 self.driver = Driver(*args, **kwargs)
47
48 def __enter__(self):
49 return self.driver

Callers

nothing calls this directly

Calls 1

DriverFunction · 0.85

Tested by

no test coverage detected