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

Function firefox_version_data

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

Source from the content-addressed store, hash-verified

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

Callers 1

firefoxFunction · 0.85

Calls 1

requestMethod · 0.45

Tested by

no test coverage detected