Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeleniumHQ/selenium
/ new_chrome
Function
new_chrome
scripts/update_cdp.py:56–57 ·
view source on GitHub ↗
(chrome_milestone)
Source
from the content-addressed store, hash-verified
54
55
56
def
new_chrome(chrome_milestone):
57
return
chrome_milestone[
"version"
].split(
"."
)[0]
58
59
60
def
previous_chrome(chrome_milestone):
Callers
10
previous_chrome
Function · 0.85
old_chrome
Function · 0.85
add_pdls
Function · 0.85
create_new_chrome_files
Function · 0.85
update_java
Function · 0.85
update_dotnet
Function · 0.85
update_ruby
Function · 0.85
update_python
Function · 0.85
update_js
Function · 0.85
update_cdp.py
File · 0.85
Calls
1
split
Method · 0.80
Tested by
no test coverage detected