File tree Expand file tree Collapse file tree
examples/dotnet/SeleniumDocs/Browsers
website_and_docs/content/documentation/webdriver/browsers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ public void InstallUnsignedAddon()
7272 public void HeadlessOptions ( )
7373 {
7474 var options = new FirefoxOptions ( ) ;
75- options . AddArgument ( "-- headless" ) ;
75+ options . AddArgument ( "-headless" ) ;
7676 driver = new FirefoxDriver ( options ) ;
7777 }
7878 }
Original file line number Diff line number Diff line change @@ -53,13 +53,13 @@ Add an argument to options:
5353
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/ChromeTest.java#L24-L26" >}}
5757{{< /tab >}}
5858{{% tab header="Python" %}}
5959{{< gh-codeblock path="/examples/python/tests/browsers/test_chrome.py#L21-L22" >}}
6060{{% /tab %}}
6161{{< tab header="CSharp" >}}
62- {{< badge-code >}}
62+ {{< gh-codeblock path="/examples/dotnet/SeleniumDocs/Browsers/ChromeTest.cs#L16-L18" >}}
6363{{< /tab >}}
6464{{< tab header="Ruby" >}}
6565{{< gh-codeblock path="/examples/ruby/spec/browsers/chrome_spec.rb#L14" >}}
Original file line number Diff line number Diff line change @@ -52,13 +52,13 @@ Chrome に固有のCapabilityは、Google の[Capabilities & ChromeOptions](http
5252
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/ChromeTest.java#L24-L26" >}}
5656{{< /tab >}}
5757{{% tab header="Python" %}}
5858{{< gh-codeblock path="/examples/python/tests/browsers/test_chrome.py#L21-L22" >}}
5959{{% /tab %}}
6060{{< tab header="CSharp" >}}
61- {{< badge-code >}}
61+ {{< gh-codeblock path="/examples/dotnet/SeleniumDocs/Browsers/ChromeTest.cs#L16-L18" >}}
6262{{< /tab >}}
6363{{< tab header="Ruby" >}}
6464{{< gh-codeblock path="/examples/ruby/spec/browsers/chrome_spec.rb#L14" >}}
Original file line number Diff line number Diff line change @@ -51,13 +51,13 @@ Adicione uma opção:
5151
5252{{< tabpane code=false langEqualsHeader=true >}}
5353{{< tab header="Java" >}}
54- {{< badge-code >}}
54+ {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/browsers/ChromeTest.java#L24-L26" >}}
5555{{< /tab >}}
5656{{% tab header="Python" %}}
5757{{< gh-codeblock path="/examples/python/tests/browsers/test_chrome.py#L21-L22" >}}
5858{{% /tab %}}
5959{{< tab header="CSharp" >}}
60- {{< badge-code >}}
60+ {{< gh-codeblock path="/examples/dotnet/SeleniumDocs/Browsers/ChromeTest.cs#L16-L18" >}}
6161{{< /tab >}}
6262{{< tab header="Ruby" >}}
6363{{< gh-codeblock path="/examples/ruby/spec/browsers/chrome_spec.rb#L14" >}}
Original file line number Diff line number Diff line change @@ -53,16 +53,16 @@ Add an argument to options:
5353
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/ChromeTest.java#L24-L26" >}}
5757{{< /tab >}}
5858{{% tab header="Python" %}}
5959{{< gh-codeblock path="/examples/python/tests/browsers/test_chrome.py#L21-L22" >}}
6060{{% /tab %}}
6161{{< tab header="CSharp" >}}
62- {{< badge-code >}}
62+ {{< gh-codeblock path="/examples/dotnet/SeleniumDocs/Browsers/ChromeTest.cs#L16-L18" >}}
6363{{< /tab >}}
6464{{< tab header="Ruby" >}}
65- {{< badge-code >}}
65+ {{< gh-codeblock path="/examples/ruby/spec/browsers/chrome_spec.rb#L14" >}}
6666{{< /tab >}}
6767{{< tab header="JavaScript" >}}
6868{{< gh-codeblock path="/examples/javascript/test/browser/chromeSpecificCaps.spec.js#L8-L11">}}
You can’t perform that action at this time.
0 commit comments