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

Function previous_chrome

scripts/update_cdp.py:57–58  ·  view source on GitHub ↗
(chrome_milestone)

Source from the content-addressed store, hash-verified

55
56
57def previous_chrome(chrome_milestone):
58 return str(int(new_chrome(chrome_milestone)) - 1)
59
60
61def old_chrome(chrome_milestone):

Callers 4

add_pdlsFunction · 0.85
create_new_chrome_filesFunction · 0.85
update_dotnetFunction · 0.85
update_rubyFunction · 0.85

Calls 1

new_chromeFunction · 0.85

Tested by

no test coverage detected