Skip to content

Commit c93a057

Browse files
committed
Update platform name and platform version
1 parent 2707154 commit c93a057

File tree

4 files changed

+26
-6
lines changed

4 files changed

+26
-6
lines changed

website_and_docs/content/documentation/webdriver/drivers/options.en.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ it will be automatically downloaded by [Selenium Manager]({{< ref "../../seleniu
6868
{{< /tab >}}
6969
{{< tab header="Ruby" >}}
7070
{{< gh-codeblock path="examples/ruby/spec/drivers/service_spec.rb#L35" >}}
71-
{{< badge-code >}}
7271
{{< /tab >}}
7372
{{< tab header="JavaScript" >}}
7473
{{< badge-code >}}

website_and_docs/content/documentation/webdriver/drivers/options.ja.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Browser name is set by default when using an Options class instance.
4040
{{< badge-code >}}
4141
{{< /tab >}}
4242
{{< tab header="Ruby" >}}
43-
{{< badge-code >}}
43+
{{< gh-codeblock path="examples/ruby/spec/drivers/options_spec.rb#L10" >}}
4444
{{< /tab >}}
4545
{{< tab header="JavaScript" >}}
4646
{{< badge-code >}}
@@ -68,7 +68,7 @@ it will be automatically downloaded by [Selenium Manager]({{< ref "../../seleniu
6868
{{< badge-code >}}
6969
{{< /tab >}}
7070
{{< tab header="Ruby" >}}
71-
{{< badge-code >}}
71+
{{< gh-codeblock path="examples/ruby/spec/drivers/service_spec.rb#L35" >}}
7272
{{< /tab >}}
7373
{{< tab header="JavaScript" >}}
7474
{{< badge-code >}}

website_and_docs/content/documentation/webdriver/drivers/options.pt-br.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,27 @@ Esta capacidade é usada para definir o `browserName` para uma determinada sess
4141
Se o navegador especificado não estiver instalado no
4242
extremidade remota, a criação da sessão falhará.
4343

44+
{{< tabpane text=true >}}
45+
{{< tab header="Java" >}}
46+
{{< badge-code >}}
47+
{{< /tab >}}
48+
{{% tab header="Python" %}}
49+
{{< badge-code >}}
50+
{{% /tab %}}
51+
{{< tab header="CSharp" >}}
52+
{{< badge-code >}}
53+
{{< /tab >}}
54+
{{< tab header="Ruby" >}}
55+
{{< gh-codeblock path="examples/ruby/spec/drivers/options_spec.rb#L10" >}}
56+
{{< /tab >}}
57+
{{< tab header="JavaScript" >}}
58+
{{< badge-code >}}
59+
{{< /tab >}}
60+
{{< tab header="Kotlin" >}}
61+
{{< badge-code >}}
62+
{{< /tab >}}
63+
{{< /tabpane >}}
64+
4465
## browserVersion
4566

4667
Esta capacidade é opcional, é usada para
@@ -59,7 +80,7 @@ tiver apenas 80 instalados, a criação da sessão falhará.
5980
{{< badge-code >}}
6081
{{< /tab >}}
6182
{{< tab header="Ruby" >}}
62-
{{< badge-code >}}
83+
{{< gh-codeblock path="examples/ruby/spec/drivers/service_spec.rb#L35" >}}
6384
{{< /tab >}}
6485
{{< tab header="JavaScript" >}}
6586
{{< badge-code >}}

website_and_docs/content/documentation/webdriver/drivers/options.zh-cn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Browser name is set by default when using an Options class instance.
4343
{{< badge-code >}}
4444
{{< /tab >}}
4545
{{< tab header="Ruby" >}}
46-
{{< badge-code >}}
46+
{{< gh-codeblock path="examples/ruby/spec/drivers/options_spec.rb#L10" >}}
4747
{{< /tab >}}
4848
{{< tab header="JavaScript" >}}
4949
{{< badge-code >}}
@@ -71,7 +71,7 @@ it will be automatically downloaded by [Selenium Manager]({{< ref "../../seleniu
7171
{{< badge-code >}}
7272
{{< /tab >}}
7373
{{< tab header="Ruby" >}}
74-
{{< badge-code >}}
74+
{{< gh-codeblock path="examples/ruby/spec/drivers/service_spec.rb#L35" >}}
7575
{{< /tab >}}
7676
{{< tab header="JavaScript" >}}
7777
{{< badge-code >}}

0 commit comments

Comments
 (0)