Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeleniumHQ/selenium
/ file_detector
Method
file_detector
py/selenium/webdriver/remote/webdriver.py:1100–1101 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1098
1099
@property
1100
def
file_detector(self) -> FileDetector:
1101
return
self._file_detector
1102
1103
@file_detector.setter
1104
def
file_detector(self, detector) -> None:
Callers
4
initialize
Method · 0.80
file_detector=
Method · 0.80
WebDriver
Class · 0.80
Remote
Class · 0.80
Calls
1
WebDriverException
Class · 0.90
Tested by
no test coverage detected