commit | d0786c76da04ac44f4594f2a1610c13e98608580 | [log] [tgz] |
---|---|---|
author | Vladimir Nechaev <nechaev@chromium.org> | Fri Dec 09 12:37:44 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Dec 09 12:37:44 2022 |
tree | 7cbc85b3f4a546dafd3921a38d794eb9724bfbd3 | |
parent | 2dccc917a7a7aed29b1255b373637a61bee52e74 [diff] |
ChromeDriver does not reconnect A DevTools connection breaks if Chrome exits or if Chrome shuts the DevTools connections down. There is no possibility to reconnect properly. Therefore we eliminate any code that tries to re-establish DevTools connection. More details are in the design doc referred to from the tracking issue. Bug: chromedriver:4276 Change-Id: I126d9b225dc6aef32b8470be525f3f09a1a12cca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4089005 Reviewed-by: Mathias Bynens <mathias@chromium.org> Reviewed-by: Maksim Sadym <sadym@chromium.org> Commit-Queue: Vladimir Nechaev <nechaev@chromium.org> Cr-Commit-Position: refs/heads/main@{#1081414}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.