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

Function firefox_version_data

scripts/pinned_browsers.py:465–467  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

firefoxFunction · 0.85

Calls 1

requestMethod · 0.45

Tested by

no test coverage detected