Skip to content

Commit a15dd7a

Browse files
committed
[c#] resolve code rendering issue [deploy site]
1 parent e7dfd37 commit a15dd7a

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ open your website. This can be achieved in a single line:
2020
{{< tab header="Python" text=true >}}
2121
{{< gh-codeblock path="examples/python/tests/interactions/test_navigation.py#L6" >}}
2222
{{< /tab >}}
23-
{{< tab header="CSharp" >}}
23+
{{< tab header="CSharp" text=true >}}
2424
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/NavigationTest.cs#L17-L20" >}}
2525
{{< /tab >}}
2626
{{< tab header="Ruby" >}}
@@ -50,7 +50,7 @@ Pressing the browser's back button:
5050
{{< tab header="Python" text=true >}}
5151
{{< gh-codeblock path="examples/python/tests/interactions/test_navigation.py#L11" >}}
5252
{{< /tab >}}
53-
{{< tab header="CSharp" >}}
53+
{{< tab header="CSharp" text=true >}}
5454
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/NavigationTest.cs#L24-L25" >}}
5555
{{< /tab >}}
5656
{{< tab header="Ruby" >}}driver.navigate.back{{< /tab >}}
@@ -70,7 +70,7 @@ Pressing the browser's forward button:
7070
{{< tab header="Python" text=true >}}
7171
{{< gh-codeblock path="examples/python/tests/interactions/test_navigation.py#L15" >}}
7272
{{< /tab >}}
73-
{{< tab header="CSharp" >}}
73+
{{< tab header="CSharp" text=true >}}
7474
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/NavigationTest.cs#L29-L30" >}}
7575
{{< /tab >}}
7676
{{< tab header="Ruby" >}}driver.navigate.forward{{< /tab >}}
@@ -91,7 +91,7 @@ Refresh the current page:
9191
{{< tab header="Python" text=true >}}
9292
{{< gh-codeblock path="examples/python/tests/interactions/test_navigation.py#L19" >}}
9393
{{< /tab >}}
94-
{{< tab header="CSharp" >}}
94+
{{< tab header="CSharp" text=true >}}
9595
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/NavigationTest.cs#L34-L35" >}}
9696
{{< /tab >}}
9797
{{< tab header="Ruby" >}}driver.navigate.refresh{{< /tab >}}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ aliases: [
1919
{{< tab header="Python" text=true >}}
2020
{{< gh-codeblock path="examples/python/tests/interactions/test_navigation.py#L6" >}}
2121
{{< /tab >}}
22-
{{< tab header="CSharp" >}}
22+
{{< tab header="CSharp" text=true >}}
2323
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/NavigationTest.cs#L17-L20" >}}
2424
{{< /tab >}}
2525
{{< tab header="Ruby" >}}
@@ -51,7 +51,7 @@ driver.navigate().to("https://selenium.dev")
5151
{{< tab header="Python" text=true >}}
5252
{{< gh-codeblock path="examples/python/tests/interactions/test_navigation.py#L11" >}}
5353
{{< /tab >}}
54-
{{< tab header="CSharp" >}}
54+
{{< tab header="CSharp" text=true >}}
5555
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/NavigationTest.cs#L24-L25" >}}
5656
{{< /tab >}}
5757
{{< tab header="Ruby" >}}driver.navigate.back{{< /tab >}}
@@ -73,7 +73,7 @@ driver.navigate().to("https://selenium.dev")
7373
{{< tab header="Python" text=true >}}
7474
{{< gh-codeblock path="examples/python/tests/interactions/test_navigation.py#L15" >}}
7575
{{< /tab >}}
76-
{{< tab header="CSharp" >}}
76+
{{< tab header="CSharp" text=true >}}
7777
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/NavigationTest.cs#L29-L30" >}}
7878
{{< /tab >}}
7979
{{< tab header="Ruby" >}}driver.navigate.forward{{< /tab >}}
@@ -95,7 +95,7 @@ driver.navigate().to("https://selenium.dev")
9595
{{< tab header="Python" text=true >}}
9696
{{< gh-codeblock path="examples/python/tests/interactions/test_navigation.py#L19" >}}
9797
{{< /tab >}}
98-
{{< tab header="CSharp" >}}
98+
{{< tab header="CSharp" text=true >}}
9999
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/NavigationTest.cs#L34-L35" >}}
100100
{{< /tab >}}
101101
{{< tab header="Ruby" >}}driver.navigate.refresh{{< /tab >}}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ abrir o seu site. Isso pode ser feito em uma única linha, utilize o seguinte co
2020
{{< tab header="Python" text=true >}}
2121
{{< gh-codeblock path="examples/python/tests/interactions/test_navigation.py#L6" >}}
2222
{{< /tab >}}
23-
{{< tab header="CSharp" >}}
23+
{{< tab header="CSharp" text=true >}}
2424
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/NavigationTest.cs#L17-L20" >}}
2525
{{< /tab >}}
2626
{{< tab header="Ruby" >}}
@@ -52,7 +52,7 @@ Pressionando o botão Voltar do navegador:
5252
{{< tab header="Python" text=true >}}
5353
{{< gh-codeblock path="examples/python/tests/interactions/test_navigation.py#L11" >}}
5454
{{< /tab >}}
55-
{{< tab header="CSharp" >}}
55+
{{< tab header="CSharp" text=true >}}
5656
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/NavigationTest.cs#L24-L25" >}}
5757
{{< /tab >}}
5858
{{< tab header="Ruby" >}}driver.navigate.back{{< /tab >}}
@@ -72,7 +72,7 @@ Pressionando o botão Avançar do navegador:
7272
{{< tab header="Python" text=true >}}
7373
{{< gh-codeblock path="examples/python/tests/interactions/test_navigation.py#L15" >}}
7474
{{< /tab >}}
75-
{{< tab header="CSharp" >}}
75+
{{< tab header="CSharp" text=true >}}
7676
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/NavigationTest.cs#L29-L30" >}}
7777
{{< /tab >}}
7878
{{< tab header="Ruby" >}}driver.navigate.forward{{< /tab >}}
@@ -93,7 +93,7 @@ Atualizando a página atual:
9393
{{< tab header="Python" text=true >}}
9494
{{< gh-codeblock path="examples/python/tests/interactions/test_navigation.py#L19" >}}
9595
{{< /tab >}}
96-
{{< tab header="CSharp" >}}
96+
{{< tab header="CSharp" text=true >}}
9797
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/NavigationTest.cs#L34-L35" >}}
9898
{{< /tab >}}
9999
{{< tab header="Ruby" >}}driver.navigate.refresh{{< /tab >}}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ aliases: [
1919
{{< tab header="Python" text=true >}}
2020
{{< gh-codeblock path="examples/python/tests/interactions/test_navigation.py#L6" >}}
2121
{{< /tab >}}
22-
{{< tab header="CSharp" >}}
22+
{{< tab header="CSharp" text=true >}}
2323
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/NavigationTest.cs#L17-L20" >}}
2424
{{< /tab >}}
2525
{{< tab header="Ruby" >}}
@@ -51,7 +51,7 @@ driver.navigate().to("https://selenium.dev")
5151
{{< tab header="Python" text=true >}}
5252
{{< gh-codeblock path="examples/python/tests/interactions/test_navigation.py#L11" >}}
5353
{{< /tab >}}
54-
{{< tab header="CSharp" >}}
54+
{{< tab header="CSharp" text=true >}}
5555
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/NavigationTest.cs#L24-L25" >}}
5656
{{< /tab >}}
5757
{{< tab header="Ruby" >}}driver.navigate.back{{< /tab >}}
@@ -71,7 +71,7 @@ driver.navigate().to("https://selenium.dev")
7171
{{< tab header="Python" text=true >}}
7272
{{< gh-codeblock path="examples/python/tests/interactions/test_navigation.py#L15" >}}
7373
{{< /tab >}}
74-
{{< tab header="CSharp" >}}
74+
{{< tab header="CSharp" text=true >}}
7575
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/NavigationTest.cs#L29-L30" >}}
7676
{{< /tab >}}
7777
{{< tab header="Ruby" >}}driver.navigate.forward{{< /tab >}}
@@ -91,7 +91,7 @@ driver.navigate().to("https://selenium.dev")
9191
{{< tab header="Python" text=true >}}
9292
{{< gh-codeblock path="examples/python/tests/interactions/test_navigation.py#L19" >}}
9393
{{< /tab >}}
94-
{{< tab header="CSharp" >}}
94+
{{< tab header="CSharp" text=true >}}
9595
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/NavigationTest.cs#L34-L35" >}}
9696
{{< /tab >}}
9797
{{< tab header="Ruby" >}}driver.navigate.refresh{{< /tab >}}

0 commit comments

Comments
 (0)