File tree Expand file tree Collapse file tree 4 files changed +80
-4
lines changed
website_and_docs/content/documentation/webdriver/browsers Expand file tree Collapse file tree 4 files changed +80
-4
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,26 @@ A common example is to turn the popup blocker back on.
104104
105105Set excluded arguments on options:
106106
107- {{< alert-code />}}
107+ {{< tabpane code=false langEqualsHeader=true >}}
108+ {{< tab header="Java" >}}
109+ {{< badge-code >}}
110+ {{< /tab >}}
111+ {{% tab header="Python" %}}
112+ {{< badge-code >}}
113+ {{% /tab %}}
114+ {{< tab header="CSharp" >}}
115+ {{< badge-code >}}
116+ {{< /tab >}}
117+ {{< tab header="Ruby" >}}
118+ {{< badge-code >}}
119+ {{< /tab >}}
120+ {{< tab header="JavaScript" >}}
121+ {{< gh-codeblock path="/examples/javascript/test/browser/chromeSpecificCaps.spec.js#L18-L21">}}
122+ {{< /tab >}}
123+ {{< tab header="Kotlin" >}}
124+ {{< badge-code >}}
125+ {{< /tab >}}
126+ {{< /tabpane >}}
108127
109128## Casting
110129
Original file line number Diff line number Diff line change @@ -104,7 +104,26 @@ Chrome はさまざまな引数を追加します。
104104
105105オプションに除外された引数を設定します。
106106
107- {{< alert-code />}}
107+ {{< tabpane code=false langEqualsHeader=true >}}
108+ {{< tab header="Java" >}}
109+ {{< badge-code >}}
110+ {{< /tab >}}
111+ {{% tab header="Python" %}}
112+ {{< badge-code >}}
113+ {{% /tab %}}
114+ {{< tab header="CSharp" >}}
115+ {{< badge-code >}}
116+ {{< /tab >}}
117+ {{< tab header="Ruby" >}}
118+ {{< badge-code >}}
119+ {{< /tab >}}
120+ {{< tab header="JavaScript" >}}
121+ {{< gh-codeblock path="/examples/javascript/test/browser/chromeSpecificCaps.spec.js#L18-L21">}}
122+ {{< /tab >}}
123+ {{< tab header="Kotlin" >}}
124+ {{< badge-code >}}
125+ {{< /tab >}}
126+ {{< /tabpane >}}
108127
109128## キャスティング
110129
Original file line number Diff line number Diff line change @@ -100,7 +100,26 @@ Um exemplo comum é voltar a activar o bloqueador de popups.
100100
101101Exclua parametros:
102102
103- {{< alert-code />}}
103+ {{< tabpane code=false langEqualsHeader=true >}}
104+ {{< tab header="Java" >}}
105+ {{< badge-code >}}
106+ {{< /tab >}}
107+ {{% tab header="Python" %}}
108+ {{< badge-code >}}
109+ {{% /tab %}}
110+ {{< tab header="CSharp" >}}
111+ {{< badge-code >}}
112+ {{< /tab >}}
113+ {{< tab header="Ruby" >}}
114+ {{< badge-code >}}
115+ {{< /tab >}}
116+ {{< tab header="JavaScript" >}}
117+ {{< gh-codeblock path="/examples/javascript/test/browser/chromeSpecificCaps.spec.js#L18-L21">}}
118+ {{< /tab >}}
119+ {{< tab header="Kotlin" >}}
120+ {{< badge-code >}}
121+ {{< /tab >}}
122+ {{< /tabpane >}}
104123
105124## Casting
106125
Original file line number Diff line number Diff line change @@ -104,7 +104,26 @@ A common example is to turn the popup blocker back on.
104104
105105Set excluded arguments on options:
106106
107- {{< alert-code />}}
107+ {{< tabpane code=false langEqualsHeader=true >}}
108+ {{< tab header="Java" >}}
109+ {{< badge-code >}}
110+ {{< /tab >}}
111+ {{% tab header="Python" %}}
112+ {{< badge-code >}}
113+ {{% /tab %}}
114+ {{< tab header="CSharp" >}}
115+ {{< badge-code >}}
116+ {{< /tab >}}
117+ {{< tab header="Ruby" >}}
118+ {{< badge-code >}}
119+ {{< /tab >}}
120+ {{< tab header="JavaScript" >}}
121+ {{< gh-codeblock path="/examples/javascript/test/browser/chromeSpecificCaps.spec.js#L18-L21">}}
122+ {{< /tab >}}
123+ {{< tab header="Kotlin" >}}
124+ {{< badge-code >}}
125+ {{< /tab >}}
126+ {{< /tabpane >}}
108127
109128## Casting
110129
You can’t perform that action at this time.
0 commit comments