Skip to content

Commit a99a021

Browse files
committed
fix: fix code renders [deploy site]
1 parent 37279bf commit a99a021

File tree

4 files changed

+24
-24
lines changed

4 files changed

+24
-24
lines changed

website_and_docs/content/documentation/webdriver/elements/interactions.en.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ Selenium will return an [element click intercepted](https://w3c.github.io/webdri
4343

4444

4545

46-
{{< tabpane text=true langEqualsHeader=true >}}
47-
{{< tab header="Java" >}}
46+
{{< tabpane langEqualsHeader=true >}}
47+
{{< tab header="Java" text=true >}}
4848
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/elements/InteractionTest.java#L18-L22" >}}
4949
{{< /tab >}}
5050
{{< tab header="Python" >}}
@@ -105,8 +105,8 @@ with a `content-editable` attribute. If it is not editable,
105105
[Here](https://www.w3.org/TR/webdriver/#keyboard-actions) is the list of
106106
possible keystrokes that WebDriver Supports.
107107

108-
{{< tabpane text=true langEqualsHeader=true >}}
109-
{{< tab header="Java" >}}
108+
{{< tabpane langEqualsHeader=true >}}
109+
{{< tab header="Java" text=true >}}
110110
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/elements/InteractionTest.java#L27-L32" >}}
111111
{{< /tab >}}
112112

@@ -184,8 +184,8 @@ this means an element is an input element of a form with a `text` type or an ele
184184
with a`content-editable` attribute. If these conditions are not met,
185185
[an invalid element state](https://w3c.github.io/webdriver/#dfn-invalid-element-state) error is returned.
186186

187-
{{< tabpane text=true langEqualsHeader=true >}}
188-
{{< tab header="Java" >}}
187+
{{< tabpane langEqualsHeader=true >}}
188+
{{< tab header="Java" text=true >}}
189189
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/elements/InteractionTest.java#L38-L40" >}}
190190
{{< /tab >}}
191191
{{< tab header="Python" >}}

website_and_docs/content/documentation/webdriver/elements/interactions.ja.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ If the center of the element is [obscured](https://w3c.github.io/webdriver/#dfn-
4040
Selenium will return an [element click intercepted](https://w3c.github.io/webdriver/#dfn-element-click-intercepted) error.
4141

4242

43-
{{< tabpane text=true langEqualsHeader=true >}}
44-
{{< tab header="Java" >}}
43+
{{< tabpane langEqualsHeader=true >}}
44+
{{< tab header="Java" text=true >}}
4545
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/elements/InteractionTest.java#L18-L22" >}}
4646
{{< /tab >}}
4747
{{< tab header="Python" >}}
@@ -101,8 +101,8 @@ with a `content-editable` attribute. If it is not editable,
101101
[Here](https://www.w3.org/TR/webdriver/#keyboard-actions) is the list of
102102
possible keystrokes that WebDriver Supports.
103103

104-
{{< tabpane text=true langEqualsHeader=true >}}
105-
{{< tab header="Java" >}}
104+
{{< tabpane langEqualsHeader=true >}}
105+
{{< tab header="Java" text=true >}}
106106
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/elements/InteractionTest.java#L27-L32" >}}
107107
{{< /tab >}}
108108

@@ -180,8 +180,8 @@ this means an element is an input element of a form with a `text` type or an ele
180180
with a`content-editable` attribute. If these conditions are not met,
181181
[an invalid element state](https://w3c.github.io/webdriver/#dfn-invalid-element-state) error is returned.
182182

183-
{{< tabpane text=true langEqualsHeader=true >}}
184-
{{< tab header="Java" >}}
183+
{{< tabpane langEqualsHeader=true >}}
184+
{{< tab header="Java" text=true >}}
185185
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/elements/InteractionTest.java#L38-L40" >}}
186186
{{< /tab >}}
187187
{{< tab header="Python" >}}

website_and_docs/content/documentation/webdriver/elements/interactions.pt-br.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ Selenium will return an [element click intercepted](https://w3c.github.io/webdri
4141

4242

4343

44-
{{< tabpane text=true langEqualsHeader=true >}}
45-
{{< tab header="Java" >}}
44+
{{< tabpane langEqualsHeader=true >}}
45+
{{< tab header="Java" text=true >}}
4646
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/elements/InteractionTest.java#L18-L22" >}}
4747
{{< /tab >}}
4848
{{< tab header="Python" >}}
@@ -103,8 +103,8 @@ with a `content-editable` attribute. If it is not editable,
103103
[Here](https://www.w3.org/TR/webdriver/#keyboard-actions) is the list of
104104
possible keystrokes that WebDriver Supports.
105105

106-
{{< tabpane text=true langEqualsHeader=true >}}
107-
{{< tab header="Java" >}}
106+
{{< tabpane langEqualsHeader=true >}}
107+
{{< tab header="Java" text=true >}}
108108
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/elements/InteractionTest.java#L27-L32" >}}
109109
{{< /tab >}}
110110

@@ -182,8 +182,8 @@ this means an element is an input element of a form with a `text` type or an ele
182182
with a`content-editable` attribute. If these conditions are not met,
183183
[an invalid element state](https://w3c.github.io/webdriver/#dfn-invalid-element-state) error is returned.
184184

185-
{{< tabpane text=true langEqualsHeader=true >}}
186-
{{< tab header="Java" >}}
185+
{{< tabpane langEqualsHeader=true >}}
186+
{{< tab header="Java" text=true >}}
187187
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/elements/InteractionTest.java#L38-L40" >}}
188188
{{< /tab >}}
189189
{{< tab header="Python" >}}

website_and_docs/content/documentation/webdriver/elements/interactions.zh-cn.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ description: >
4343
Selenium将返回一个 [元素点击中断](https://w3c.github.io/webdriver/#dfn-element-click-intercepted) 错误.
4444

4545

46-
{{< tabpane text=true langEqualsHeader=true >}}
47-
{{< tab header="Java" >}}
46+
{{< tabpane langEqualsHeader=true >}}
47+
{{< tab header="Java" text=true >}}
4848
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/elements/InteractionTest.java#L18-L22" >}}
4949
{{< /tab >}}
5050
{{< tab header="Python" >}}
@@ -105,8 +105,8 @@ Selenium将返回一个 [元素点击中断](https://w3c.github.io/webdriver/#df
105105
[以下](https://www.w3.org/TR/webdriver/#keyboard-actions)
106106
是WebDriver支持的按键列表.
107107

108-
{{< tabpane text=true langEqualsHeader=true >}}
109-
{{< tab header="Java" >}}
108+
{{< tabpane langEqualsHeader=true >}}
109+
{{< tab header="Java" text=true >}}
110110
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/elements/InteractionTest.java#L27-L32" >}}
111111
{{< /tab >}}
112112

@@ -185,8 +185,8 @@ Selenium将返回一个 [元素点击中断](https://w3c.github.io/webdriver/#df
185185
如果不满足这些条件, 将返回
186186
[无效元素状态](https://w3c.github.io/webdriver/#dfn-invalid-element-state) 错误.
187187

188-
{{< tabpane text=true langEqualsHeader=true >}}
189-
{{< tab header="Java" >}}
188+
{{< tabpane langEqualsHeader=true >}}
189+
{{< tab header="Java" text=true >}}
190190
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/elements/InteractionTest.java#L38-L40" >}}
191191
{{< /tab >}}
192192
{{< tab header="Python" >}}

0 commit comments

Comments
 (0)