Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
465
def
firefox_version_data():
466
versions = http.request(
"GET"
,
"https://product-details.mozilla.org/1.0/firefox_versions.json"
)
467
return
versions.data
468
469
470
def
firefox_linux(version):
Callers
1
firefox
Function · 0.85
Calls
1
request
Method · 0.45
Tested by
no test coverage detected