File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
website_and_docs/content/documentation/webdriver/browsers Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff 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 >}}
5656options=Options()
5757options.add_argument("-profile")
5858options.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 >}}
Original file line number Diff line number Diff 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 >}}
5959options=Options()
6060options.add_argument("-profile")
6161options.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 >}}
Original file line number Diff line number Diff 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 >}}
5858options=Options()
5959options.add_argument("-profile")
6060options.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 >}}
Original file line number Diff line number Diff 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 >}}
5858options=Options()
5959options.add_argument("-profile")
6060options.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 >}}
You can’t perform that action at this time.
0 commit comments