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

Function update_python

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

Source from the content-addressed store, hash-verified

203
204
205def update_python(chrome_milestone):
206 file = root_dir / "py/BUILD.bazel"
207 replace_in_file(file, old_chrome(chrome_milestone), new_chrome(chrome_milestone))
208
209
210def 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