commit | e5e204190a917cd164632bf098cc3a056ee62e90 | [log] [tgz] |
---|---|---|
author | Vladimir Nechaev <nechaev@chromium.org> | Tue Nov 07 13:52:26 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 07 13:52:26 2023 |
tree | 9bbfae742f496f4cb333190c0f06442ba69d5d36 | |
parent | e9cea2d653bdba934017d0ff8c322a9f473088c1 [diff] |
Append data:, if browser_name is chrome-headless-shell With this commit ChromeDriver appends "data:," argument to the browser command line not only if "--headless" option is provided but also if the browser name is "chrome-headless-shell". Without this argument chrome-headless-shell returns an empty target list on <host:port>/json/list request and ChromeDriver is not able to establish a new session. Bug: chromedriver:4615 Change-Id: Ib24987dd1f8b736ed26e5a5aeeeb5d8db160be63 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5010392 Commit-Queue: Vladimir Nechaev <nechaev@chromium.org> Reviewed-by: Thiago Perrotta <tperrotta@chromium.org> Auto-Submit: Vladimir Nechaev <nechaev@chromium.org> Commit-Queue: Thiago Perrotta <tperrotta@chromium.org> Cr-Commit-Position: refs/heads/main@{#1220881}
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.