MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / firefox_version_data

Function firefox_version_data

scripts/pinned_browsers.py:462–464  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

460
461
462def firefox_version_data():
463 versions = http.request("GET", "https://product-details.mozilla.org/1.0/firefox_versions.json")
464 return versions.data
465
466
467def firefox_linux(version):

Callers 1

firefoxFunction · 0.85

Calls 1

requestMethod · 0.45

Tested by

no test coverage detected