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 fbfa5d2 commit 0bfd250Copy full SHA for 0bfd250
py/selenium/webdriver/remote/file_detector.py
@@ -49,4 +49,3 @@ def is_local_file(self, *keys: AnyKey) -> Optional[str]:
49
with suppress(OSError):
50
_ = Path(file_path).is_file()
51
return file_path
52
-
0 commit comments