From 94e38806ce323e7dfb5d4c7933cb561c8115cd3e Mon Sep 17 00:00:00 2001 From: titusfortner Date: Fri, 24 Nov 2023 11:47:00 -0600 Subject: [PATCH] remove badge-version in documentation --- website_and_docs/assets/scss/_badges.scss | 7 ------- .../documentation/grid/getting_started.en.md | 2 +- .../documentation/grid/getting_started.ja.md | 2 +- .../documentation/grid/getting_started.pt-br.md | 2 +- .../documentation/grid/getting_started.zh-cn.md | 2 +- .../webdriver/actions_api/_index.en.md | 2 -- .../webdriver/actions_api/_index.ja.md | 2 -- .../webdriver/actions_api/_index.pt-br.md | 2 -- .../webdriver/actions_api/_index.zh-cn.md | 2 -- .../webdriver/actions_api/keyboard.en.md | 1 - .../webdriver/actions_api/keyboard.ja.md | 1 - .../webdriver/actions_api/keyboard.pt-br.md | 1 - .../webdriver/actions_api/keyboard.zh-cn.md | 1 - .../webdriver/actions_api/mouse.en.md | 8 -------- .../webdriver/actions_api/mouse.ja.md | 8 -------- .../webdriver/actions_api/mouse.pt-br.md | 8 -------- .../webdriver/actions_api/mouse.zh-cn.md | 8 -------- .../webdriver/actions_api/pen.en.md | 5 ----- .../webdriver/actions_api/pen.ja.md | 4 ---- .../webdriver/actions_api/pen.pt-br.md | 4 ---- .../webdriver/actions_api/pen.zh-cn.md | 4 ---- .../webdriver/actions_api/wheel.en.md | 1 - .../webdriver/actions_api/wheel.ja.md | 1 - .../webdriver/actions_api/wheel.pt-br.md | 1 - .../webdriver/actions_api/wheel.zh-cn.md | 1 - .../webdriver_bidi/browsing_context.en.md | 11 ----------- .../webdriver_bidi/browsing_context.ja.md | 11 ----------- .../webdriver_bidi/browsing_context.pt-br.md | 11 ----------- .../webdriver_bidi/browsing_context.zh-cn.md | 11 ----------- .../bidirectional/webdriver_bidi/log.en.md | 2 -- .../bidirectional/webdriver_bidi/log.ja.md | 2 -- .../bidirectional/webdriver_bidi/log.pt-br.md | 2 -- .../bidirectional/webdriver_bidi/log.zh-cn.md | 2 -- .../webdriver/browsers/chrome.en.md | 13 ------------- .../webdriver/browsers/chrome.ja.md | 13 ------------- .../webdriver/browsers/chrome.pt-br.md | 13 ------------- .../webdriver/browsers/chrome.zh-cn.md | 13 ------------- .../documentation/webdriver/browsers/edge.en.md | 10 ---------- .../documentation/webdriver/browsers/edge.ja.md | 10 ---------- .../webdriver/browsers/edge.pt-br.md | 10 ---------- .../webdriver/browsers/edge.zh-cn.md | 10 ---------- .../webdriver/browsers/firefox.en.md | 16 ---------------- .../webdriver/browsers/firefox.ja.md | 16 ---------------- .../webdriver/browsers/firefox.pt-br.md | 16 ---------------- .../webdriver/browsers/firefox.zh-cn.md | 16 ---------------- .../webdriver/browsers/internet_explorer.en.md | 8 -------- .../webdriver/browsers/internet_explorer.ja.md | 8 -------- .../browsers/internet_explorer.pt-br.md | 8 -------- .../browsers/internet_explorer.zh-cn.md | 8 -------- .../webdriver/browsers/safari.en.md | 2 -- .../webdriver/browsers/safari.ja.md | 2 -- .../webdriver/browsers/safari.pt-br.md | 2 -- .../webdriver/browsers/safari.zh-cn.md | 2 -- .../webdriver/drivers/service.en.md | 6 ------ .../webdriver/drivers/service.ja.md | 6 ------ .../webdriver/drivers/service.pt-br.md | 6 ------ .../webdriver/drivers/service.zh-cn.md | 6 ------ .../support_features/select_lists.en.md | 1 - .../support_features/select_lists.ja.md | 1 - .../support_features/select_lists.pt-br.md | 1 - .../support_features/select_lists.zh-cn.md | 1 - .../webdriver/troubleshooting/logging.en.md | 5 ----- website_and_docs/hugo.toml | 4 ++-- .../layouts/shortcodes/badge-version.html | 6 ------ 64 files changed, 6 insertions(+), 365 deletions(-) delete mode 100644 website_and_docs/layouts/shortcodes/badge-version.html diff --git a/website_and_docs/assets/scss/_badges.scss b/website_and_docs/assets/scss/_badges.scss index b25483ac221f..56c8d207097c 100644 --- a/website_and_docs/assets/scss/_badges.scss +++ b/website_and_docs/assets/scss/_badges.scss @@ -1,11 +1,4 @@ -.selenium-badge-version { - background:green; - color:white; - padding:.2rem; - font-weight:750; -} - .selenium-badge-browser { background:blue; color:white; diff --git a/website_and_docs/content/documentation/grid/getting_started.en.md b/website_and_docs/content/documentation/grid/getting_started.en.md index c5d956a88883..333a428a21d4 100644 --- a/website_and_docs/content/documentation/grid/getting_started.en.md +++ b/website_and_docs/content/documentation/grid/getting_started.en.md @@ -219,7 +219,7 @@ locally. More detailed examples and usages can be found in the [Configuring Components]({{< ref "/configuration" >}}) section. {{% /pageinfo %}} -## Using the Java 11 HTTP Client {{% badge-version version="4.5" %}} +## Using the Java 11 HTTP Client By default, Grid will use [AsyncHttpClient](https://github.com/AsyncHttpClient/async-http-client). AsyncHttpClient is an open-source library built on top of Netty. It allows the execution of HTTP diff --git a/website_and_docs/content/documentation/grid/getting_started.ja.md b/website_and_docs/content/documentation/grid/getting_started.ja.md index 869519d2b1a7..9c4aa34a73fc 100644 --- a/website_and_docs/content/documentation/grid/getting_started.ja.md +++ b/website_and_docs/content/documentation/grid/getting_started.ja.md @@ -229,7 +229,7 @@ API 呼び出しは[http://localhost:4444/status](http://localhost:4444/status) より詳細な例と使用方法は[コンポーネント]({{< ref "components.md" >}})の章を参照してください。 {{% /pageinfo %}} -## Java 11 の HTTP クライアントを利用する {{% badge-version version="4.5" %}} +## Java 11 の HTTP クライアントを利用する デフォルトでは Grid は[AsyncHttpClient](https://github.com/AsyncHttpClient/async-http-client)を使用します。 AsyncHttpClient は Netty を使ったオープンソースのライブラリで、非同期での HTTP リクエストを実現します。 diff --git a/website_and_docs/content/documentation/grid/getting_started.pt-br.md b/website_and_docs/content/documentation/grid/getting_started.pt-br.md index ab919c0ded6d..4f6d2f060bdc 100644 --- a/website_and_docs/content/documentation/grid/getting_started.pt-br.md +++ b/website_and_docs/content/documentation/grid/getting_started.pt-br.md @@ -214,7 +214,7 @@ Para simplificar, todos os exemplos apresentados assumem que os componentes est Exemplos mais detalhados podem ser encontrados na secção [Configurando Componentes]({{< ref "/configuration" >}}). {{% /pageinfo %}} -## Usando o cliente HTTP nativo Java 11 {{% badge-version version="4.5" %}} +## Usando o cliente HTTP nativo Java 11 Por omissão, a Grid irá usar [AsyncHttpClient](https://github.com/AsyncHttpClient/async-http-client). AsyncHttpClient é uma biblioteca open-source library criada em cima do Netty. Isto permite a diff --git a/website_and_docs/content/documentation/grid/getting_started.zh-cn.md b/website_and_docs/content/documentation/grid/getting_started.zh-cn.md index b799eb48847f..b84d6da43bff 100644 --- a/website_and_docs/content/documentation/grid/getting_started.zh-cn.md +++ b/website_and_docs/content/documentation/grid/getting_started.zh-cn.md @@ -212,7 +212,7 @@ driver.quit(); 为简单起见,本页中显示的所有命令示例均假定组件正在运行在本地。更详细的示例和用法可以在[配置组件]({{< ref "/configuration" >}}) 部分。 {{% /pageinfo %}} -## 使用 Java 11 中的 HTTP Client {{% badge-version version="4.5" %}} +## 使用 Java 11 中的 HTTP Client 默认情况下,Grid 将使用 [AsyncHttpClient](https://github.com/AsyncHttpClient/async-http-client)。 AsyncHttpClient 是一个建立在 Netty 之上的开源库。 它允许异步执行 HTTP 请求和响应。 此外,它还提供 WebSocket 支持。 因此它很合适。 diff --git a/website_and_docs/content/documentation/webdriver/actions_api/_index.en.md b/website_and_docs/content/documentation/webdriver/actions_api/_index.en.md index f601c5b7ef2e..9a2f97721886 100644 --- a/website_and_docs/content/documentation/webdriver/actions_api/_index.en.md +++ b/website_and_docs/content/documentation/webdriver/actions_api/_index.en.md @@ -39,11 +39,9 @@ to wait a beat between actions for things to work correctly. {{< gh-codeblock path="examples/python/tests/actions_api/test_actions.py#L13-L20" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< badge-version version="4.2" >}} {{< gh-codeblock path="examples/dotnet/SeleniumDocs/ActionsAPI/ActionsTest.cs#L18-L25" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.2" >}} {{< gh-codeblock path="examples/ruby/spec/actions_api/actions_spec.rb#L12-L19" >}} {{< /tab >}} {{< tab header="JavaScript" >}} diff --git a/website_and_docs/content/documentation/webdriver/actions_api/_index.ja.md b/website_and_docs/content/documentation/webdriver/actions_api/_index.ja.md index f601c5b7ef2e..9a2f97721886 100644 --- a/website_and_docs/content/documentation/webdriver/actions_api/_index.ja.md +++ b/website_and_docs/content/documentation/webdriver/actions_api/_index.ja.md @@ -39,11 +39,9 @@ to wait a beat between actions for things to work correctly. {{< gh-codeblock path="examples/python/tests/actions_api/test_actions.py#L13-L20" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< badge-version version="4.2" >}} {{< gh-codeblock path="examples/dotnet/SeleniumDocs/ActionsAPI/ActionsTest.cs#L18-L25" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.2" >}} {{< gh-codeblock path="examples/ruby/spec/actions_api/actions_spec.rb#L12-L19" >}} {{< /tab >}} {{< tab header="JavaScript" >}} diff --git a/website_and_docs/content/documentation/webdriver/actions_api/_index.pt-br.md b/website_and_docs/content/documentation/webdriver/actions_api/_index.pt-br.md index 3c984391cb73..32f1986612a5 100644 --- a/website_and_docs/content/documentation/webdriver/actions_api/_index.pt-br.md +++ b/website_and_docs/content/documentation/webdriver/actions_api/_index.pt-br.md @@ -25,11 +25,9 @@ Movimentos de ponteiro e rolagem da roda permitem que o usuário defina uma dura {{< gh-codeblock path="examples/python/tests/actions_api/test_actions.py#L13-L20" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< badge-version version="4.2" >}} {{< gh-codeblock path="examples/dotnet/SeleniumDocs/ActionsAPI/ActionsTest.cs#L18-L25" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.2" >}} {{< gh-codeblock path="examples/ruby/spec/actions_api/actions_spec.rb#L12-L19" >}} {{< /tab >}} {{< tab header="JavaScript" >}} diff --git a/website_and_docs/content/documentation/webdriver/actions_api/_index.zh-cn.md b/website_and_docs/content/documentation/webdriver/actions_api/_index.zh-cn.md index 07ad565bc65f..d15ebe8885a0 100644 --- a/website_and_docs/content/documentation/webdriver/actions_api/_index.zh-cn.md +++ b/website_and_docs/content/documentation/webdriver/actions_api/_index.zh-cn.md @@ -52,11 +52,9 @@ Selenium允许您构建分配给特定输入的独立操作命令, {{< gh-codeblock path="examples/python/tests/actions_api/test_actions.py#L13-L20" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< badge-version version="4.2" >}} {{< gh-codeblock path="examples/dotnet/SeleniumDocs/ActionsAPI/ActionsTest.cs#L18-L25" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.2" >}} {{< gh-codeblock path="examples/ruby/spec/actions_api/actions_spec.rb#L12-L19" >}} {{< /tab >}} {{< tab header="JavaScript" >}} diff --git a/website_and_docs/content/documentation/webdriver/actions_api/keyboard.en.md b/website_and_docs/content/documentation/webdriver/actions_api/keyboard.en.md index eae8d20c87f3..4a719b239609 100644 --- a/website_and_docs/content/documentation/webdriver/actions_api/keyboard.en.md +++ b/website_and_docs/content/documentation/webdriver/actions_api/keyboard.en.md @@ -134,7 +134,6 @@ primarily this gets used when needing to type multiple characters in the middle {{< gh-codeblock path="examples/ruby/spec/actions_api/keys_spec.rb#L51-L54" >}} {{< /tab >}} {{< tab header="JavaScript" >}} -{{< badge-version version="4.5.0" >}} {{< gh-codeblock path="examples/javascript/test/actionsApi/keysTest.spec.js#L61-L65" >}} {{< /tab >}} {{< tab header="Kotlin" >}} diff --git a/website_and_docs/content/documentation/webdriver/actions_api/keyboard.ja.md b/website_and_docs/content/documentation/webdriver/actions_api/keyboard.ja.md index e9bf2ad9d3a6..7c71db5d2124 100644 --- a/website_and_docs/content/documentation/webdriver/actions_api/keyboard.ja.md +++ b/website_and_docs/content/documentation/webdriver/actions_api/keyboard.ja.md @@ -134,7 +134,6 @@ primarily this gets used when needing to type multiple characters in the middle {{< gh-codeblock path="examples/ruby/spec/actions_api/keys_spec.rb#L51-L54" >}} {{< /tab >}} {{< tab header="JavaScript" >}} -{{< badge-version version="4.5.0" >}} {{< gh-codeblock path="examples/javascript/test/actionsApi/keysTest.spec.js#L61-L65" >}} {{< /tab >}} {{< tab header="Kotlin" >}} diff --git a/website_and_docs/content/documentation/webdriver/actions_api/keyboard.pt-br.md b/website_and_docs/content/documentation/webdriver/actions_api/keyboard.pt-br.md index b09e78d854fb..70f4b269cf1e 100644 --- a/website_and_docs/content/documentation/webdriver/actions_api/keyboard.pt-br.md +++ b/website_and_docs/content/documentation/webdriver/actions_api/keyboard.pt-br.md @@ -129,7 +129,6 @@ primarily this gets used when needing to type multiple characters in the middle {{< gh-codeblock path="examples/ruby/spec/actions_api/keys_spec.rb#L51-L54" >}} {{< /tab >}} {{< tab header="JavaScript" >}} -{{< badge-version version="4.5.0" >}} {{< gh-codeblock path="examples/javascript/test/actionsApi/keysTest.spec.js#L61-L65" >}} {{< /tab >}} {{< tab header="Kotlin" >}} diff --git a/website_and_docs/content/documentation/webdriver/actions_api/keyboard.zh-cn.md b/website_and_docs/content/documentation/webdriver/actions_api/keyboard.zh-cn.md index 7e904a884e18..01530d244042 100644 --- a/website_and_docs/content/documentation/webdriver/actions_api/keyboard.zh-cn.md +++ b/website_and_docs/content/documentation/webdriver/actions_api/keyboard.zh-cn.md @@ -136,7 +136,6 @@ Use the [Java Keys enum](https://github.com/SeleniumHQ/selenium/blob/selenium-4. {{< gh-codeblock path="examples/ruby/spec/actions_api/keys_spec.rb#L51-L54" >}} {{< /tab >}} {{< tab header="JavaScript" >}} -{{< badge-version version="4.5.0" >}} {{< gh-codeblock path="examples/javascript/test/actionsApi/keysTest.spec.js#L61-L65" >}} {{< /tab >}} {{< tab header="Kotlin" >}} diff --git a/website_and_docs/content/documentation/webdriver/actions_api/mouse.en.md b/website_and_docs/content/documentation/webdriver/actions_api/mouse.en.md index 5e9f5c33407d..53dbe3ad8d6c 100644 --- a/website_and_docs/content/documentation/webdriver/actions_api/mouse.en.md +++ b/website_and_docs/content/documentation/webdriver/actions_api/mouse.en.md @@ -111,19 +111,15 @@ There is no convenience method for this, it is just pressing and releasing mouse {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/actions_api/MouseTest.java#L60-L66" >}} {{< /tab >}} {{< tab header="Python" >}} -{{< badge-version version="4.2" >}} {{< gh-codeblock path="/examples/python/tests/actions_api/test_mouse.py#L49-L52" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< badge-version version="4.2" >}} {{< gh-codeblock path="/examples/dotnet/SeleniumDocs/ActionsAPI/MouseTest.cs#L59-L63" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.2" >}} {{< gh-codeblock path="/examples/ruby/spec/actions_api/mouse_spec.rb#L47-L50" >}} {{< /tab >}} {{< tab header="JavaScript" >}} -{{< badge-version version="4.5.0" >}} {{< gh-codeblock path="/examples/javascript/test/actionsApi/mouse/backAndForwardClick.spec.js#L21-L22" >}} {{< /tab >}} {{< tab header="Kotlin" >}} @@ -140,19 +136,15 @@ There is no convenience method for this, it is just pressing and releasing mouse {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/actions_api/MouseTest.java#L78-L84" >}} {{< /tab >}} {{< tab header="Python" >}} -{{< badge-version version="4.2" >}} {{< gh-codeblock path="/examples/python/tests/actions_api/test_mouse.py#L63-L66" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< badge-version version="4.2" >}} {{< gh-codeblock path="/examples/dotnet/SeleniumDocs/ActionsAPI/MouseTest.cs#L77-L81" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.2" >}} {{< gh-codeblock path="/examples/ruby/spec/actions_api/mouse_spec.rb#L61-L64" >}} {{< /tab >}} {{< tab header="JavaScript" >}} -{{< badge-version version="4.5.0" >}} {{< gh-codeblock path="/examples/javascript/test/actionsApi/mouse/backAndForwardClick.spec.js#L34-L35" >}} {{< /tab >}} {{< tab header="Kotlin" >}} diff --git a/website_and_docs/content/documentation/webdriver/actions_api/mouse.ja.md b/website_and_docs/content/documentation/webdriver/actions_api/mouse.ja.md index c560084de5a2..f199ecd36495 100644 --- a/website_and_docs/content/documentation/webdriver/actions_api/mouse.ja.md +++ b/website_and_docs/content/documentation/webdriver/actions_api/mouse.ja.md @@ -111,19 +111,15 @@ There is no convenience method for this, it is just pressing and releasing mouse {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/actions_api/MouseTest.java#L60-L66" >}} {{< /tab >}} {{< tab header="Python" >}} -{{< badge-version version="4.2" >}} {{< gh-codeblock path="/examples/python/tests/actions_api/test_mouse.py#L49-L52" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< badge-version version="4.2" >}} {{< gh-codeblock path="/examples/dotnet/SeleniumDocs/ActionsAPI/MouseTest.cs#L59-L63" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.2" >}} {{< gh-codeblock path="/examples/ruby/spec/actions_api/mouse_spec.rb#L47-L50" >}} {{< /tab >}} {{< tab header="JavaScript" >}} -{{< badge-version version="4.5.0" >}} {{< gh-codeblock path="/examples/javascript/test/actionsApi/mouse/backAndForwardClick.spec.js#L21-L22" >}} {{< /tab >}} {{< tab header="Kotlin" >}} @@ -140,19 +136,15 @@ There is no convenience method for this, it is just pressing and releasing mouse {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/actions_api/MouseTest.java#L78-L84" >}} {{< /tab >}} {{< tab header="Python" >}} -{{< badge-version version="4.2" >}} {{< gh-codeblock path="/examples/python/tests/actions_api/test_mouse.py#L63-L66" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< badge-version version="4.2" >}} {{< gh-codeblock path="/examples/dotnet/SeleniumDocs/ActionsAPI/MouseTest.cs#L77-L81" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.2" >}} {{< gh-codeblock path="/examples/ruby/spec/actions_api/mouse_spec.rb#L61-L64" >}} {{< /tab >}} {{< tab header="JavaScript" >}} -{{< badge-version version="4.5.0" >}} {{< gh-codeblock path="/examples/javascript/test/actionsApi/mouse/backAndForwardClick.spec.js#L34-L35" >}} {{< /tab >}} {{< tab header="Kotlin" >}} diff --git a/website_and_docs/content/documentation/webdriver/actions_api/mouse.pt-br.md b/website_and_docs/content/documentation/webdriver/actions_api/mouse.pt-br.md index 9259b152daae..fdbe36f3587f 100644 --- a/website_and_docs/content/documentation/webdriver/actions_api/mouse.pt-br.md +++ b/website_and_docs/content/documentation/webdriver/actions_api/mouse.pt-br.md @@ -108,19 +108,15 @@ Este termo pode se referir a um clique com o botão X1 (botão de voltar) do mou {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/actions_api/MouseTest.java#L60-L66" >}} {{< /tab >}} {{< tab header="Python" >}} -{{< badge-version version="4.2" >}} {{< gh-codeblock path="/examples/python/tests/actions_api/test_mouse.py#L49-L52" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< badge-version version="4.2" >}} {{< gh-codeblock path="/examples/dotnet/SeleniumDocs/ActionsAPI/MouseTest.cs#L59-L63" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.2" >}} {{< gh-codeblock path="/examples/ruby/spec/actions_api/mouse_spec.rb#L47-L50" >}} {{< /tab >}} {{< tab header="JavaScript" >}} -{{< badge-version version="4.5.0" >}} {{< gh-codeblock path="/examples/javascript/test/actionsApi/mouse/backAndForwardClick.spec.js#L21-L22" >}} {{< /tab >}} {{< tab header="Kotlin" >}} @@ -137,19 +133,15 @@ Este termo se refere a um clique com o botão X2 (botão de avançar) do mouse. {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/actions_api/MouseTest.java#L78-L84" >}} {{< /tab >}} {{< tab header="Python" >}} -{{< badge-version version="4.2" >}} {{< gh-codeblock path="/examples/python/tests/actions_api/test_mouse.py#L63-L66" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< badge-version version="4.2" >}} {{< gh-codeblock path="/examples/dotnet/SeleniumDocs/ActionsAPI/MouseTest.cs#L77-L81" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.2" >}} {{< gh-codeblock path="/examples/ruby/spec/actions_api/mouse_spec.rb#L61-L64" >}} {{< /tab >}} {{< tab header="JavaScript" >}} -{{< badge-version version="4.5.0" >}} {{< gh-codeblock path="/examples/javascript/test/actionsApi/mouse/backAndForwardClick.spec.js#L34-L35" >}} {{< /tab >}} {{< tab header="Kotlin" >}} diff --git a/website_and_docs/content/documentation/webdriver/actions_api/mouse.zh-cn.md b/website_and_docs/content/documentation/webdriver/actions_api/mouse.zh-cn.md index fe0d58dc58c7..edbb8c676ef9 100644 --- a/website_and_docs/content/documentation/webdriver/actions_api/mouse.zh-cn.md +++ b/website_and_docs/content/documentation/webdriver/actions_api/mouse.zh-cn.md @@ -111,19 +111,15 @@ There is no convenience method for this, it is just pressing and releasing mouse {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/actions_api/MouseTest.java#L60-L66" >}} {{< /tab >}} {{< tab header="Python" >}} -{{< badge-version version="4.2" >}} {{< gh-codeblock path="/examples/python/tests/actions_api/test_mouse.py#L49-L52" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< badge-version version="4.2" >}} {{< gh-codeblock path="/examples/dotnet/SeleniumDocs/ActionsAPI/MouseTest.cs#L59-L63" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.2" >}} {{< gh-codeblock path="/examples/ruby/spec/actions_api/mouse_spec.rb#L47-L50" >}} {{< /tab >}} {{< tab header="JavaScript" >}} -{{< badge-version version="4.5.0" >}} {{< gh-codeblock path="/examples/javascript/test/actionsApi/mouse/backAndForwardClick.spec.js#L21-L22" >}} {{< /tab >}} {{< tab header="Kotlin" >}} @@ -140,19 +136,15 @@ There is no convenience method for this, it is just pressing and releasing mouse {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/actions_api/MouseTest.java#L78-L84" >}} {{< /tab >}} {{< tab header="Python" >}} -{{< badge-version version="4.2" >}} {{< gh-codeblock path="/examples/python/tests/actions_api/test_mouse.py#L63-L66" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< badge-version version="4.2" >}} {{< gh-codeblock path="/examples/dotnet/SeleniumDocs/ActionsAPI/MouseTest.cs#L77-L81" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.2" >}} {{< gh-codeblock path="/examples/ruby/spec/actions_api/mouse_spec.rb#L61-L64" >}} {{< /tab >}} {{< tab header="JavaScript" >}} -{{< badge-version version="4.5.0" >}} {{< gh-codeblock path="/examples/javascript/test/actionsApi/mouse/backAndForwardClick.spec.js#L34-L35" >}} {{< /tab >}} {{< tab header="Kotlin" >}} diff --git a/website_and_docs/content/documentation/webdriver/actions_api/pen.en.md b/website_and_docs/content/documentation/webdriver/actions_api/pen.en.md index b979c7b6f541..d370a19b94a4 100644 --- a/website_and_docs/content/documentation/webdriver/actions_api/pen.en.md +++ b/website_and_docs/content/documentation/webdriver/actions_api/pen.en.md @@ -20,18 +20,15 @@ has 5 buttons, a pen has 3 equivalent button states: {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.2" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/actions_api/PenTest.java#L26-L33" >}} {{< /tab >}} {{< tab header="Python" >}} -{{< badge-version version="4.2" >}} {{< gh-codeblock path="examples/python/tests/actions_api/test_pen.py#L12-L20" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< gh-codeblock path="examples/dotnet/SeleniumDocs/ActionsAPI/PenTest.cs#L19-L28" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.2" >}} {{< gh-codeblock path="examples/ruby/spec/actions_api/pen_spec.rb#L11-L17" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -44,8 +41,6 @@ has 5 buttons, a pen has 3 equivalent button states: ## Adding Pointer Event Attributes -{{< badge-version version="4.2" >}} - {{< tabpane text=true >}} {{< tab header="Java" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/actions_api/PenTest.java#L67-L81" >}} diff --git a/website_and_docs/content/documentation/webdriver/actions_api/pen.ja.md b/website_and_docs/content/documentation/webdriver/actions_api/pen.ja.md index b979c7b6f541..a1da3c51ed27 100644 --- a/website_and_docs/content/documentation/webdriver/actions_api/pen.ja.md +++ b/website_and_docs/content/documentation/webdriver/actions_api/pen.ja.md @@ -20,18 +20,15 @@ has 5 buttons, a pen has 3 equivalent button states: {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.2" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/actions_api/PenTest.java#L26-L33" >}} {{< /tab >}} {{< tab header="Python" >}} -{{< badge-version version="4.2" >}} {{< gh-codeblock path="examples/python/tests/actions_api/test_pen.py#L12-L20" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< gh-codeblock path="examples/dotnet/SeleniumDocs/ActionsAPI/PenTest.cs#L19-L28" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.2" >}} {{< gh-codeblock path="examples/ruby/spec/actions_api/pen_spec.rb#L11-L17" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -44,7 +41,6 @@ has 5 buttons, a pen has 3 equivalent button states: ## Adding Pointer Event Attributes -{{< badge-version version="4.2" >}} {{< tabpane text=true >}} {{< tab header="Java" >}} diff --git a/website_and_docs/content/documentation/webdriver/actions_api/pen.pt-br.md b/website_and_docs/content/documentation/webdriver/actions_api/pen.pt-br.md index d112c2c30cc1..5db53ef43abb 100644 --- a/website_and_docs/content/documentation/webdriver/actions_api/pen.pt-br.md +++ b/website_and_docs/content/documentation/webdriver/actions_api/pen.pt-br.md @@ -18,18 +18,15 @@ Uma caneta é um tipo de entrada de ponteiro que possui a maior parte do mesmo c {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.2" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/actions_api/PenTest.java#L26-L33" >}} {{< /tab >}} {{< tab header="Python" >}} -{{< badge-version version="4.2" >}} {{< gh-codeblock path="examples/python/tests/actions_api/test_pen.py#L12-L20" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< gh-codeblock path="examples/dotnet/SeleniumDocs/ActionsAPI/PenTest.cs#L19-L28" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.2" >}} {{< gh-codeblock path="examples/ruby/spec/actions_api/pen_spec.rb#L11-L17" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -42,7 +39,6 @@ Uma caneta é um tipo de entrada de ponteiro que possui a maior parte do mesmo c ## Adicionando Atributos de Evento de Ponteiro -{{< badge-version version="4.2" >}} {{< tabpane text=true >}} {{< tab header="Java" >}} diff --git a/website_and_docs/content/documentation/webdriver/actions_api/pen.zh-cn.md b/website_and_docs/content/documentation/webdriver/actions_api/pen.zh-cn.md index b979c7b6f541..a1da3c51ed27 100644 --- a/website_and_docs/content/documentation/webdriver/actions_api/pen.zh-cn.md +++ b/website_and_docs/content/documentation/webdriver/actions_api/pen.zh-cn.md @@ -20,18 +20,15 @@ has 5 buttons, a pen has 3 equivalent button states: {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.2" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/actions_api/PenTest.java#L26-L33" >}} {{< /tab >}} {{< tab header="Python" >}} -{{< badge-version version="4.2" >}} {{< gh-codeblock path="examples/python/tests/actions_api/test_pen.py#L12-L20" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< gh-codeblock path="examples/dotnet/SeleniumDocs/ActionsAPI/PenTest.cs#L19-L28" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.2" >}} {{< gh-codeblock path="examples/ruby/spec/actions_api/pen_spec.rb#L11-L17" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -44,7 +41,6 @@ has 5 buttons, a pen has 3 equivalent button states: ## Adding Pointer Event Attributes -{{< badge-version version="4.2" >}} {{< tabpane text=true >}} {{< tab header="Java" >}} diff --git a/website_and_docs/content/documentation/webdriver/actions_api/wheel.en.md b/website_and_docs/content/documentation/webdriver/actions_api/wheel.en.md index 8cb6e6f78986..af7b6f06dcf1 100644 --- a/website_and_docs/content/documentation/webdriver/actions_api/wheel.en.md +++ b/website_and_docs/content/documentation/webdriver/actions_api/wheel.en.md @@ -6,7 +6,6 @@ description: > A representation of a scroll wheel input device for interacting with a web page. --- -{{< badge-version version="4.2" >}} {{< badge-browser browser=Chromium wpt="perform_actions/wheel.py" >}} There are 5 scenarios for scrolling on a page. diff --git a/website_and_docs/content/documentation/webdriver/actions_api/wheel.ja.md b/website_and_docs/content/documentation/webdriver/actions_api/wheel.ja.md index 8cb6e6f78986..af7b6f06dcf1 100644 --- a/website_and_docs/content/documentation/webdriver/actions_api/wheel.ja.md +++ b/website_and_docs/content/documentation/webdriver/actions_api/wheel.ja.md @@ -6,7 +6,6 @@ description: > A representation of a scroll wheel input device for interacting with a web page. --- -{{< badge-version version="4.2" >}} {{< badge-browser browser=Chromium wpt="perform_actions/wheel.py" >}} There are 5 scenarios for scrolling on a page. diff --git a/website_and_docs/content/documentation/webdriver/actions_api/wheel.pt-br.md b/website_and_docs/content/documentation/webdriver/actions_api/wheel.pt-br.md index 134ac01f73f6..5d3a118a6ba6 100644 --- a/website_and_docs/content/documentation/webdriver/actions_api/wheel.pt-br.md +++ b/website_and_docs/content/documentation/webdriver/actions_api/wheel.pt-br.md @@ -6,7 +6,6 @@ description: > "Uma representação de um dispositivo de entrada de roda de rolagem para interagir com uma página da web." --- -{{< badge-version version="4.2" >}} {{< badge-browser browser=Chromium wpt="perform_actions/wheel.py" >}} Existem 5 cenários para rolagem em uma página. diff --git a/website_and_docs/content/documentation/webdriver/actions_api/wheel.zh-cn.md b/website_and_docs/content/documentation/webdriver/actions_api/wheel.zh-cn.md index 8cb6e6f78986..af7b6f06dcf1 100644 --- a/website_and_docs/content/documentation/webdriver/actions_api/wheel.zh-cn.md +++ b/website_and_docs/content/documentation/webdriver/actions_api/wheel.zh-cn.md @@ -6,7 +6,6 @@ description: > A representation of a scroll wheel input device for interacting with a web page. --- -{{< badge-version version="4.2" >}} {{< badge-browser browser=Chromium wpt="perform_actions/wheel.py" >}} There are 5 scenarios for scrolling on a page. diff --git a/website_and_docs/content/documentation/webdriver/bidirectional/webdriver_bidi/browsing_context.en.md b/website_and_docs/content/documentation/webdriver/bidirectional/webdriver_bidi/browsing_context.en.md index f2f0523e2fd7..b00ee990af91 100644 --- a/website_and_docs/content/documentation/webdriver/bidirectional/webdriver_bidi/browsing_context.en.md +++ b/website_and_docs/content/documentation/webdriver/bidirectional/webdriver_bidi/browsing_context.en.md @@ -15,7 +15,6 @@ Creates a new browsing context in a new window. {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L35" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -35,7 +34,6 @@ Creates a new browsing context in a new tab. {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L49" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -55,7 +53,6 @@ Creates a browsing context for the existing tab/window to run commands. {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L28-L29" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -76,7 +73,6 @@ The API allows to pass the reference browsing context, which is used to create a {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L41-L43" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -96,7 +92,6 @@ The API allows to pass the reference browsing context, which is used to create a {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L55-L57" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -114,7 +109,6 @@ The API allows to pass the reference browsing context, which is used to create a {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L63-L65" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -132,7 +126,6 @@ The API allows to pass the reference browsing context, which is used to create a {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L74-L77" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -152,7 +145,6 @@ Provides a tree of all browsing contexts descending from the parent browsing con {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L86-L91" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -172,7 +164,6 @@ Provides a tree of all browsing contexts descending from the parent browsing con {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L102-L105" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -190,7 +181,6 @@ Provides a tree of all browsing contexts descending from the parent browsing con {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L117-L120" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -208,7 +198,6 @@ Provides a tree of all browsing contexts descending from the parent browsing con {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L127-L130" >}} {{< /tab >}} {{< tab header="Ruby" >}} diff --git a/website_and_docs/content/documentation/webdriver/bidirectional/webdriver_bidi/browsing_context.ja.md b/website_and_docs/content/documentation/webdriver/bidirectional/webdriver_bidi/browsing_context.ja.md index a56c12c24198..b2a8c80b4539 100644 --- a/website_and_docs/content/documentation/webdriver/bidirectional/webdriver_bidi/browsing_context.ja.md +++ b/website_and_docs/content/documentation/webdriver/bidirectional/webdriver_bidi/browsing_context.ja.md @@ -21,7 +21,6 @@ Creates a new browsing context in a new window. {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L35" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -41,7 +40,6 @@ Creates a new browsing context in a new tab. {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L49" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -61,7 +59,6 @@ Creates a browsing context for the existing tab/window to run commands. {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L28-L29" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -82,7 +79,6 @@ The API allows to pass the reference browsing context, which is used to create a {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L41-L43" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -102,7 +98,6 @@ The API allows to pass the reference browsing context, which is used to create a {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L55-L57" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -120,7 +115,6 @@ The API allows to pass the reference browsing context, which is used to create a {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L63-L65" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -138,7 +132,6 @@ The API allows to pass the reference browsing context, which is used to create a {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L74-L77" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -158,7 +151,6 @@ Provides a tree of all browsing contexts descending from the parent browsing con {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L86-L91" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -178,7 +170,6 @@ Provides a tree of all browsing contexts descending from the parent browsing con {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L102-L105" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -196,7 +187,6 @@ Provides a tree of all browsing contexts descending from the parent browsing con {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L117-L120" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -214,7 +204,6 @@ Provides a tree of all browsing contexts descending from the parent browsing con {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L127-L130" >}} {{< /tab >}} {{< tab header="Ruby" >}} diff --git a/website_and_docs/content/documentation/webdriver/bidirectional/webdriver_bidi/browsing_context.pt-br.md b/website_and_docs/content/documentation/webdriver/bidirectional/webdriver_bidi/browsing_context.pt-br.md index fe0a59287f07..2a128d7f39c8 100644 --- a/website_and_docs/content/documentation/webdriver/bidirectional/webdriver_bidi/browsing_context.pt-br.md +++ b/website_and_docs/content/documentation/webdriver/bidirectional/webdriver_bidi/browsing_context.pt-br.md @@ -21,7 +21,6 @@ Creates a new browsing context in a new window. {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L35" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -41,7 +40,6 @@ Creates a new browsing context in a new tab. {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L49" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -61,7 +59,6 @@ Creates a browsing context for the existing tab/window to run commands. {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L28-L29" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -82,7 +79,6 @@ The API allows to pass the reference browsing context, which is used to create a {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L41-L43" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -102,7 +98,6 @@ The API allows to pass the reference browsing context, which is used to create a {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L55-L57" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -120,7 +115,6 @@ The API allows to pass the reference browsing context, which is used to create a {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L63-L65" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -138,7 +132,6 @@ The API allows to pass the reference browsing context, which is used to create a {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L74-L77" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -158,7 +151,6 @@ Provides a tree of all browsing contexts descending from the parent browsing con {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L86-L91" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -178,7 +170,6 @@ Provides a tree of all browsing contexts descending from the parent browsing con {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L102-L105" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -196,7 +187,6 @@ Provides a tree of all browsing contexts descending from the parent browsing con {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L117-L120" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -214,7 +204,6 @@ Provides a tree of all browsing contexts descending from the parent browsing con {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L127-L130" >}} {{< /tab >}} {{< tab header="Ruby" >}} diff --git a/website_and_docs/content/documentation/webdriver/bidirectional/webdriver_bidi/browsing_context.zh-cn.md b/website_and_docs/content/documentation/webdriver/bidirectional/webdriver_bidi/browsing_context.zh-cn.md index fa2c6d9773bb..a41a4fb7d156 100644 --- a/website_and_docs/content/documentation/webdriver/bidirectional/webdriver_bidi/browsing_context.zh-cn.md +++ b/website_and_docs/content/documentation/webdriver/bidirectional/webdriver_bidi/browsing_context.zh-cn.md @@ -21,7 +21,6 @@ Creates a new browsing context in a new window. {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L35" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -41,7 +40,6 @@ Creates a new browsing context in a new tab. {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L49" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -61,7 +59,6 @@ Creates a browsing context for the existing tab/window to run commands. {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L28-L29" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -82,7 +79,6 @@ The API allows to pass the reference browsing context, which is used to create a {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L41-L43" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -102,7 +98,6 @@ The API allows to pass the reference browsing context, which is used to create a {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L55-L57" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -120,7 +115,6 @@ The API allows to pass the reference browsing context, which is used to create a {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L63-L65" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -138,7 +132,6 @@ The API allows to pass the reference browsing context, which is used to create a {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L74-L77" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -158,7 +151,6 @@ Provides a tree of all browsing contexts descending from the parent browsing con {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L86-L91" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -178,7 +170,6 @@ Provides a tree of all browsing contexts descending from the parent browsing con {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L102-L105" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -196,7 +187,6 @@ Provides a tree of all browsing contexts descending from the parent browsing con {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L117-L120" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -214,7 +204,6 @@ Provides a tree of all browsing contexts descending from the parent browsing con {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L127-L130" >}} {{< /tab >}} {{< tab header="Ruby" >}} diff --git a/website_and_docs/content/documentation/webdriver/bidirectional/webdriver_bidi/log.en.md b/website_and_docs/content/documentation/webdriver/bidirectional/webdriver_bidi/log.en.md index 8ae3eb9e6d02..8cbfebe4c9b9 100644 --- a/website_and_docs/content/documentation/webdriver/bidirectional/webdriver_bidi/log.en.md +++ b/website_and_docs/content/documentation/webdriver/bidirectional/webdriver_bidi/log.en.md @@ -15,7 +15,6 @@ Listen to the `console.log` events and register callbacks to process the event. {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/LogTest.java#L31-L38" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -55,7 +54,6 @@ Listen to all JS logs at all levels and register callbacks to process the log. {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/LogTest.java#L52-L59" >}} {{< /tab >}} {{< tab header="Ruby" >}} diff --git a/website_and_docs/content/documentation/webdriver/bidirectional/webdriver_bidi/log.ja.md b/website_and_docs/content/documentation/webdriver/bidirectional/webdriver_bidi/log.ja.md index 7b94be6de2f8..da570f59e5d4 100644 --- a/website_and_docs/content/documentation/webdriver/bidirectional/webdriver_bidi/log.ja.md +++ b/website_and_docs/content/documentation/webdriver/bidirectional/webdriver_bidi/log.ja.md @@ -21,7 +21,6 @@ Listen to the `console.log` events and register callbacks to process the event. {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/LogTest.java#L31-L38" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -61,7 +60,6 @@ Listen to all JS logs at all levels and register callbacks to process the log. {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/LogTest.java#L52-L59" >}} {{< /tab >}} {{< tab header="Ruby" >}} diff --git a/website_and_docs/content/documentation/webdriver/bidirectional/webdriver_bidi/log.pt-br.md b/website_and_docs/content/documentation/webdriver/bidirectional/webdriver_bidi/log.pt-br.md index be0814eaa07a..72478b9ea60f 100644 --- a/website_and_docs/content/documentation/webdriver/bidirectional/webdriver_bidi/log.pt-br.md +++ b/website_and_docs/content/documentation/webdriver/bidirectional/webdriver_bidi/log.pt-br.md @@ -21,7 +21,6 @@ Listen to the `console.log` events and register callbacks to process the event. {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/LogTest.java#L31-L38" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -61,7 +60,6 @@ Listen to all JS logs at all levels and register callbacks to process the log. {{< tabpane text=true >}} {{< tab header="Java" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/LogTest.java#L52-L59" >}} {{< /tab >}} {{< tab header="Ruby" >}} diff --git a/website_and_docs/content/documentation/webdriver/bidirectional/webdriver_bidi/log.zh-cn.md b/website_and_docs/content/documentation/webdriver/bidirectional/webdriver_bidi/log.zh-cn.md index 240ac370a900..a15d8d6894b3 100644 --- a/website_and_docs/content/documentation/webdriver/bidirectional/webdriver_bidi/log.zh-cn.md +++ b/website_and_docs/content/documentation/webdriver/bidirectional/webdriver_bidi/log.zh-cn.md @@ -28,7 +28,6 @@ Listen to the `console.log` events and register callbacks to process the event. {{< badge-code >}} {{< /tab >}} {{< tab header="JavaScript" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/javascript/test/bidirectional/logInspector.spec.js#L23-37" >}} {{< /tab >}} {{< tab header="Kotlin" >}} @@ -49,7 +48,6 @@ and register callbacks to process the exception details. {{< badge-code >}} {{< /tab >}} {{< tab header="JavaScript" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="/examples/javascript/test/bidirectional/logInspector.spec.js#L44-54" >}} {{< /tab >}} {{< tab header="Kotlin" >}} diff --git a/website_and_docs/content/documentation/webdriver/browsers/chrome.en.md b/website_and_docs/content/documentation/webdriver/browsers/chrome.en.md index 84b3e1b3877b..58be59030b47 100644 --- a/website_and_docs/content/documentation/webdriver/browsers/chrome.en.md +++ b/website_and_docs/content/documentation/webdriver/browsers/chrome.en.md @@ -211,14 +211,12 @@ Property key: `ChromeDriverService.CHROME_DRIVER_LOG_PROPERTY`\ Property value: String representing path to log file {{% /tab %}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="examples/python/tests/browsers/test_chrome.py#L71" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Browsers/ChromeTest.cs#L86" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/chrome_spec.rb#L67" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -235,14 +233,12 @@ To change the logging output to display in the console as STDOUT: {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/ChromeTest.java#L114-L115" >}} **Note**: Java also allows setting console output by System Property;\ Property key: `ChromeDriverService.CHROME_DRIVER_LOG_PROPERTY`\ Property value: `DriverService.LOG_STDOUT` or `DriverService.LOG_STDERR` {{% /tab %}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="examples/python/tests/browsers/test_chrome.py#L82" >}} {{< /tab >}} {{< tab header="CSharp" >}} @@ -250,7 +246,6 @@ Property value: `DriverService.LOG_STDOUT` or `DriverService.LOG_STDERR` {{< /tab >}} {{% tab header="Ruby" %}} `$stdout` and `$stderr` are both valid values -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/chrome_spec.rb#L76" >}} {{% /tab %}} {{< tab header="JavaScript" >}} @@ -268,21 +263,18 @@ so this example is just setting the log level generically: {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/ChromeTest.java#L129-L130" >}} **Note**: Java also allows setting log level by System Property:\ Property key: `ChromeDriverService.CHROME_DRIVER_LOG_LEVEL_PROPERTY`\ Property value: String representation of `ChromiumDriverLogLevel` enum {{% /tab %}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="examples/python/tests/browsers/test_chrome.py#L93" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/chrome_spec.rb#L87" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -303,7 +295,6 @@ The log output will be managed by the driver, not the process, so minor differen {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/ChromeTest.java#L147-L148" >}} **Note**: Java also allows toggling these features by System Property:\ Property keys: `ChromeDriverService.CHROME_DRIVER_APPEND_LOG_PROPERTY` and `ChromeDriverService.CHROME_DRIVER_READABLE_TIMESTAMP`\ @@ -316,7 +307,6 @@ Property value: `"true"` or `"false"` {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/chrome_spec.rb#L97-L98" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -335,21 +325,18 @@ Note that this is an unsupported feature, and bugs will not be investigated. {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/ChromeTest.java#L166-L167" >}} **Note**: Java also allows disabling build checks by System Property:\ Property key: `ChromeDriverService.CHROME_DRIVER_DISABLE_BUILD_CHECK`\ Property value: `"true"` or `"false"` {{% /tab %}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="examples/python/tests/browsers/test_chrome.py#L115" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Browsers/ChromeTest.cs#L155" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/chrome_spec.rb#L108" >}} {{< /tab >}} {{< tab header="JavaScript" >}} diff --git a/website_and_docs/content/documentation/webdriver/browsers/chrome.ja.md b/website_and_docs/content/documentation/webdriver/browsers/chrome.ja.md index 0199e6ca2605..7ddca30f69ce 100644 --- a/website_and_docs/content/documentation/webdriver/browsers/chrome.ja.md +++ b/website_and_docs/content/documentation/webdriver/browsers/chrome.ja.md @@ -215,14 +215,12 @@ Property key: `ChromeDriverService.CHROME_DRIVER_LOG_PROPERTY`\ Property value: String representing path to log file {{% /tab %}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="examples/python/tests/browsers/test_chrome.py#L71" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Browsers/ChromeTest.cs#L86" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/chrome_spec.rb#L67" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -239,14 +237,12 @@ To change the logging output to display in the console as STDOUT: {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/ChromeTest.java#L114-L115" >}} **Note**: Java also allows setting console output by System Property;\ Property key: `ChromeDriverService.CHROME_DRIVER_LOG_PROPERTY`\ Property value: `DriverService.LOG_STDOUT` or `DriverService.LOG_STDERR` {{% /tab %}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="examples/python/tests/browsers/test_chrome.py#L82" >}} {{< /tab >}} {{< tab header="CSharp" >}} @@ -254,7 +250,6 @@ Property value: `DriverService.LOG_STDOUT` or `DriverService.LOG_STDERR` {{< /tab >}} {{% tab header="Ruby" %}} `$stdout` and `$stderr` are both valid values -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/chrome_spec.rb#L76" >}} {{% /tab %}} {{< tab header="JavaScript" >}} @@ -272,21 +267,18 @@ so this example is just setting the log level generically: {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/ChromeTest.java#L129-L130" >}} **Note**: Java also allows setting log level by System Property:\ Property key: `ChromeDriverService.CHROME_DRIVER_LOG_LEVEL_PROPERTY`\ Property value: String representation of `ChromiumDriverLogLevel` enum {{% /tab %}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="examples/python/tests/browsers/test_chrome.py#L93" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/chrome_spec.rb#L87" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -307,7 +299,6 @@ The log output will be managed by the driver, not the process, so minor differen {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/ChromeTest.java#L147-L148" >}} **Note**: Java also allows toggling these features by System Property:\ Property keys: `ChromeDriverService.CHROME_DRIVER_APPEND_LOG_PROPERTY` and `ChromeDriverService.CHROME_DRIVER_READABLE_TIMESTAMP`\ @@ -320,7 +311,6 @@ Property value: `"true"` or `"false"` {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/chrome_spec.rb#L97-L98" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -339,21 +329,18 @@ Note that this is an unsupported feature, and bugs will not be investigated. {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/ChromeTest.java#L166-L167" >}} **Note**: Java also allows disabling build checks by System Property:\ Property key: `ChromeDriverService.CHROME_DRIVER_DISABLE_BUILD_CHECK`\ Property value: `"true"` or `"false"` {{% /tab %}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="examples/python/tests/browsers/test_chrome.py#L115" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Browsers/ChromeTest.cs#L155" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/chrome_spec.rb#L108" >}} {{< /tab >}} {{< tab header="JavaScript" >}} diff --git a/website_and_docs/content/documentation/webdriver/browsers/chrome.pt-br.md b/website_and_docs/content/documentation/webdriver/browsers/chrome.pt-br.md index 22c396d89995..51ac6ff7bf52 100644 --- a/website_and_docs/content/documentation/webdriver/browsers/chrome.pt-br.md +++ b/website_and_docs/content/documentation/webdriver/browsers/chrome.pt-br.md @@ -212,14 +212,12 @@ Property key: `ChromeDriverService.CHROME_DRIVER_LOG_PROPERTY`\ Property value: String representing path to log file {{% /tab %}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="examples/python/tests/browsers/test_chrome.py#L71" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Browsers/ChromeTest.cs#L86" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/chrome_spec.rb#L67" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -236,14 +234,12 @@ To change the logging output to display in the console as STDOUT: {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/ChromeTest.java#L114-L115" >}} **Note**: Java also allows setting console output by System Property;\ Property key: `ChromeDriverService.CHROME_DRIVER_LOG_PROPERTY`\ Property value: `DriverService.LOG_STDOUT` or `DriverService.LOG_STDERR` {{% /tab %}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="examples/python/tests/browsers/test_chrome.py#L82" >}} {{< /tab >}} {{< tab header="CSharp" >}} @@ -251,7 +247,6 @@ Property value: `DriverService.LOG_STDOUT` or `DriverService.LOG_STDERR` {{< /tab >}} {{% tab header="Ruby" %}} `$stdout` and `$stderr` are both valid values -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/chrome_spec.rb#L76" >}} {{% /tab %}} {{< tab header="JavaScript" >}} @@ -269,21 +264,18 @@ so this example is just setting the log level generically: {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/ChromeTest.java#L129-L130" >}} **Note**: Java also allows setting log level by System Property:\ Property key: `ChromeDriverService.CHROME_DRIVER_LOG_LEVEL_PROPERTY`\ Property value: String representation of `ChromiumDriverLogLevel` enum {{% /tab %}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="examples/python/tests/browsers/test_chrome.py#L93" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/chrome_spec.rb#L87" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -304,7 +296,6 @@ The log output will be managed by the driver, not the process, so minor differen {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/ChromeTest.java#L147-L148" >}} **Note**: Java also allows toggling these features by System Property:\ Property keys: `ChromeDriverService.CHROME_DRIVER_APPEND_LOG_PROPERTY` and `ChromeDriverService.CHROME_DRIVER_READABLE_TIMESTAMP`\ @@ -317,7 +308,6 @@ Property value: `"true"` or `"false"` {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/chrome_spec.rb#L97-L98" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -336,21 +326,18 @@ Note that this is an unsupported feature, and bugs will not be investigated. {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/ChromeTest.java#L166-L167" >}} **Note**: Java also allows disabling build checks by System Property:\ Property key: `ChromeDriverService.CHROME_DRIVER_DISABLE_BUILD_CHECK`\ Property value: `"true"` or `"false"` {{% /tab %}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="examples/python/tests/browsers/test_chrome.py#L115" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Browsers/ChromeTest.cs#L155" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/chrome_spec.rb#L108" >}} {{< /tab >}} {{< tab header="JavaScript" >}} diff --git a/website_and_docs/content/documentation/webdriver/browsers/chrome.zh-cn.md b/website_and_docs/content/documentation/webdriver/browsers/chrome.zh-cn.md index f246d9956cd4..b16544b404fb 100644 --- a/website_and_docs/content/documentation/webdriver/browsers/chrome.zh-cn.md +++ b/website_and_docs/content/documentation/webdriver/browsers/chrome.zh-cn.md @@ -211,14 +211,12 @@ Property key: `ChromeDriverService.CHROME_DRIVER_LOG_PROPERTY`\ Property value: String representing path to log file {{% /tab %}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="examples/python/tests/browsers/test_chrome.py#L71" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Browsers/ChromeTest.cs#L86" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/chrome_spec.rb#L67" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -235,14 +233,12 @@ To change the logging output to display in the console as STDOUT: {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/ChromeTest.java#L114-L115" >}} **Note**: Java also allows setting console output by System Property;\ Property key: `ChromeDriverService.CHROME_DRIVER_LOG_PROPERTY`\ Property value: `DriverService.LOG_STDOUT` or `DriverService.LOG_STDERR` {{% /tab %}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="examples/python/tests/browsers/test_chrome.py#L82" >}} {{< /tab >}} {{< tab header="CSharp" >}} @@ -250,7 +246,6 @@ Property value: `DriverService.LOG_STDOUT` or `DriverService.LOG_STDERR` {{< /tab >}} {{% tab header="Ruby" %}} `$stdout` and `$stderr` are both valid values -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/chrome_spec.rb#L76" >}} {{% /tab %}} {{< tab header="JavaScript" >}} @@ -268,21 +263,18 @@ so this example is just setting the log level generically: {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/ChromeTest.java#L129-L130" >}} **Note**: Java also allows setting log level by System Property:\ Property key: `ChromeDriverService.CHROME_DRIVER_LOG_LEVEL_PROPERTY`\ Property value: String representation of `ChromiumDriverLogLevel` enum {{% /tab %}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="examples/python/tests/browsers/test_chrome.py#L93" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/chrome_spec.rb#L87" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -303,7 +295,6 @@ The log output will be managed by the driver, not the process, so minor differen {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/ChromeTest.java#L147-L148" >}} **Note**: Java also allows toggling these features by System Property:\ Property keys: `ChromeDriverService.CHROME_DRIVER_APPEND_LOG_PROPERTY` and `ChromeDriverService.CHROME_DRIVER_READABLE_TIMESTAMP`\ @@ -316,7 +307,6 @@ Property value: `"true"` or `"false"` {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/chrome_spec.rb#L97-L98" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -335,21 +325,18 @@ Note that this is an unsupported feature, and bugs will not be investigated. {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/ChromeTest.java#L166-L167" >}} **Note**: Java also allows disabling build checks by System Property:\ Property key: `ChromeDriverService.CHROME_DRIVER_DISABLE_BUILD_CHECK`\ Property value: `"true"` or `"false"` {{% /tab %}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="examples/python/tests/browsers/test_chrome.py#L115" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Browsers/ChromeTest.cs#L155" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/chrome_spec.rb#L108" >}} {{< /tab >}} {{< tab header="JavaScript" >}} diff --git a/website_and_docs/content/documentation/webdriver/browsers/edge.en.md b/website_and_docs/content/documentation/webdriver/browsers/edge.en.md index 2e5679a74e6b..ff23d58c348c 100644 --- a/website_and_docs/content/documentation/webdriver/browsers/edge.en.md +++ b/website_and_docs/content/documentation/webdriver/browsers/edge.en.md @@ -202,7 +202,6 @@ To change the logging output to save to a specific file: {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/EdgeTest.java#L100" >}} **Note**: Java also allows setting file output by System Property:\ Property key: `EdgeDriverService.EDGE_DRIVER_LOG_PROPERTY`\ @@ -215,7 +214,6 @@ Property value: String representing path to log file {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Browsers/EdgeTest.cs#L86" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/edge_spec.rb#L67" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -232,7 +230,6 @@ To change the logging output to display in the console as STDOUT: {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/EdgeTest.java#L113" >}} **Note**: Java also allows setting console output by System Property;\ Property key: `EdgeDriverService.EDGE_DRIVER_LOG_PROPERTY`\ @@ -246,7 +243,6 @@ Property value: `DriverService.LOG_STDOUT` or `DriverService.LOG_STDERR` {{< /tab >}} {{% tab header="Ruby" %}} `$stdout` and `$stderr` are both valid values -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/edge_spec.rb#L76" >}} {{% /tab %}} {{< tab header="JavaScript" >}} @@ -264,7 +260,6 @@ so this example is just setting the log level generically: {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/EdgeTest.java#L126-L127" >}} **Note**: Java also allows setting log level by System Property:\ Property key: `EdgeDriverService.EDGE_DRIVER_LOG_LEVEL_PROPERTY`\ @@ -277,7 +272,6 @@ Property value: String representation of `ChromiumDriverLogLevel` enum {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/edge_spec.rb#L87" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -298,7 +292,6 @@ The log output will be managed by the driver, not the process, so minor differen {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/EdgeTest.java#L142-L143" >}} **Note**: Java also allows toggling these features by System Property:\ Property keys: `EdgeDriverService.EDGE_DRIVER_APPEND_LOG_PROPERTY` and `EdgeDriverService.EDGE_DRIVER_READABLE_TIMESTAMP`\ @@ -311,7 +304,6 @@ Property value: `"true"` or `"false"` {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/edge_spec.rb#L97-L98" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -330,7 +322,6 @@ Note that this is an unsupported feature, and bugs will not be investigated. {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/EdgeTest.java#L160-L161" >}} **Note**: Java also allows disabling build checks by System Property:\ Property key: `EdgeDriverService.EDGE_DRIVER_DISABLE_BUILD_CHECK`\ @@ -343,7 +334,6 @@ Property value: `"true"` or `"false"` {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Browsers/EdgeTest.cs#L155" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/edge_spec.rb#L108" >}} {{< /tab >}} {{< tab header="JavaScript" >}} diff --git a/website_and_docs/content/documentation/webdriver/browsers/edge.ja.md b/website_and_docs/content/documentation/webdriver/browsers/edge.ja.md index 0d56efb251c8..2f99d08175a3 100644 --- a/website_and_docs/content/documentation/webdriver/browsers/edge.ja.md +++ b/website_and_docs/content/documentation/webdriver/browsers/edge.ja.md @@ -204,7 +204,6 @@ To change the logging output to save to a specific file: {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/EdgeTest.java#L100" >}} **Note**: Java also allows setting file output by System Property:\ Property key: `EdgeDriverService.EDGE_DRIVER_LOG_PROPERTY`\ @@ -217,7 +216,6 @@ Property value: String representing path to log file {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Browsers/EdgeTest.cs#L86" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/edge_spec.rb#L67" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -234,7 +232,6 @@ To change the logging output to display in the console as STDOUT: {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/EdgeTest.java#L113" >}} **Note**: Java also allows setting console output by System Property;\ Property key: `EdgeDriverService.EDGE_DRIVER_LOG_PROPERTY`\ @@ -248,7 +245,6 @@ Property value: `DriverService.LOG_STDOUT` or `DriverService.LOG_STDERR` {{< /tab >}} {{% tab header="Ruby" %}} `$stdout` and `$stderr` are both valid values -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/edge_spec.rb#L76" >}} {{% /tab %}} {{< tab header="JavaScript" >}} @@ -266,7 +262,6 @@ so this example is just setting the log level generically: {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/EdgeTest.java#L126-L127" >}} **Note**: Java also allows setting log level by System Property:\ Property key: `EdgeDriverService.EDGE_DRIVER_LOG_LEVEL_PROPERTY`\ @@ -279,7 +274,6 @@ Property value: String representation of `ChromiumDriverLogLevel` enum {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/edge_spec.rb#L87" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -300,7 +294,6 @@ The log output will be managed by the driver, not the process, so minor differen {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/EdgeTest.java#L142-L143" >}} **Note**: Java also allows toggling these features by System Property:\ Property keys: `EdgeDriverService.EDGE_DRIVER_APPEND_LOG_PROPERTY` and `EdgeDriverService.EDGE_DRIVER_READABLE_TIMESTAMP`\ @@ -313,7 +306,6 @@ Property value: `"true"` or `"false"` {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/edge_spec.rb#L97-L98" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -332,7 +324,6 @@ Note that this is an unsupported feature, and bugs will not be investigated. {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/EdgeTest.java#L160-L161" >}} **Note**: Java also allows disabling build checks by System Property:\ Property key: `EdgeDriverService.EDGE_DRIVER_DISABLE_BUILD_CHECK`\ @@ -345,7 +336,6 @@ Property value: `"true"` or `"false"` {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Browsers/EdgeTest.cs#L155" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/edge_spec.rb#L108" >}} {{< /tab >}} {{< tab header="JavaScript" >}} diff --git a/website_and_docs/content/documentation/webdriver/browsers/edge.pt-br.md b/website_and_docs/content/documentation/webdriver/browsers/edge.pt-br.md index 7c4b11adf00a..e04ef1f657d2 100644 --- a/website_and_docs/content/documentation/webdriver/browsers/edge.pt-br.md +++ b/website_and_docs/content/documentation/webdriver/browsers/edge.pt-br.md @@ -204,7 +204,6 @@ To change the logging output to save to a specific file: {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/EdgeTest.java#L100" >}} **Note**: Java also allows setting file output by System Property:\ Property key: `EdgeDriverService.EDGE_DRIVER_LOG_PROPERTY`\ @@ -217,7 +216,6 @@ Property value: String representing path to log file {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Browsers/EdgeTest.cs#L86" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/edge_spec.rb#L67" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -234,7 +232,6 @@ To change the logging output to display in the console as STDOUT: {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/EdgeTest.java#L113" >}} **Note**: Java also allows setting console output by System Property;\ Property key: `EdgeDriverService.EDGE_DRIVER_LOG_PROPERTY`\ @@ -248,7 +245,6 @@ Property value: `DriverService.LOG_STDOUT` or `DriverService.LOG_STDERR` {{< /tab >}} {{% tab header="Ruby" %}} `$stdout` and `$stderr` are both valid values -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/edge_spec.rb#L76" >}} {{% /tab %}} {{< tab header="JavaScript" >}} @@ -266,7 +262,6 @@ so this example is just setting the log level generically: {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/EdgeTest.java#L126-L127" >}} **Note**: Java also allows setting log level by System Property:\ Property key: `EdgeDriverService.EDGE_DRIVER_LOG_LEVEL_PROPERTY`\ @@ -279,7 +274,6 @@ Property value: String representation of `ChromiumDriverLogLevel` enum {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/edge_spec.rb#L87" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -300,7 +294,6 @@ The log output will be managed by the driver, not the process, so minor differen {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/EdgeTest.java#L142-L143" >}} **Note**: Java also allows toggling these features by System Property:\ Property keys: `EdgeDriverService.EDGE_DRIVER_APPEND_LOG_PROPERTY` and `EdgeDriverService.EDGE_DRIVER_READABLE_TIMESTAMP`\ @@ -313,7 +306,6 @@ Property value: `"true"` or `"false"` {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/edge_spec.rb#L97-L98" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -332,7 +324,6 @@ Note that this is an unsupported feature, and bugs will not be investigated. {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/EdgeTest.java#L160-L161" >}} **Note**: Java also allows disabling build checks by System Property:\ Property key: `EdgeDriverService.EDGE_DRIVER_DISABLE_BUILD_CHECK`\ @@ -345,7 +336,6 @@ Property value: `"true"` or `"false"` {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Browsers/EdgeTest.cs#L155" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/edge_spec.rb#L108" >}} {{< /tab >}} {{< tab header="JavaScript" >}} diff --git a/website_and_docs/content/documentation/webdriver/browsers/edge.zh-cn.md b/website_and_docs/content/documentation/webdriver/browsers/edge.zh-cn.md index bbaa39595323..c4646eb86f71 100644 --- a/website_and_docs/content/documentation/webdriver/browsers/edge.zh-cn.md +++ b/website_and_docs/content/documentation/webdriver/browsers/edge.zh-cn.md @@ -204,7 +204,6 @@ To change the logging output to save to a specific file: {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/EdgeTest.java#L100" >}} **Note**: Java also allows setting file output by System Property:\ Property key: `EdgeDriverService.EDGE_DRIVER_LOG_PROPERTY`\ @@ -217,7 +216,6 @@ Property value: String representing path to log file {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Browsers/EdgeTest.cs#L86" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/edge_spec.rb#L67" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -234,7 +232,6 @@ To change the logging output to display in the console as STDOUT: {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/EdgeTest.java#L113" >}} **Note**: Java also allows setting console output by System Property;\ Property key: `EdgeDriverService.EDGE_DRIVER_LOG_PROPERTY`\ @@ -248,7 +245,6 @@ Property value: `DriverService.LOG_STDOUT` or `DriverService.LOG_STDERR` {{< /tab >}} {{% tab header="Ruby" %}} `$stdout` and `$stderr` are both valid values -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/edge_spec.rb#L76" >}} {{% /tab %}} {{< tab header="JavaScript" >}} @@ -266,7 +262,6 @@ so this example is just setting the log level generically: {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/EdgeTest.java#L126-L127" >}} **Note**: Java also allows setting log level by System Property:\ Property key: `EdgeDriverService.EDGE_DRIVER_LOG_LEVEL_PROPERTY`\ @@ -279,7 +274,6 @@ Property value: String representation of `ChromiumDriverLogLevel` enum {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/edge_spec.rb#L87" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -300,7 +294,6 @@ The log output will be managed by the driver, not the process, so minor differen {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/EdgeTest.java#L142-L143" >}} **Note**: Java also allows toggling these features by System Property:\ Property keys: `EdgeDriverService.EDGE_DRIVER_APPEND_LOG_PROPERTY` and `EdgeDriverService.EDGE_DRIVER_READABLE_TIMESTAMP`\ @@ -313,7 +306,6 @@ Property value: `"true"` or `"false"` {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/edge_spec.rb#L97-L98" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -332,7 +324,6 @@ Note that this is an unsupported feature, and bugs will not be investigated. {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/EdgeTest.java#L160-L161" >}} **Note**: Java also allows disabling build checks by System Property:\ Property key: `EdgeDriverService.EDGE_DRIVER_DISABLE_BUILD_CHECK`\ @@ -345,7 +336,6 @@ Property value: `"true"` or `"false"` {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Browsers/EdgeTest.cs#L155" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/edge_spec.rb#L108" >}} {{< /tab >}} {{< tab header="JavaScript" >}} diff --git a/website_and_docs/content/documentation/webdriver/browsers/firefox.en.md b/website_and_docs/content/documentation/webdriver/browsers/firefox.en.md index 5e9fc7b21587..e100b3dcc1b3 100644 --- a/website_and_docs/content/documentation/webdriver/browsers/firefox.en.md +++ b/website_and_docs/content/documentation/webdriver/browsers/firefox.en.md @@ -169,14 +169,12 @@ Property key: `GeckoDriverService.GECKO_DRIVER_LOG_PROPERTY`\ Property value: String representing path to log file {{% /tab %}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="/examples/python/tests/browsers/test_firefox.py#L36" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/firefox_spec.rb#L43" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -193,21 +191,18 @@ To change the logging output to display in the console: {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/FirefoxTest.java#L76-L77" >}} **Note**: Java also allows setting console output by System Property;\ Property key: `GeckoDriverService.GECKO_DRIVER_LOG_PROPERTY`\ Property value: `DriverService.LOG_STDOUT` or `DriverService.LOG_STDERR` {{% /tab %}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="/examples/python/tests/browsers/test_firefox.py#L48" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/firefox_spec.rb#L52" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -227,21 +222,18 @@ so this examples is just for setting the log level generically: {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/FirefoxTest.java#L90-L91" >}} **Note**: Java also allows setting log level by System Property:\ Property key: `GeckoDriverService.GECKO_DRIVER_LOG_LEVEL_PROPERTY`\ Property value: String representation of `FirefoxDriverLogLevel` enum {{% /tab %}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="/examples/python/tests/browsers/test_firefox.py#L59" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/firefox_spec.rb#L63" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -259,21 +251,18 @@ Firefox truncates lines by default. To turn off truncation: {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/FirefoxTest.java#L106-L107" >}} **Note**: Java also allows setting log level by System Property:\ Property key: `GeckoDriverService.GECKO_DRIVER_LOG_NO_TRUNCATE`\ Property value: `"true"` or `"false"` {{% /tab %}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="/examples/python/tests/browsers/test_firefox.py#L70" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/firefox_spec.rb#L72" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -291,7 +280,6 @@ or want profiles to be created some place specific, you can change the profile r {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/FirefoxTest.java#L118-L119" >}} **Note**: Java also allows setting log level by System Property:\ Property key: `GeckoDriverService.GECKO_DRIVER_PROFILE_ROOT`\ @@ -304,7 +292,6 @@ Property value: String representing path to profile root directory {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/firefox_spec.rb#L81" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -366,7 +353,6 @@ Uninstalling an addon requires knowing its id. The id can be obtained from the r {{< gh-codeblock path="/examples/python/tests/browsers/test_firefox.py#L106" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< badge-version version="4.5" >}} {{< gh-codeblock path="/examples/dotnet/SeleniumDocs/Browsers/FirefoxTest.cs#L152" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -394,11 +380,9 @@ example with a directory: {{< gh-codeblock path="/examples/python/tests/browsers/test_firefox.py#L115" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< badge-version version="4.5" >}} {{< gh-codeblock path="/examples/dotnet/SeleniumDocs/Browsers/FirefoxTest.cs#L165" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.5" >}} {{< gh-codeblock path="/examples/ruby/spec/browsers/firefox_spec.rb#L115" >}} {{< /tab >}} {{< tab header="JavaScript" >}} diff --git a/website_and_docs/content/documentation/webdriver/browsers/firefox.ja.md b/website_and_docs/content/documentation/webdriver/browsers/firefox.ja.md index 7f0d1b997994..30d75f998b25 100644 --- a/website_and_docs/content/documentation/webdriver/browsers/firefox.ja.md +++ b/website_and_docs/content/documentation/webdriver/browsers/firefox.ja.md @@ -174,14 +174,12 @@ Property key: `GeckoDriverService.GECKO_DRIVER_LOG_PROPERTY`\ Property value: String representing path to log file {{% /tab %}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="/examples/python/tests/browsers/test_firefox.py#L36" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/firefox_spec.rb#L43" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -198,21 +196,18 @@ To change the logging output to display in the console: {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/FirefoxTest.java#L76-L77" >}} **Note**: Java also allows setting console output by System Property;\ Property key: `GeckoDriverService.GECKO_DRIVER_LOG_PROPERTY`\ Property value: `DriverService.LOG_STDOUT` or `DriverService.LOG_STDERR` {{% /tab %}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="/examples/python/tests/browsers/test_firefox.py#L48" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/firefox_spec.rb#L52" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -232,21 +227,18 @@ so this examples is just for setting the log level generically: {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/FirefoxTest.java#L90-L91" >}} **Note**: Java also allows setting log level by System Property:\ Property key: `GeckoDriverService.GECKO_DRIVER_LOG_LEVEL_PROPERTY`\ Property value: String representation of `FirefoxDriverLogLevel` enum {{% /tab %}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="/examples/python/tests/browsers/test_firefox.py#L59" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/firefox_spec.rb#L63" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -264,21 +256,18 @@ Firefox truncates lines by default. To turn off truncation: {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/FirefoxTest.java#L106-L107" >}} **Note**: Java also allows setting log level by System Property:\ Property key: `GeckoDriverService.GECKO_DRIVER_LOG_NO_TRUNCATE`\ Property value: `"true"` or `"false"` {{% /tab %}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="/examples/python/tests/browsers/test_firefox.py#L70" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/firefox_spec.rb#L72" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -296,7 +285,6 @@ or want profiles to be created some place specific, you can change the profile r {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/FirefoxTest.java#L118-L119" >}} **Note**: Java also allows setting log level by System Property:\ Property key: `GeckoDriverService.GECKO_DRIVER_PROFILE_ROOT`\ @@ -309,7 +297,6 @@ Property value: String representing path to profile root directory {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/firefox_spec.rb#L81" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -373,7 +360,6 @@ IDはアドオンインストール時の戻り値から取得できます。 {{< gh-codeblock path="/examples/python/tests/browsers/test_firefox.py#L106" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< badge-version version="4.5" >}} {{< gh-codeblock path="/examples/dotnet/SeleniumDocs/Browsers/FirefoxTest.cs#L152" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -401,11 +387,9 @@ IDはアドオンインストール時の戻り値から取得できます。 {{< gh-codeblock path="/examples/python/tests/browsers/test_firefox.py#L115" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< badge-version version="4.5" >}} {{< gh-codeblock path="/examples/dotnet/SeleniumDocs/Browsers/FirefoxTest.cs#L165" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.5" >}} {{< gh-codeblock path="/examples/ruby/spec/browsers/firefox_spec.rb#L115" >}} {{< /tab >}} {{< tab header="JavaScript" >}} diff --git a/website_and_docs/content/documentation/webdriver/browsers/firefox.pt-br.md b/website_and_docs/content/documentation/webdriver/browsers/firefox.pt-br.md index 96c58326ec53..252afbe4d2c0 100644 --- a/website_and_docs/content/documentation/webdriver/browsers/firefox.pt-br.md +++ b/website_and_docs/content/documentation/webdriver/browsers/firefox.pt-br.md @@ -173,14 +173,12 @@ Property key: `GeckoDriverService.GECKO_DRIVER_LOG_PROPERTY`\ Property value: String representing path to log file {{% /tab %}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="/examples/python/tests/browsers/test_firefox.py#L36" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/firefox_spec.rb#L43" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -197,21 +195,18 @@ To change the logging output to display in the console: {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/FirefoxTest.java#L76-L77" >}} **Note**: Java also allows setting console output by System Property;\ Property key: `GeckoDriverService.GECKO_DRIVER_LOG_PROPERTY`\ Property value: `DriverService.LOG_STDOUT` or `DriverService.LOG_STDERR` {{% /tab %}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="/examples/python/tests/browsers/test_firefox.py#L48" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/firefox_spec.rb#L52" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -231,21 +226,18 @@ so this examples is just for setting the log level generically: {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/FirefoxTest.java#L90-L91" >}} **Note**: Java also allows setting log level by System Property:\ Property key: `GeckoDriverService.GECKO_DRIVER_LOG_LEVEL_PROPERTY`\ Property value: String representation of `FirefoxDriverLogLevel` enum {{% /tab %}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="/examples/python/tests/browsers/test_firefox.py#L59" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/firefox_spec.rb#L63" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -263,21 +255,18 @@ Firefox truncates lines by default. To turn off truncation: {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/FirefoxTest.java#L106-L107" >}} **Note**: Java also allows setting log level by System Property:\ Property key: `GeckoDriverService.GECKO_DRIVER_LOG_NO_TRUNCATE`\ Property value: `"true"` or `"false"` {{% /tab %}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="/examples/python/tests/browsers/test_firefox.py#L70" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/firefox_spec.rb#L72" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -295,7 +284,6 @@ or want profiles to be created some place specific, you can change the profile r {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/FirefoxTest.java#L118-L119" >}} **Note**: Java also allows setting log level by System Property:\ Property key: `GeckoDriverService.GECKO_DRIVER_PROFILE_ROOT`\ @@ -308,7 +296,6 @@ Property value: String representing path to profile root directory {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/firefox_spec.rb#L81" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -371,7 +358,6 @@ Desinstalar uma extensão implica saber o seu id que pode ser obtido como valor {{< gh-codeblock path="/examples/python/tests/browsers/test_firefox.py#L106" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< badge-version version="4.5" >}} {{< gh-codeblock path="/examples/dotnet/SeleniumDocs/Browsers/FirefoxTest.cs#L152" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -399,11 +385,9 @@ uma pasta, este é um exemplo com uma pasta: {{< gh-codeblock path="/examples/python/tests/browsers/test_firefox.py#L115" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< badge-version version="4.5" >}} {{< gh-codeblock path="/examples/dotnet/SeleniumDocs/Browsers/FirefoxTest.cs#L165" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.5" >}} {{< gh-codeblock path="/examples/ruby/spec/browsers/firefox_spec.rb#L115" >}} {{< /tab >}} {{< tab header="JavaScript" >}} diff --git a/website_and_docs/content/documentation/webdriver/browsers/firefox.zh-cn.md b/website_and_docs/content/documentation/webdriver/browsers/firefox.zh-cn.md index e99b3c7a49a9..1b5f692865dc 100644 --- a/website_and_docs/content/documentation/webdriver/browsers/firefox.zh-cn.md +++ b/website_and_docs/content/documentation/webdriver/browsers/firefox.zh-cn.md @@ -172,14 +172,12 @@ Property key: `GeckoDriverService.GECKO_DRIVER_LOG_PROPERTY`\ Property value: String representing path to log file {{% /tab %}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="/examples/python/tests/browsers/test_firefox.py#L36" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/firefox_spec.rb#L43" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -196,21 +194,18 @@ To change the logging output to display in the console: {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/FirefoxTest.java#L76-L77" >}} **Note**: Java also allows setting console output by System Property;\ Property key: `GeckoDriverService.GECKO_DRIVER_LOG_PROPERTY`\ Property value: `DriverService.LOG_STDOUT` or `DriverService.LOG_STDERR` {{% /tab %}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="/examples/python/tests/browsers/test_firefox.py#L48" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/firefox_spec.rb#L52" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -230,21 +225,18 @@ so this examples is just for setting the log level generically: {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/FirefoxTest.java#L90-L91" >}} **Note**: Java also allows setting log level by System Property:\ Property key: `GeckoDriverService.GECKO_DRIVER_LOG_LEVEL_PROPERTY`\ Property value: String representation of `FirefoxDriverLogLevel` enum {{% /tab %}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="/examples/python/tests/browsers/test_firefox.py#L59" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/firefox_spec.rb#L63" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -262,21 +254,18 @@ Firefox truncates lines by default. To turn off truncation: {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/FirefoxTest.java#L106-L107" >}} **Note**: Java also allows setting log level by System Property:\ Property key: `GeckoDriverService.GECKO_DRIVER_LOG_NO_TRUNCATE`\ Property value: `"true"` or `"false"` {{% /tab %}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="/examples/python/tests/browsers/test_firefox.py#L70" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/firefox_spec.rb#L72" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -294,7 +283,6 @@ or want profiles to be created some place specific, you can change the profile r {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/FirefoxTest.java#L118-L119" >}} **Note**: Java also allows setting log level by System Property:\ Property key: `GeckoDriverService.GECKO_DRIVER_PROFILE_ROOT`\ @@ -307,7 +295,6 @@ Property value: String representing path to profile root directory {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/firefox_spec.rb#L81" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -368,7 +355,6 @@ Uninstalling an addon requires knowing its id. The id can be obtained from the r {{< gh-codeblock path="/examples/python/tests/browsers/test_firefox.py#L106" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< badge-version version="4.5" >}} {{< gh-codeblock path="/examples/dotnet/SeleniumDocs/Browsers/FirefoxTest.cs#L152" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -396,11 +382,9 @@ example with a directory: {{< gh-codeblock path="/examples/python/tests/browsers/test_firefox.py#L115" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< badge-version version="4.5" >}} {{< gh-codeblock path="/examples/dotnet/SeleniumDocs/Browsers/FirefoxTest.cs#L165" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.5" >}} {{< gh-codeblock path="/examples/ruby/spec/browsers/firefox_spec.rb#L115" >}} {{< /tab >}} {{< tab header="JavaScript" >}} diff --git a/website_and_docs/content/documentation/webdriver/browsers/internet_explorer.en.md b/website_and_docs/content/documentation/webdriver/browsers/internet_explorer.en.md index ed5ec54df34e..fe9aa4a1ac84 100644 --- a/website_and_docs/content/documentation/webdriver/browsers/internet_explorer.en.md +++ b/website_and_docs/content/documentation/webdriver/browsers/internet_explorer.en.md @@ -598,7 +598,6 @@ To change the logging output to save to a specific file: {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/InternetExplorerTest.java#L53" >}} **Note**: Java also allows setting file output by System Property:\ Property key: `InternetExplorerDriverService.IE_DRIVER_LOGFILE_PROPERTY`\ @@ -611,7 +610,6 @@ Property value: String representing path to log file {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/internet_explorer_spec.rb#L34" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -628,21 +626,18 @@ To change the logging output to display in the console as STDOUT: {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/InternetExplorerTest.java#L67" >}} **Note**: Java also allows setting console output by System Property;\ Property key: `InternetExplorerDriverService.IE_DRIVER_LOGFILE_PROPERTY`\ Property value: `DriverService.LOG_STDOUT` or `DriverService.LOG_STDERR` {{% /tab %}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="examples/python/tests/browsers/test_internet_explorer.py#L41" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/internet_explorer_spec.rb#L43" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -671,7 +666,6 @@ Property value: String representation of `InternetExplorerDriverLogLevel.DEBUG.t {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Browsers/InternetExplorerTest.cs#L85" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/internet_explorer_spec.rb#L54" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -692,14 +686,12 @@ Property key: `InternetExplorerDriverService.IE_DRIVER_EXTRACT_PATH_PROPERTY`\ Property value: String representing path to supporting files directory {{< /tab >}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="examples/python/tests/browsers/test_internet_explorer.py#L65" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Browsers/InternetExplorerTest.cs#L98" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/internet_explorer_spec.rb#L64" >}} {{< /tab >}} {{< tab header="JavaScript" >}} diff --git a/website_and_docs/content/documentation/webdriver/browsers/internet_explorer.ja.md b/website_and_docs/content/documentation/webdriver/browsers/internet_explorer.ja.md index e7d30dca1f96..0b133b3a7988 100644 --- a/website_and_docs/content/documentation/webdriver/browsers/internet_explorer.ja.md +++ b/website_and_docs/content/documentation/webdriver/browsers/internet_explorer.ja.md @@ -586,7 +586,6 @@ To change the logging output to save to a specific file: {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/InternetExplorerTest.java#L53" >}} **Note**: Java also allows setting file output by System Property:\ Property key: `InternetExplorerDriverService.IE_DRIVER_LOGFILE_PROPERTY`\ @@ -599,7 +598,6 @@ Property value: String representing path to log file {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/internet_explorer_spec.rb#L34" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -616,21 +614,18 @@ To change the logging output to display in the console as STDOUT: {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/InternetExplorerTest.java#L67" >}} **Note**: Java also allows setting console output by System Property;\ Property key: `InternetExplorerDriverService.IE_DRIVER_LOGFILE_PROPERTY`\ Property value: `DriverService.LOG_STDOUT` or `DriverService.LOG_STDERR` {{% /tab %}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="examples/python/tests/browsers/test_internet_explorer.py#L41" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/internet_explorer_spec.rb#L43" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -659,7 +654,6 @@ Property value: String representation of `InternetExplorerDriverLogLevel.DEBUG.t {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Browsers/InternetExplorerTest.cs#L85" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/internet_explorer_spec.rb#L54" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -680,14 +674,12 @@ Property key: `InternetExplorerDriverService.IE_DRIVER_EXTRACT_PATH_PROPERTY`\ Property value: String representing path to supporting files directory {{< /tab >}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="examples/python/tests/browsers/test_internet_explorer.py#L65" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Browsers/InternetExplorerTest.cs#L98" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/internet_explorer_spec.rb#L64" >}} {{< /tab >}} {{< tab header="JavaScript" >}} diff --git a/website_and_docs/content/documentation/webdriver/browsers/internet_explorer.pt-br.md b/website_and_docs/content/documentation/webdriver/browsers/internet_explorer.pt-br.md index b877e65ae56b..3d1c3bc56817 100644 --- a/website_and_docs/content/documentation/webdriver/browsers/internet_explorer.pt-br.md +++ b/website_and_docs/content/documentation/webdriver/browsers/internet_explorer.pt-br.md @@ -603,7 +603,6 @@ To change the logging output to save to a specific file: {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/InternetExplorerTest.java#L53" >}} **Note**: Java also allows setting file output by System Property:\ Property key: `InternetExplorerDriverService.IE_DRIVER_LOGFILE_PROPERTY`\ @@ -616,7 +615,6 @@ Property value: String representing path to log file {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/internet_explorer_spec.rb#L34" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -633,21 +631,18 @@ To change the logging output to display in the console as STDOUT: {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/InternetExplorerTest.java#L67" >}} **Note**: Java also allows setting console output by System Property;\ Property key: `InternetExplorerDriverService.IE_DRIVER_LOGFILE_PROPERTY`\ Property value: `DriverService.LOG_STDOUT` or `DriverService.LOG_STDERR` {{% /tab %}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="examples/python/tests/browsers/test_internet_explorer.py#L41" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/internet_explorer_spec.rb#L43" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -676,7 +671,6 @@ Property value: String representation of `InternetExplorerDriverLogLevel.DEBUG.t {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Browsers/InternetExplorerTest.cs#L85" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/internet_explorer_spec.rb#L54" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -697,14 +691,12 @@ Property key: `InternetExplorerDriverService.IE_DRIVER_EXTRACT_PATH_PROPERTY`\ Property value: String representing path to supporting files directory {{< /tab >}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="examples/python/tests/browsers/test_internet_explorer.py#L65" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Browsers/InternetExplorerTest.cs#L98" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/internet_explorer_spec.rb#L64" >}} {{< /tab >}} {{< tab header="JavaScript" >}} diff --git a/website_and_docs/content/documentation/webdriver/browsers/internet_explorer.zh-cn.md b/website_and_docs/content/documentation/webdriver/browsers/internet_explorer.zh-cn.md index 7a038cb2579d..9f2cfad684f5 100644 --- a/website_and_docs/content/documentation/webdriver/browsers/internet_explorer.zh-cn.md +++ b/website_and_docs/content/documentation/webdriver/browsers/internet_explorer.zh-cn.md @@ -596,7 +596,6 @@ To change the logging output to save to a specific file: {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/InternetExplorerTest.java#L53" >}} **Note**: Java also allows setting file output by System Property:\ Property key: `InternetExplorerDriverService.IE_DRIVER_LOGFILE_PROPERTY`\ @@ -609,7 +608,6 @@ Property value: String representing path to log file {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/internet_explorer_spec.rb#L34" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -626,21 +624,18 @@ To change the logging output to display in the console as STDOUT: {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/InternetExplorerTest.java#L67" >}} **Note**: Java also allows setting console output by System Property;\ Property key: `InternetExplorerDriverService.IE_DRIVER_LOGFILE_PROPERTY`\ Property value: `DriverService.LOG_STDOUT` or `DriverService.LOG_STDERR` {{% /tab %}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="examples/python/tests/browsers/test_internet_explorer.py#L41" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/internet_explorer_spec.rb#L43" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -669,7 +664,6 @@ Property value: String representation of `InternetExplorerDriverLogLevel.DEBUG.t {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Browsers/InternetExplorerTest.cs#L85" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/internet_explorer_spec.rb#L54" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -690,14 +684,12 @@ Property key: `InternetExplorerDriverService.IE_DRIVER_EXTRACT_PATH_PROPERTY`\ Property value: String representing path to supporting files directory {{< /tab >}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="examples/python/tests/browsers/test_internet_explorer.py#L65" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Browsers/InternetExplorerTest.cs#L98" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/internet_explorer_spec.rb#L64" >}} {{< /tab >}} {{< tab header="JavaScript" >}} diff --git a/website_and_docs/content/documentation/webdriver/browsers/safari.en.md b/website_and_docs/content/documentation/webdriver/browsers/safari.en.md index bf207b439d16..44106fc4d1e5 100644 --- a/website_and_docs/content/documentation/webdriver/browsers/safari.en.md +++ b/website_and_docs/content/documentation/webdriver/browsers/safari.en.md @@ -62,7 +62,6 @@ available is to turn logs off or on. If logs are toggled on, they can be found a {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/SafariTest.java#L31" >}} **Note**: Java also allows setting console output by System Property;\ Property key: `SafariDriverService.SAFARI_DRIVER_LOGGING`\ @@ -75,7 +74,6 @@ Property value: `"true"` or `"false"` {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/safari_spec.rb#L20" >}} {{< /tab >}} {{< tab header="JavaScript" >}} diff --git a/website_and_docs/content/documentation/webdriver/browsers/safari.ja.md b/website_and_docs/content/documentation/webdriver/browsers/safari.ja.md index 4fa03c6696ff..bc611393af00 100644 --- a/website_and_docs/content/documentation/webdriver/browsers/safari.ja.md +++ b/website_and_docs/content/documentation/webdriver/browsers/safari.ja.md @@ -61,7 +61,6 @@ available is to turn logs off or on. If logs are toggled on, they can be found a {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/SafariTest.java#L31" >}} **Note**: Java also allows setting console output by System Property;\ Property key: `SafariDriverService.SAFARI_DRIVER_LOGGING`\ @@ -74,7 +73,6 @@ Property value: `"true"` or `"false"` {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/safari_spec.rb#L20" >}} {{< /tab >}} {{< tab header="JavaScript" >}} diff --git a/website_and_docs/content/documentation/webdriver/browsers/safari.pt-br.md b/website_and_docs/content/documentation/webdriver/browsers/safari.pt-br.md index 995a880ea7f1..33706cd2414e 100644 --- a/website_and_docs/content/documentation/webdriver/browsers/safari.pt-br.md +++ b/website_and_docs/content/documentation/webdriver/browsers/safari.pt-br.md @@ -61,7 +61,6 @@ available is to turn logs off or on. If logs are toggled on, they can be found a {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/SafariTest.java#L31" >}} **Note**: Java also allows setting console output by System Property;\ Property key: `SafariDriverService.SAFARI_DRIVER_LOGGING`\ @@ -74,7 +73,6 @@ Property value: `"true"` or `"false"` {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/safari_spec.rb#L20" >}} {{< /tab >}} {{< tab header="JavaScript" >}} diff --git a/website_and_docs/content/documentation/webdriver/browsers/safari.zh-cn.md b/website_and_docs/content/documentation/webdriver/browsers/safari.zh-cn.md index 20674cad24dc..734c3b097017 100644 --- a/website_and_docs/content/documentation/webdriver/browsers/safari.zh-cn.md +++ b/website_and_docs/content/documentation/webdriver/browsers/safari.zh-cn.md @@ -61,7 +61,6 @@ available is to turn logs off or on. If logs are toggled on, they can be found a {{< tabpane text=true >}} {{% tab header="Java" %}} -{{< badge-version version="4.10" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/SafariTest.java#L31" >}} **Note**: Java also allows setting console output by System Property;\ Property key: `SafariDriverService.SAFARI_DRIVER_LOGGING`\ @@ -74,7 +73,6 @@ Property value: `"true"` or `"false"` {{< badge-implementation >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/ruby/spec/browsers/safari_spec.rb#L20" >}} {{< /tab >}} {{< tab header="JavaScript" >}} diff --git a/website_and_docs/content/documentation/webdriver/drivers/service.en.md b/website_and_docs/content/documentation/webdriver/drivers/service.en.md index 158ef3665c75..7e9256b9c351 100644 --- a/website_and_docs/content/documentation/webdriver/drivers/service.en.md +++ b/website_and_docs/content/documentation/webdriver/drivers/service.en.md @@ -22,7 +22,6 @@ To start a driver with a default service instance: **Note**: Java Service classes only allow values to be set during construction with a Builder pattern. {{% /tab %}} {{% tab header="Python" %}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="examples/python/tests/drivers/test_service.py#L5-L6" >}} **Note**: Python Service classes only allow values to be set as arguments to the constructor. {{% /tab %}} @@ -52,15 +51,12 @@ If you cannot update Selenium or have an advanced use case, here is how to speci {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/drivers/ServiceTest.java#L25-L26" >}} {{< /tab >}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="examples/python/tests/drivers/test_service.py#L15" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< badge-version version="4.9" >}} {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Drivers/ServiceTest.cs#L25" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/ruby/spec/drivers/service_spec.rb#L22" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -80,14 +76,12 @@ If you want the driver to run on a specific port, you may specify it as follows: {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/drivers/ServiceTest.java#L33" >}} {{< /tab >}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="examples/python/tests/drivers/test_service.py#L23" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Drivers/ServiceTest.cs#L34" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/ruby/spec/drivers/service_spec.rb#L29" >}} {{< /tab >}} {{< tab header="JavaScript" >}} diff --git a/website_and_docs/content/documentation/webdriver/drivers/service.ja.md b/website_and_docs/content/documentation/webdriver/drivers/service.ja.md index d7a1a546c5aa..45cdf2865d50 100644 --- a/website_and_docs/content/documentation/webdriver/drivers/service.ja.md +++ b/website_and_docs/content/documentation/webdriver/drivers/service.ja.md @@ -21,7 +21,6 @@ To start a driver with a default service instance: {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/drivers/ServiceTest.java#L15-L16" >}} {{< /tab >}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="examples/python/tests/drivers/test_service.py#L5-L6" >}} {{< /tab >}} {{< tab header="CSharp" >}} @@ -48,15 +47,12 @@ If you can not update Selenium or have an advanced use case here is how to speci {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/drivers/ServiceTest.java#L25-L26" >}} {{< /tab >}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="examples/python/tests/drivers/test_service.py#L15" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< badge-version version="4.9" >}} {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Drivers/ServiceTest.cs#L25" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/ruby/spec/drivers/service_spec.rb#L22" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -76,14 +72,12 @@ If you want the driver to run on a specific port, you may specify it as follows: {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/drivers/ServiceTest.java#L33" >}} {{< /tab >}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="examples/python/tests/drivers/test_service.py#L23" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Drivers/ServiceTest.cs#L34" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/ruby/spec/drivers/service_spec.rb#L29" >}} {{< /tab >}} {{< tab header="JavaScript" >}} diff --git a/website_and_docs/content/documentation/webdriver/drivers/service.pt-br.md b/website_and_docs/content/documentation/webdriver/drivers/service.pt-br.md index d7a1a546c5aa..45cdf2865d50 100644 --- a/website_and_docs/content/documentation/webdriver/drivers/service.pt-br.md +++ b/website_and_docs/content/documentation/webdriver/drivers/service.pt-br.md @@ -21,7 +21,6 @@ To start a driver with a default service instance: {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/drivers/ServiceTest.java#L15-L16" >}} {{< /tab >}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="examples/python/tests/drivers/test_service.py#L5-L6" >}} {{< /tab >}} {{< tab header="CSharp" >}} @@ -48,15 +47,12 @@ If you can not update Selenium or have an advanced use case here is how to speci {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/drivers/ServiceTest.java#L25-L26" >}} {{< /tab >}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="examples/python/tests/drivers/test_service.py#L15" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< badge-version version="4.9" >}} {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Drivers/ServiceTest.cs#L25" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/ruby/spec/drivers/service_spec.rb#L22" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -76,14 +72,12 @@ If you want the driver to run on a specific port, you may specify it as follows: {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/drivers/ServiceTest.java#L33" >}} {{< /tab >}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="examples/python/tests/drivers/test_service.py#L23" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Drivers/ServiceTest.cs#L34" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/ruby/spec/drivers/service_spec.rb#L29" >}} {{< /tab >}} {{< tab header="JavaScript" >}} diff --git a/website_and_docs/content/documentation/webdriver/drivers/service.zh-cn.md b/website_and_docs/content/documentation/webdriver/drivers/service.zh-cn.md index 7f1df68bf385..19034b88292a 100644 --- a/website_and_docs/content/documentation/webdriver/drivers/service.zh-cn.md +++ b/website_and_docs/content/documentation/webdriver/drivers/service.zh-cn.md @@ -21,7 +21,6 @@ To start a driver with a default service instance: {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/drivers/ServiceTest.java#L15-L16" >}} {{< /tab >}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="examples/python/tests/drivers/test_service.py#L5-L6" >}} {{< /tab >}} {{< tab header="CSharp" >}} @@ -48,15 +47,12 @@ If you can not update Selenium or have an advanced use case here is how to speci {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/drivers/ServiceTest.java#L25-L26" >}} {{< /tab >}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="examples/python/tests/drivers/test_service.py#L15" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< badge-version version="4.9" >}} {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Drivers/ServiceTest.cs#L25" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/ruby/spec/drivers/service_spec.rb#L22" >}} {{< /tab >}} {{< tab header="JavaScript" >}} @@ -76,14 +72,12 @@ If you want the driver to run on a specific port, you may specify it as follows: {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/drivers/ServiceTest.java#L33" >}} {{< /tab >}} {{< tab header="Python" >}} -{{< badge-version version="4.11" >}} {{< gh-codeblock path="examples/python/tests/drivers/test_service.py#L23" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Drivers/ServiceTest.cs#L34" >}} {{< /tab >}} {{< tab header="Ruby" >}} -{{< badge-version version="4.8" >}} {{< gh-codeblock path="examples/ruby/spec/drivers/service_spec.rb#L29" >}} {{< /tab >}} {{< tab header="JavaScript" >}} diff --git a/website_and_docs/content/documentation/webdriver/support_features/select_lists.en.md b/website_and_docs/content/documentation/webdriver/support_features/select_lists.en.md index 8ae5aa2272d7..1ecfdab6cefe 100644 --- a/website_and_docs/content/documentation/webdriver/support_features/select_lists.en.md +++ b/website_and_docs/content/documentation/webdriver/support_features/select_lists.en.md @@ -218,7 +218,6 @@ Select the option based on its position in the list ### Disabled options -{{< badge-version version="4.5" >}} Options with a `disabled` attribute may not be selected. diff --git a/website_and_docs/content/documentation/webdriver/support_features/select_lists.ja.md b/website_and_docs/content/documentation/webdriver/support_features/select_lists.ja.md index e493aecaa293..a76c6f1f83d6 100644 --- a/website_and_docs/content/documentation/webdriver/support_features/select_lists.ja.md +++ b/website_and_docs/content/documentation/webdriver/support_features/select_lists.ja.md @@ -218,7 +218,6 @@ Select the option based on its position in the list ### Disabled options -{{< badge-version version="4.5" >}} Options with a `disabled` attribute may not be selected. diff --git a/website_and_docs/content/documentation/webdriver/support_features/select_lists.pt-br.md b/website_and_docs/content/documentation/webdriver/support_features/select_lists.pt-br.md index 5aa849b885e4..5a566c902079 100644 --- a/website_and_docs/content/documentation/webdriver/support_features/select_lists.pt-br.md +++ b/website_and_docs/content/documentation/webdriver/support_features/select_lists.pt-br.md @@ -219,7 +219,6 @@ Select the option based on its position in the list ### Disabled options -{{< badge-version version="4.5" >}} Options with a `disabled` attribute may not be selected. diff --git a/website_and_docs/content/documentation/webdriver/support_features/select_lists.zh-cn.md b/website_and_docs/content/documentation/webdriver/support_features/select_lists.zh-cn.md index f4105a19d708..68c7cd8d605e 100644 --- a/website_and_docs/content/documentation/webdriver/support_features/select_lists.zh-cn.md +++ b/website_and_docs/content/documentation/webdriver/support_features/select_lists.zh-cn.md @@ -223,7 +223,6 @@ Select类提供了三种选择选项的方法. ### 禁用的选项 -{{< badge-version version="4.5" >}} 具有 `disabled` 属性的选项可能无法被选择. diff --git a/website_and_docs/content/documentation/webdriver/troubleshooting/logging.en.md b/website_and_docs/content/documentation/webdriver/troubleshooting/logging.en.md index a95ab0b12abb..c43581edfcd6 100644 --- a/website_and_docs/content/documentation/webdriver/troubleshooting/logging.en.md +++ b/website_and_docs/content/documentation/webdriver/troubleshooting/logging.en.md @@ -41,7 +41,6 @@ For more fine-tuned control, Ruby Selenium created its own Logger class to wrap This implementation provides some interesting additional features. Obtain the logger directly from the `#logger`class method on the `Selenium::WebDriver` module: -{{< badge-version version="4.10" >}} {{< gh-codeblock path="/examples/ruby/spec/troubleshooting/logging_spec.rb#L11" >}} {{% /tab %}} {{% tab header="JavaScript" %}} @@ -102,7 +101,6 @@ logging.basicConfig(level=logging.WARN) The default is `:info`. To change the level of the logger: -{{< badge-version version="4.10" >}} {{< gh-codeblock path="/examples/ruby/spec/troubleshooting/logging_spec.rb#L13" >}} {{% /tab %}} {{% tab header="JavaScript" %}} @@ -281,7 +279,6 @@ handler with either a `StreamHandler` or a `FileHandler`: By default, logs are sent to the console in `stdout`. To store the logs in a file: -{{< badge-version version="4.10" >}} {{< gh-codeblock path="/examples/ruby/spec/troubleshooting/logging_spec.rb#L15" >}} {{% /tab %}} {{% tab header="JavaScript" %}} @@ -322,10 +319,8 @@ Everything that Selenium logs includes an ID. You can also turn on or off all de using `:deprecations`. These methods accept one or more symbols or an array of symbols: -{{< badge-version version="4.10" >}} {{< gh-codeblock path="/examples/ruby/spec/troubleshooting/logging_spec.rb#17" >}} or -{{< badge-version version="4.10" >}} {{< gh-codeblock path="/examples/ruby/spec/troubleshooting/logging_spec.rb#L18" >}} {{% /tab %}} {{< tab header="JavaScript" >}} diff --git a/website_and_docs/hugo.toml b/website_and_docs/hugo.toml index fa662e3b54c0..c2477cfe6ea0 100644 --- a/website_and_docs/hugo.toml +++ b/website_and_docs/hugo.toml @@ -118,7 +118,7 @@ social_image_path = ["images/selenium_logo_square_green.png"] # Menu title if your navbar has a versions selector to access old versions of your site. # This menu appears only if you have at least one [params.versions] set. -version_menu = "v4.0" +version_menu = "v4.15" # Flag used in the "version-banner" partial to decide whether to display a # banner on every page indicating that this is an archived version of the docs. @@ -340,7 +340,7 @@ year = "year" urls = ['.*'] [[params.versions]] - version = "v4.0" + version = "v4.15" url = "/documentation" [[params.versions]] diff --git a/website_and_docs/layouts/shortcodes/badge-version.html b/website_and_docs/layouts/shortcodes/badge-version.html deleted file mode 100644 index c1a01b27fff4..000000000000 --- a/website_and_docs/layouts/shortcodes/badge-version.html +++ /dev/null @@ -1,6 +0,0 @@ -{{ $version := .Get "version" }} - -{{ $href := printf "https://github.com/SeleniumHQ/selenium/releases/tag/selenium-%s.0" $version }} -{{ $title := printf "This code requires Selenium v%s or greater" $version }} -{{ $text := printf "Selenium v%s" $version }} -{{ partial "badge.html" (dict "type" "version" "title" $title "text" $text "href" $href) }}