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.
104
104
105
105
Set excluded arguments on options:
106
106
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 >}}
108
127
109
128
## Casting
110
129
Original file line number Diff line number Diff line change @@ -104,7 +104,26 @@ Chrome はさまざまな引数を追加します。
104
104
105
105
オプションに除外された引数を設定します。
106
106
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 >}}
108
127
109
128
## キャスティング
110
129
Original file line number Diff line number Diff line change @@ -100,7 +100,26 @@ Um exemplo comum é voltar a activar o bloqueador de popups.
100
100
101
101
Exclua parametros:
102
102
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 >}}
104
123
105
124
## Casting
106
125
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.
104
104
105
105
Set excluded arguments on options:
106
106
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 >}}
108
127
109
128
## Casting
110
129
You can’t perform that action at this time.
0 commit comments