Skip to content

Commit 2b33e0d

Browse files
committed
Linking Java and C# Firefox argument examples
[deploy site]
1 parent cf92e82 commit 2b33e0d

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

website_and_docs/content/documentation/webdriver/browsers/firefox.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ Add an argument to options:
5050
<div>
5151
{{< tabpane code=false langEqualsHeader=true >}}
5252
{{< tab header="Java" >}}
53-
{{< badge-code >}}
53+
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/browsers/FirefoxTest.java#L63-L64" >}}
5454
{{< /tab >}}
5555
{{< tab header="Python" code=true >}}
5656
options=Options()
5757
options.add_argument("-profile")
5858
options.add_argument("/path/to/profile")
5959
{{< /tab >}}
6060
{{< tab header="CSharp" >}}
61-
{{< badge-code >}}
61+
{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/Browsers/FirefoxTest.cs#L74-L76" >}}
6262
{{< /tab >}}
6363
{{< tab header="Ruby" >}}
6464
{{< badge-code >}}

website_and_docs/content/documentation/webdriver/browsers/firefox.ja.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ Firefox に固有のCapabilityは、Mozilla のページの [firefoxOptions](htt
5353
<div>
5454
{{< tabpane code=false langEqualsHeader=true >}}
5555
{{< tab header="Java" >}}
56-
{{< badge-code >}}
56+
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/browsers/FirefoxTest.java#L63-L64" >}}
5757
{{< /tab >}}
5858
{{< tab header="Python" code=true >}}
5959
options=Options()
6060
options.add_argument("-profile")
6161
options.add_argument("/path/to/profile")
6262
{{< /tab >}}
6363
{{< tab header="CSharp" >}}
64-
{{< badge-code >}}
64+
{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/Browsers/FirefoxTest.cs#L74-L76" >}}
6565
{{< /tab >}}
6666
{{< tab header="Ruby" >}}
6767
{{< badge-code >}}

website_and_docs/content/documentation/webdriver/browsers/firefox.pt-br.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ Adicione uma opção:
5252
<div>
5353
{{< tabpane code=false langEqualsHeader=true >}}
5454
{{< tab header="Java" >}}
55-
{{< badge-code >}}
55+
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/browsers/FirefoxTest.java#L63-L64" >}}
5656
{{< /tab >}}
5757
{{< tab header="Python" code=true >}}
5858
options=Options()
5959
options.add_argument("-profile")
6060
options.add_argument("/path/to/profile")
6161
{{< /tab >}}
6262
{{< tab header="CSharp" >}}
63-
{{< badge-code >}}
63+
{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/Browsers/FirefoxTest.cs#L74-L76" >}}
6464
{{< /tab >}}
6565
{{< tab header="Ruby" >}}
6666
{{< badge-code >}}

website_and_docs/content/documentation/webdriver/browsers/firefox.zh-cn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ Add an argument to options:
5252
<div>
5353
{{< tabpane code=false langEqualsHeader=true >}}
5454
{{< tab header="Java" >}}
55-
{{< badge-code >}}
55+
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/browsers/FirefoxTest.java#L63-L64" >}}
5656
{{< /tab >}}
5757
{{< tab header="Python" code=true >}}
5858
options=Options()
5959
options.add_argument("-profile")
6060
options.add_argument("/path/to/profile")
6161
{{< /tab >}}
6262
{{< tab header="CSharp" >}}
63-
{{< badge-code >}}
63+
{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/Browsers/FirefoxTest.cs#L74-L76" >}}
6464
{{< /tab >}}
6565
{{< tab header="Ruby" >}}
6666
{{< badge-code >}}

0 commit comments

Comments
 (0)