Skip to content

Commit 8484f20

Browse files
committed
remove unnecessary references to langEqualsHeader
1 parent c821f2c commit 8484f20

File tree

128 files changed

+715
-715
lines changed

Some content is hidden

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

128 files changed

+715
-715
lines changed

website_and_docs/content/documentation/_index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ an interface to write instruction sets that can be run interchangeably in many
3131
browsers. Once you've installed everything, only a few lines of code get you inside
3232
a browser. You can find a more comprehensive example in [Writing your first Selenium script]({{< ref "first_script.md" >}})
3333

34-
{{< tabpane text=true langEqualsHeader=true >}}
34+
{{< tabpane text=true >}}
3535
{{< tab header="Java" >}}
3636
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/hello/HelloSelenium.java" >}}
3737
{{< /tab >}}

website_and_docs/content/documentation/_index.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Seleniumの中核は[WebDriver]({{< ref "/webdriver.md" >}})であり、様々
1818
インストラクションの一つです:
1919

2020

21-
{{< tabpane text=true langEqualsHeader=true >}}
21+
{{< tabpane text=true >}}
2222
{{< tab header="Java" >}}
2323
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/hello/HelloSelenium.java" >}}
2424
{{< /tab >}}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ uma interface para escrever conjuntos de instruções que podem ser executados a
2929
navegadores. Aqui está uma das instruções mais simples que você pode fazer:
3030

3131

32-
{{< tabpane text=true langEqualsHeader=true >}}
32+
{{< tabpane text=true >}}
3333
{{< tab header="Java" >}}
3434
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/hello/HelloSelenium.java" >}}
3535
{{< /tab >}}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Selenium 的核心是 [WebDriver]({{< ref "/webdriver.md" >}}),这是一个编
2323

2424

2525

26-
{{< tabpane text=true langEqualsHeader=true >}}
26+
{{< tabpane text=true >}}
2727
{{< tab header="Java" >}}
2828
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/hello/HelloSelenium.java" >}}
2929
{{< /tab >}}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ lower level commands for you. These are all documented in
3131
Pointer movements and Wheel scrolling allow the user to set a duration for the action, but sometimes you just need
3232
to wait a beat between actions for things to work correctly.
3333

34-
{{< tabpane text=true langEqualsHeader=true >}}
34+
{{< tabpane text=true >}}
3535
{{< tab header="Java" >}}
3636
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/actions_api/ActionsTest.java#L21-L28" >}}
3737
{{< /tab >}}
@@ -64,7 +64,7 @@ There is a special method to release all currently depressed keys and pointer bu
6464
This method is implemented differently in each of the languages because
6565
it does not get executed with the perform method.
6666

67-
{{< tabpane text=true langEqualsHeader=true >}}
67+
{{< tabpane text=true >}}
6868
{{< tab header="Java" >}}
6969
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/actions_api/ActionsTest.java#L46" >}}
7070
{{< /tab >}}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ lower level commands for you. These are all documented in
3131
Pointer movements and Wheel scrolling allow the user to set a duration for the action, but sometimes you just need
3232
to wait a beat between actions for things to work correctly.
3333

34-
{{< tabpane text=true langEqualsHeader=true >}}
34+
{{< tabpane text=true >}}
3535
{{< tab header="Java" >}}
3636
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/actions_api/ActionsTest.java#L21-L28" >}}
3737
{{< /tab >}}
@@ -64,7 +64,7 @@ There is a special method to release all currently depressed keys and pointer bu
6464
This method is implemented differently in each of the languages because
6565
it does not get executed with the perform method.
6666

67-
{{< tabpane text=true langEqualsHeader=true >}}
67+
{{< tabpane text=true >}}
6868
{{< tab header="Java" >}}
6969
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/actions_api/ActionsTest.java#L46" >}}
7070
{{< /tab >}}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Felizmente, provavelmente você não precisa aprender a usar os comandos de baix
1717

1818
Movimentos de ponteiro e rolagem da roda permitem que o usuário defina uma duração para a ação, mas às vezes você só precisa esperar um momento entre as ações para que as coisas funcionem corretamente.
1919

20-
{{< tabpane text=true langEqualsHeader=true >}}
20+
{{< tabpane text=true >}}
2121
{{< tab header="Java" >}}
2222
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/actions_api/ActionsTest.java#L21-L28" >}}
2323
{{< /tab >}}
@@ -46,7 +46,7 @@ Um ponto importante a ser observado é que o driver lembra o estado de todos os
4646

4747
Existe um método especial para liberar todas as teclas pressionadas e botões do ponteiro atualmente pressionados. Esse método é implementado de maneira diferente em cada uma das linguagens porque não é executado com o método de execução (perform).
4848

49-
{{< tabpane text=true langEqualsHeader=true >}}
49+
{{< tabpane text=true >}}
5050
{{< tab header="Java" >}}
5151
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/actions_api/ActionsTest.java#L46" >}}
5252
{{< /tab >}}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Selenium允许您构建分配给特定输入的独立操作命令,
4444
但有时您只需要在操作之间等待一下,
4545
即可正常工作.
4646

47-
{{< tabpane text=true langEqualsHeader=true >}}
47+
{{< tabpane text=true >}}
4848
{{< tab header="Java" >}}
4949
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/actions_api/ActionsTest.java#L21-L28" >}}
5050
{{< /tab >}}
@@ -79,7 +79,7 @@ Selenium允许您构建分配给特定输入的独立操作命令,
7979
此方法在每种语言中的实现方式不同,
8080
因为它不会使用perform方法执行.
8181

82-
{{< tabpane text=true langEqualsHeader=true >}}
82+
{{< tabpane text=true >}}
8383
{{< tab header="Java" >}}
8484
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/actions_api/ActionsTest.java#L46" >}}
8585
{{< /tab >}}

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ unicode values have been assigned to other keyboard keys for use with Selenium.
2222
Each language has its own way to reference these keys; the full list can be found
2323
[here](https://www.w3.org/TR/webdriver/#keyboard-actions).
2424

25-
{{< tabpane text=true langEqualsHeader=true >}}
25+
{{< tabpane text=true >}}
2626
{{% tab header="Java" %}}
2727
Use the [Java Keys enum](https://github.com/SeleniumHQ/selenium/blob/selenium-4.2.0/java/src/org/openqa/selenium/Keys.java#L28)
2828
{{% /tab %}}
@@ -45,7 +45,7 @@ Use the [Java Keys enum](https://github.com/SeleniumHQ/selenium/blob/selenium-4.
4545

4646
## Key down
4747

48-
{{< tabpane text=true langEqualsHeader=true >}}
48+
{{< tabpane text=true >}}
4949
{{< tab header="Java" >}}
5050
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/actions_api/KeysTest.java#L17-L20" >}}
5151
{{< /tab >}}
@@ -68,7 +68,7 @@ Use the [Java Keys enum](https://github.com/SeleniumHQ/selenium/blob/selenium-4.
6868

6969
## Key up
7070

71-
{{< tabpane text=true langEqualsHeader=true >}}
71+
{{< tabpane text=true >}}
7272
{{< tab header="Java" >}}
7373
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/actions_api/KeysTest.java#L30-L35" >}}
7474
{{< /tab >}}
@@ -97,7 +97,7 @@ primarily this gets used when needing to type multiple characters in the middle
9797

9898
### Active Element
9999

100-
{{< tabpane text=true langEqualsHeader=true >}}
100+
{{< tabpane text=true >}}
101101
{{< tab header="Java" >}}
102102
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/actions_api/KeysTest.java#L45-L47" >}}
103103
{{< /tab >}}
@@ -120,7 +120,7 @@ primarily this gets used when needing to type multiple characters in the middle
120120

121121
### Designated Element
122122

123-
{{< tabpane text=true langEqualsHeader=true >}}
123+
{{< tabpane text=true >}}
124124
{{< tab header="Java" >}}
125125
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/actions_api/KeysTest.java#L59-L62" >}}
126126
{{< /tab >}}
@@ -148,7 +148,7 @@ Here's an example of using all of the above methods to conduct a copy / paste ac
148148
Note that the key to use for this operation will be different depending on if it is a Mac OS or not.
149149
This code will end up with the text: `SeleniumSelenium!`
150150

151-
{{< tabpane text=true langEqualsHeader=true >}}
151+
{{< tabpane text=true >}}
152152
{{< tab header="Java" >}}
153153
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/actions_api/KeysTest.java#L70-L84" >}}
154154
{{< /tab >}}

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ unicode values have been assigned to other keyboard keys for use with Selenium.
2222
Each language has its own way to reference these keys; the full list can be found
2323
[here](https://www.w3.org/TR/webdriver/#keyboard-actions).
2424

25-
{{< tabpane text=true langEqualsHeader=true >}}
25+
{{< tabpane text=true >}}
2626
{{< tab header="Java" >}}
2727
Use the [Java Keys enum](https://github.com/SeleniumHQ/selenium/blob/selenium-4.2.0/java/src/org/openqa/selenium/Keys.java#L28)
2828
{{< /tab >}}
@@ -45,7 +45,7 @@ Use the [Java Keys enum](https://github.com/SeleniumHQ/selenium/blob/selenium-4.
4545

4646
## Key down
4747

48-
{{< tabpane text=true langEqualsHeader=true >}}
48+
{{< tabpane text=true >}}
4949
{{< tab header="Java" >}}
5050
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/actions_api/KeysTest.java#L17-L20" >}}
5151
{{< /tab >}}
@@ -68,7 +68,7 @@ Use the [Java Keys enum](https://github.com/SeleniumHQ/selenium/blob/selenium-4.
6868

6969
## Key up
7070

71-
{{< tabpane text=true langEqualsHeader=true >}}
71+
{{< tabpane text=true >}}
7272
{{< tab header="Java" >}}
7373
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/actions_api/KeysTest.java#L30-L35" >}}
7474
{{< /tab >}}
@@ -97,7 +97,7 @@ primarily this gets used when needing to type multiple characters in the middle
9797

9898
### Active Element
9999

100-
{{< tabpane text=true langEqualsHeader=true >}}
100+
{{< tabpane text=true >}}
101101
{{< tab header="Java" >}}
102102
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/actions_api/KeysTest.java#L45-L47" >}}
103103
{{< /tab >}}
@@ -120,7 +120,7 @@ primarily this gets used when needing to type multiple characters in the middle
120120

121121
### Designated Element
122122

123-
{{< tabpane text=true langEqualsHeader=true >}}
123+
{{< tabpane text=true >}}
124124
{{< tab header="Java" >}}
125125
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/actions_api/KeysTest.java#L59-L62" >}}
126126
{{< /tab >}}
@@ -148,7 +148,7 @@ Here's an example of using all of the above methods to conduct a copy / paste ac
148148
Note that the key to use for this operation will be different depending on if it is a Mac OS or not.
149149
This code will end up with the text: `SeleniumSelenium!`
150150

151-
{{< tabpane text=true langEqualsHeader=true >}}
151+
{{< tabpane text=true >}}
152152
{{< tab header="Java" >}}
153153
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/actions_api/KeysTest.java#L70-L84" >}}
154154
{{< /tab >}}

0 commit comments

Comments
 (0)