Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeleniumHQ/selenium
/ remove_file
Function
remove_file
py/test/selenium/webdriver/remote/remote_server_tests.py:34–38 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
32
33
34
def
remove_file(path):
35
try
:
36
os.remove(path)
37
except
FileNotFoundError:
38
pass
39
40
41
@pytest.mark.skipif(
Callers
6
release
Method · 0.85
clear_lock_if_required
Function · 0.85
uncompress_deb
Function · 0.85
unzip
Function · 0.85
clear_metadata
Function · 0.85
standalone_server
Function · 0.85
Calls
1
remove
Method · 0.65
Tested by
no test coverage detected