From c8dad269e03ca2d201b910e381fae19bfe0faa71 Mon Sep 17 00:00:00 2001 From: AutomatedTester Date: Sat, 16 May 2026 13:40:22 +0100 Subject: [PATCH 1/2] Ignore .local used for worktrees --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 8d7af3a074ca..02ec58fbed56 100755 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,7 @@ venv/ .pydevproject **/*.iml **/.gradle +entities.json +mempalace.yaml +# Ignore .local used for worktrees +.local/ From 0f4c287f05c48a12f58cdaa213ec5cd2bb81c807 Mon Sep 17 00:00:00 2001 From: AutomatedTester Date: Tue, 11 Aug 2026 10:20:08 +0100 Subject: [PATCH 2/2] Fix metadata on Selenium Manager and WebDriver BiDi pages Three frontmatter corrections on pages whose content is already accurate but whose metadata undercuts or hides it. - Drop "(Beta)" from the Selenium Manager title. It shipped in 4.6 and is the default driver manager in every binding. The narrower, still-accurate caveat about the 0.x versioning scheme stays in the body where it belongs. - Fix the description on the W3C BiDi page. It was copy-pasted from the CDP page, so the page documenting the vendor-neutral W3C standard described itself as being about the Chrome DevTools Protocol. - Give the BiDi landing page a description, which it did not have, and retitle it "WebDriver BiDi" so the page name contains the term readers search for. linkTitle and all aliases are unchanged, so no URLs move. Applied across en, ja, pt-br and zh-cn, since these are corrections rather than new content. The CDP description paste was English-only; the translated W3C pages had no description to correct. Co-Authored-By: Claude Opus 5 --- .../content/documentation/selenium_manager.en.md | 2 +- .../content/documentation/selenium_manager.ja.md | 2 +- .../content/documentation/selenium_manager.pt-br.md | 2 +- .../content/documentation/selenium_manager.zh-cn.md | 2 +- .../content/documentation/webdriver/bidi/_index.en.md | 7 ++++++- .../content/documentation/webdriver/bidi/_index.ja.md | 7 ++++++- .../content/documentation/webdriver/bidi/_index.pt-br.md | 8 +++++++- .../content/documentation/webdriver/bidi/_index.zh-cn.md | 6 +++++- .../content/documentation/webdriver/bidi/w3c/_index.en.md | 5 +++-- 9 files changed, 31 insertions(+), 10 deletions(-) diff --git a/website_and_docs/content/documentation/selenium_manager.en.md b/website_and_docs/content/documentation/selenium_manager.en.md index a44823b444b7..e88988a3f90c 100644 --- a/website_and_docs/content/documentation/selenium_manager.en.md +++ b/website_and_docs/content/documentation/selenium_manager.en.md @@ -1,5 +1,5 @@ --- -title: "Selenium Manager (Beta)" +title: "Selenium Manager" linkTitle: "Selenium Manager" weight: 3 description: > diff --git a/website_and_docs/content/documentation/selenium_manager.ja.md b/website_and_docs/content/documentation/selenium_manager.ja.md index ae9793f4d0b0..c07504970137 100644 --- a/website_and_docs/content/documentation/selenium_manager.ja.md +++ b/website_and_docs/content/documentation/selenium_manager.ja.md @@ -1,5 +1,5 @@ --- -title: "Selenium Manager (Beta)" +title: "Selenium Manager" linkTitle: "Selenium Manager" weight: 3 description: > diff --git a/website_and_docs/content/documentation/selenium_manager.pt-br.md b/website_and_docs/content/documentation/selenium_manager.pt-br.md index b67516bbb26d..6e57251fa955 100644 --- a/website_and_docs/content/documentation/selenium_manager.pt-br.md +++ b/website_and_docs/content/documentation/selenium_manager.pt-br.md @@ -1,5 +1,5 @@ --- -title: "Gerenciador do Selenium (Beta)" +title: "Gerenciador do Selenium" linkTitle: "Gerenciador do Selenium" weight: 3 description: > diff --git a/website_and_docs/content/documentation/selenium_manager.zh-cn.md b/website_and_docs/content/documentation/selenium_manager.zh-cn.md index 8796089f5a6f..b614e7d630ab 100644 --- a/website_and_docs/content/documentation/selenium_manager.zh-cn.md +++ b/website_and_docs/content/documentation/selenium_manager.zh-cn.md @@ -1,5 +1,5 @@ --- -title: "Selenium Manager (测试版)" +title: "Selenium Manager" linkTitle: "Selenium Manager" weight: 3 description: > diff --git a/website_and_docs/content/documentation/webdriver/bidi/_index.en.md b/website_and_docs/content/documentation/webdriver/bidi/_index.en.md index 79eab30df335..268f50ecc3c0 100644 --- a/website_and_docs/content/documentation/webdriver/bidi/_index.en.md +++ b/website_and_docs/content/documentation/webdriver/bidi/_index.en.md @@ -1,7 +1,12 @@ --- -title: "BiDirectional functionality" +title: "WebDriver BiDi" linkTitle: "BiDi" weight: 16 +description: > + WebDriver BiDi is the W3C standard bidirectional protocol for browser automation, created by the + Selenium project together with the browser vendors. It adds a WebSocket connection to WebDriver + so scripts can stream and react to browser events — network requests, console messages, + JavaScript errors — and it is the cross-browser replacement for the Chrome DevTools Protocol. aliases: [ "/documentation/en/webdriver/bidi_apis/", "/documentation/webdriver/bidi_apis/", diff --git a/website_and_docs/content/documentation/webdriver/bidi/_index.ja.md b/website_and_docs/content/documentation/webdriver/bidi/_index.ja.md index 739fa0bdaa8b..3eeb047e2a08 100644 --- a/website_and_docs/content/documentation/webdriver/bidi/_index.ja.md +++ b/website_and_docs/content/documentation/webdriver/bidi/_index.ja.md @@ -1,7 +1,12 @@ --- -title: "双方向機能" +title: "WebDriver BiDi (双方向機能)" linkTitle: "BiDi" weight: 16 +description: > + WebDriver BiDi は、Selenium プロジェクトとブラウザベンダーが共同で策定した、ブラウザ自動化のための + W3C 標準の双方向プロトコルです。WebDriver に WebSocket 接続を追加することで、ネットワークリクエスト、 + コンソールメッセージ、JavaScript エラーといったブラウザイベントをリアルタイムに受け取って処理できます。 + Chrome DevTools Protocol を置き換える、クロスブラウザな標準です。 aliases: [ "/documentation/en/webdriver/bidi_apis/", "/documentation/webdriver/bidi_apis/", diff --git a/website_and_docs/content/documentation/webdriver/bidi/_index.pt-br.md b/website_and_docs/content/documentation/webdriver/bidi/_index.pt-br.md index 79eab30df335..3df9ba3f86ae 100644 --- a/website_and_docs/content/documentation/webdriver/bidi/_index.pt-br.md +++ b/website_and_docs/content/documentation/webdriver/bidi/_index.pt-br.md @@ -1,7 +1,13 @@ --- -title: "BiDirectional functionality" +title: "WebDriver BiDi" linkTitle: "BiDi" weight: 16 +description: > + O WebDriver BiDi é o protocolo bidirecional padrão do W3C para automação de navegadores, criado + pelo projeto Selenium junto com os fabricantes de navegadores. Ele adiciona uma conexão + WebSocket ao WebDriver, permitindo que scripts recebam e reajam a eventos do navegador — + requisições de rede, mensagens de console e erros de JavaScript — e é o substituto + multi-navegador do Chrome DevTools Protocol. aliases: [ "/documentation/en/webdriver/bidi_apis/", "/documentation/webdriver/bidi_apis/", diff --git a/website_and_docs/content/documentation/webdriver/bidi/_index.zh-cn.md b/website_and_docs/content/documentation/webdriver/bidi/_index.zh-cn.md index 92e60f8d5cfc..c052219edca3 100644 --- a/website_and_docs/content/documentation/webdriver/bidi/_index.zh-cn.md +++ b/website_and_docs/content/documentation/webdriver/bidi/_index.zh-cn.md @@ -1,7 +1,11 @@ --- -title: "双向功能" +title: "WebDriver BiDi (双向功能)" linkTitle: "BiDi" weight: 16 +description: > + WebDriver BiDi 是由 Selenium 项目与各浏览器厂商共同制定的 W3C 标准双向协议, 用于浏览器自动化. + 它在 WebDriver 之上增加了 WebSocket 连接, 使脚本能够实时接收并响应浏览器事件, 包括网络请求, 控制台消息和 JavaScript 错误. + 它是取代 Chrome DevTools Protocol 的跨浏览器标准. aliases: [ "/documentation/en/webdriver/bidi_apis/", "/documentation/webdriver/bidi_apis/", diff --git a/website_and_docs/content/documentation/webdriver/bidi/w3c/_index.en.md b/website_and_docs/content/documentation/webdriver/bidi/w3c/_index.en.md index 6e7cbe79eebb..066b1bfcfbe3 100644 --- a/website_and_docs/content/documentation/webdriver/bidi/w3c/_index.en.md +++ b/website_and_docs/content/documentation/webdriver/bidi/w3c/_index.en.md @@ -3,8 +3,9 @@ title: "BiDirectional API (W3C compliant)" linkTitle: "W3C" weight: 16 description: > - Examples of working with Chrome DevTools Protocol in Selenium. - CDP support is temporary until WebDriver BiDi has been implemented. + Examples of working with the W3C WebDriver BiDi protocol in Selenium — the standard, + cross-browser replacement for the Chrome DevTools Protocol. These APIs stream events from the + browser over a WebSocket, for network interception, console logs, and browser event handling. aliases: [ "/documentation/en/webdriver/bidirectional/bidirectional_w3c", "/documentation/en/webdriver/bidi_apis/bidi_w3c",