Skip to content

Updating Chromium DevTools

Titus Fortner edited this page Aug 31, 2023 · 3 revisions

Index of instructions for updating a Chromium DevTools version

Common

Add *.pdl files — https://github.com/SeleniumHQ/selenium/blob/trunk/common/devtools/README.md

Java

https://github.com/SeleniumHQ/selenium/blob/trunk/java/src/org/openqa/selenium/devtools/README.md

Python

Update Build file — https://github.com/SeleniumHQ/selenium/blob/trunk/py/BUILD.bazel

Ruby

https://github.com/SeleniumHQ/selenium/blob/trunk/rb/lib/selenium/devtools/README.md

JS

Update Build file — https://github.com/SeleniumHQ/selenium/blob/trunk/javascript/node/selenium-webdriver/BUILD.bazel

.NET

https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/src/webdriver/cdp/README.md

Update pinned browsers

Might as well take this opportunity to update them:

bazel run //scripts:pinned_browsers > common/repositories.bzl.foo
mv common/repositories.bzl.foo common/repositories.bzl
buildifier --mode fix --lint fix -r common/repositories.bzl
Clone this wiki locally