MCPcopy 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
34def remove_file(path):
35 try:
36 os.remove(path)
37 except FileNotFoundError:
38 pass
39
40
41@pytest.mark.skipif(

Callers 6

releaseMethod · 0.85
clear_lock_if_requiredFunction · 0.85
uncompress_debFunction · 0.85
unzipFunction · 0.85
clear_metadataFunction · 0.85
standalone_serverFunction · 0.85

Calls 1

removeMethod · 0.65

Tested by

no test coverage detected