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

Function update_js

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

Source from the content-addressed store, hash-verified

208
209
210def update_js(chrome_milestone):
211 file = root_dir / "javascript/selenium-webdriver/BUILD.bazel"
212 replace_in_file(file, old_chrome(chrome_milestone), new_chrome(chrome_milestone))
213
214
215if __name__ == "__main__":

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