Skip to content

Commit 1cf8a10

Browse files
committed
remove unnecessary text=true references in tabs
1 parent 8484f20 commit 1cf8a10

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

website_and_docs/content/documentation/webdriver/bidirectional/chrome_devtools/bidi_api.en.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ WebDriver BiDi when there are DOM mutations on a specific
114114
element in the DOM.
115115

116116
{{< tabpane text=true >}}
117-
{{% tab text=true header="Java" %}}
117+
{{% tab header="Java" %}}
118118
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/chrome_devtools/BidiApiTest.java#L64-L65" >}}
119119
{{% /tab %}}
120120
{{% tab header="Python" %}}
@@ -156,7 +156,7 @@ const assert = require("assert");
156156
}())
157157
```
158158
{{% /tab %}}
159-
{{< tab header="Kotlin" text=true >}}
159+
{{< tab header="Kotlin" >}}
160160
{{< badge-code >}}
161161
{{< /tab >}}
162162
{{< /tabpane >}}
@@ -295,7 +295,7 @@ Both requests and responses can be recorded or transformed.
295295
{{< tab header="Python" >}}
296296
{{< badge-implementation >}}
297297
{{< /tab >}}
298-
{{< tab header="CSharp" text=true >}}
298+
{{< tab header="CSharp" >}}
299299
{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/Bidirectional/ChromeDevtools/BidiApiTest.cs#L143-L156" >}}
300300
{{< /tab >}}
301301
{{< tab header="Ruby" >}}

website_and_docs/content/documentation/webdriver/bidirectional/chrome_devtools/bidi_api.ja.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ WebDriver BiDi when there are DOM mutations on a specific
116116
element in the DOM.
117117

118118
{{< tabpane text=true >}}
119-
{{% tab text=true header="Java" %}}
119+
{{% tab header="Java" %}}
120120
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/chrome_devtools/BidiApiTest.java#L64-L65" >}}
121121
{{% /tab %}}
122122
{{% tab header="Python" %}}
@@ -158,7 +158,7 @@ const assert = require("assert");
158158
}())
159159
```
160160
{{% /tab %}}
161-
{{< tab header="Kotlin" text=true >}}
161+
{{< tab header="Kotlin" >}}
162162
{{< badge-code >}}
163163
{{< /tab >}}
164164
{{< /tabpane >}}
@@ -297,7 +297,7 @@ Both requests and responses can be recorded or transformed.
297297
{{< tab header="Python" >}}
298298
{{< badge-implementation >}}
299299
{{< /tab >}}
300-
{{< tab header="CSharp" text=true >}}
300+
{{< tab header="CSharp" >}}
301301
{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/Bidirectional/ChromeDevtools/BidiApiTest.cs#L143-L156" >}}
302302
{{< /tab >}}
303303
{{< tab header="Ruby" >}}

website_and_docs/content/documentation/webdriver/bidirectional/chrome_devtools/bidi_api.pt-br.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ to the script execution endpoint. These files are each about 50kB, which adds up
107107
Mutation Observation(Observação de Mutação) é a capacidade de capturar eventos via WebDriver BiDi quando há mutações DOM em um elemento específico no DOM.
108108

109109
{{< tabpane text=true >}}
110-
{{% tab text=true header="Java" %}}
110+
{{% tab header="Java" %}}
111111
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/chrome_devtools/BidiApiTest.java#L64-L65" >}}
112112
{{% /tab %}}
113113
{{% tab header="Python" %}}
@@ -149,7 +149,7 @@ const assert = require("assert");
149149
}())
150150
```
151151
{{% /tab %}}
152-
{{< tab header="Kotlin" text=true >}}
152+
{{< tab header="Kotlin" >}}
153153
{{< badge-code >}}
154154
{{< /tab >}}
155155
{{< /tabpane >}}
@@ -286,7 +286,7 @@ Both requests and responses can be recorded or transformed.
286286
{{< tab header="Python" >}}
287287
{{< badge-implementation >}}
288288
{{< /tab >}}
289-
{{< tab header="CSharp" text=true >}}
289+
{{< tab header="CSharp" >}}
290290
{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/Bidirectional/ChromeDevtools/BidiApiTest.cs#L143-L156" >}}
291291
{{< /tab >}}
292292
{{< tab header="Ruby" >}}

website_and_docs/content/documentation/webdriver/bidirectional/chrome_devtools/bidi_api.zh-cn.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ WebDriver BiDi when there are DOM mutations on a specific
114114
element in the DOM.
115115

116116
{{< tabpane text=true >}}
117-
{{% tab text=true header="Java" %}}
117+
{{% tab header="Java" %}}
118118
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/chrome_devtools/BidiApiTest.java#L64-L65" >}}
119119
{{% /tab %}}
120120
{{% tab header="Python" %}}
@@ -156,7 +156,7 @@ const assert = require("assert");
156156
}())
157157
```
158158
{{% /tab %}}
159-
{{< tab header="Kotlin" text=true >}}
159+
{{< tab header="Kotlin" >}}
160160
{{< badge-code >}}
161161
{{< /tab >}}
162162
{{< /tabpane >}}
@@ -295,7 +295,7 @@ Both requests and responses can be recorded or transformed.
295295
{{< tab header="Python" >}}
296296
{{< badge-implementation >}}
297297
{{< /tab >}}
298-
{{< tab header="CSharp" text=true >}}
298+
{{< tab header="CSharp" >}}
299299
{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/Bidirectional/ChromeDevtools/BidiApiTest.cs#L143-L156" >}}
300300
{{< /tab >}}
301301
{{< tab header="Ruby" >}}

0 commit comments

Comments
 (0)