MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / fetch_json

Function fetch_json

scripts/update_docfx.py:23–25  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

21
22
23def fetch_json(url):
24 r = http.request("GET", url)
25 return json.loads(r.data)
26
27
28def choose_version(versions, allow_prerelease, explicit_version=None):

Callers 1

mainFunction · 0.85

Calls 1

requestMethod · 0.45

Tested by

no test coverage detected