Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeleniumHQ/selenium
/ driver
Method
driver
py/conftest.py:440–443 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
438
439
@property
440
def
driver(self):
441
if
self._driver is None:
442
self._driver = self._initialize_driver()
443
return
self._driver
444
445
@property
446
def
is_platform_valid(self):
Callers
nothing calls this directly
Calls
1
_initialize_driver
Method · 0.95
Tested by
no test coverage detected