Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/SeleniumHQ/selenium
/ fetch_and_save
Function
fetch_and_save
scripts/update_cdp.py:50–53 ·
view source on GitHub ↗
(url, file_path)
Source
from the content-addressed store, hash-verified
48
49
50
def
fetch_and_save(url, file_path):
51
response = http.request(
"GET"
, url)
52
with
open(file_path,
"wb"
)
as
file:
53
file.write(response.data)
54
55
56
def
new_chrome(chrome_milestone):
Callers
1
add_pdls
Function · 0.85
Calls
2
request
Method · 0.45
write
Method · 0.45
Tested by
no test coverage detected