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

Function update_python

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

Source from the content-addressed store, hash-verified

202
203
204def update_python(chrome_milestone):
205 file = root_dir / "py/BUILD.bazel"
206 replace_in_file(file, old_chrome(chrome_milestone), new_chrome(chrome_milestone))
207
208
209def update_js(chrome_milestone):

Callers 1

update_cdp.pyFile · 0.85

Calls 3

replace_in_fileFunction · 0.85
old_chromeFunction · 0.85
new_chromeFunction · 0.85

Tested by

no test coverage detected