Skip to content

Commit 8297882

Browse files
committed
remove badge-version in documentation
1 parent 27e5af1 commit 8297882

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+6
-359
lines changed

website_and_docs/assets/scss/_badges.scss

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11

2-
.selenium-badge-version {
3-
background:green;
4-
color:white;
5-
padding:.2rem;
6-
font-weight:750;
7-
}
8-
92
.selenium-badge-browser {
103
background:blue;
114
color:white;

website_and_docs/content/documentation/grid/getting_started.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ locally. More detailed examples and usages can be found in the
219219
[Configuring Components]({{< ref "/configuration" >}}) section.
220220
{{% /pageinfo %}}
221221

222-
## Using the Java 11 HTTP Client {{% badge-version version="4.5" %}}
222+
## Using the Java 11 HTTP Client
223223

224224
By default, Grid will use [AsyncHttpClient](https://github.com/AsyncHttpClient/async-http-client).
225225
AsyncHttpClient is an open-source library built on top of Netty. It allows the execution of HTTP

website_and_docs/content/documentation/grid/getting_started.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ API 呼び出しは[http://localhost:4444/status](http://localhost:4444/status)
229229
より詳細な例と使用方法は[コンポーネント]({{< ref "components.md" >}})の章を参照してください。
230230
{{% /pageinfo %}}
231231

232-
## Java 11 の HTTP クライアントを利用する {{% badge-version version="4.5" %}}
232+
## Java 11 の HTTP クライアントを利用する
233233

234234
デフォルトでは Grid は[AsyncHttpClient](https://github.com/AsyncHttpClient/async-http-client)を使用します。
235235
AsyncHttpClient は Netty を使ったオープンソースのライブラリで、非同期での HTTP リクエストを実現します。

website_and_docs/content/documentation/grid/getting_started.pt-br.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ Para simplificar, todos os exemplos apresentados assumem que os componentes est
214214
Exemplos mais detalhados podem ser encontrados na secção [Configurando Componentes]({{< ref "/configuration" >}}).
215215
{{% /pageinfo %}}
216216

217-
## Usando o cliente HTTP nativo Java 11 {{% badge-version version="4.5" %}}
217+
## Usando o cliente HTTP nativo Java 11
218218

219219
Por omissão, a Grid irá usar [AsyncHttpClient](https://github.com/AsyncHttpClient/async-http-client).
220220
AsyncHttpClient é uma biblioteca open-source library criada em cima do Netty. Isto permite a

website_and_docs/content/documentation/grid/getting_started.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ driver.quit();
212212
为简单起见,本页中显示的所有命令示例均假定组件正在运行在本地。更详细的示例和用法可以在[配置组件]({{< ref "/configuration" >}}) 部分。
213213
{{% /pageinfo %}}
214214

215-
## 使用 Java 11 中的 HTTP Client {{% badge-version version="4.5" %}}
215+
## 使用 Java 11 中的 HTTP Client
216216

217217
默认情况下,Grid 将使用 [AsyncHttpClient](https://github.com/AsyncHttpClient/async-http-client)。 AsyncHttpClient 是一个建立在 Netty 之上的开源库。 它允许异步执行 HTTP 请求和响应。 此外,它还提供 WebSocket 支持。 因此它很合适。
218218

website_and_docs/content/documentation/webdriver/actions_api/_index.en.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,9 @@ to wait a beat between actions for things to work correctly.
3939
{{< gh-codeblock path="examples/python/tests/actions_api/test_actions.py#L13-L20" >}}
4040
{{< /tab >}}
4141
{{< tab header="CSharp" >}}
42-
{{< badge-version version="4.2" >}}
4342
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/ActionsAPI/ActionsTest.cs#L18-L25" >}}
4443
{{< /tab >}}
4544
{{< tab header="Ruby" >}}
46-
{{< badge-version version="4.2" >}}
4745
{{< gh-codeblock path="examples/ruby/spec/actions_api/actions_spec.rb#L12-L19" >}}
4846
{{< /tab >}}
4947
{{< tab header="JavaScript" >}}

website_and_docs/content/documentation/webdriver/actions_api/_index.ja.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,9 @@ to wait a beat between actions for things to work correctly.
3939
{{< gh-codeblock path="examples/python/tests/actions_api/test_actions.py#L13-L20" >}}
4040
{{< /tab >}}
4141
{{< tab header="CSharp" >}}
42-
{{< badge-version version="4.2" >}}
4342
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/ActionsAPI/ActionsTest.cs#L18-L25" >}}
4443
{{< /tab >}}
4544
{{< tab header="Ruby" >}}
46-
{{< badge-version version="4.2" >}}
4745
{{< gh-codeblock path="examples/ruby/spec/actions_api/actions_spec.rb#L12-L19" >}}
4846
{{< /tab >}}
4947
{{< tab header="JavaScript" >}}

website_and_docs/content/documentation/webdriver/actions_api/_index.pt-br.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,9 @@ Movimentos de ponteiro e rolagem da roda permitem que o usuário defina uma dura
2525
{{< gh-codeblock path="examples/python/tests/actions_api/test_actions.py#L13-L20" >}}
2626
{{< /tab >}}
2727
{{< tab header="CSharp" >}}
28-
{{< badge-version version="4.2" >}}
2928
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/ActionsAPI/ActionsTest.cs#L18-L25" >}}
3029
{{< /tab >}}
3130
{{< tab header="Ruby" >}}
32-
{{< badge-version version="4.2" >}}
3331
{{< gh-codeblock path="examples/ruby/spec/actions_api/actions_spec.rb#L12-L19" >}}
3432
{{< /tab >}}
3533
{{< tab header="JavaScript" >}}

website_and_docs/content/documentation/webdriver/actions_api/_index.zh-cn.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,9 @@ Selenium允许您构建分配给特定输入的独立操作命令,
5252
{{< gh-codeblock path="examples/python/tests/actions_api/test_actions.py#L13-L20" >}}
5353
{{< /tab >}}
5454
{{< tab header="CSharp" >}}
55-
{{< badge-version version="4.2" >}}
5655
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/ActionsAPI/ActionsTest.cs#L18-L25" >}}
5756
{{< /tab >}}
5857
{{< tab header="Ruby" >}}
59-
{{< badge-version version="4.2" >}}
6058
{{< gh-codeblock path="examples/ruby/spec/actions_api/actions_spec.rb#L12-L19" >}}
6159
{{< /tab >}}
6260
{{< tab header="JavaScript" >}}

website_and_docs/content/documentation/webdriver/actions_api/keyboard.en.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ primarily this gets used when needing to type multiple characters in the middle
134134
{{< gh-codeblock path="examples/ruby/spec/actions_api/keys_spec.rb#L51-L54" >}}
135135
{{< /tab >}}
136136
{{< tab header="JavaScript" >}}
137-
{{< badge-version version="4.5.0" >}}
138137
{{< gh-codeblock path="examples/javascript/test/actionsApi/keysTest.spec.js#L61-L65" >}}
139138
{{< /tab >}}
140139
{{< tab header="Kotlin" >}}

0 commit comments

Comments
 (0)