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 @@ -51,7 +51,26 @@ Commonly used args include `--start-maximized` and `user-data-dir=/tmp/temp_prof
51
51
52
52
Add an argument to options:
53
53
54
- {{< alert-code />}}
54
+ {{< tabpane code=false langEqualsHeader=true >}}
55
+ {{< tab header="Java" >}}
56
+ {{< badge-code >}}
57
+ {{< /tab >}}
58
+ {{% tab header="Python" %}}
59
+ {{< badge-code >}}
60
+ {{% /tab %}}
61
+ {{< tab header="CSharp" >}}
62
+ {{< badge-code >}}
63
+ {{< /tab >}}
64
+ {{< tab header="Ruby" >}}
65
+ {{< badge-code >}}
66
+ {{< /tab >}}
67
+ {{< tab header="JavaScript" >}}
68
+ {{< gh-codeblock path="/examples/javascript/test/browser/chromeSpecificCaps.spec.js#L8-L11">}}
69
+ {{< /tab >}}
70
+ {{< tab header="Kotlin" >}}
71
+ {{< badge-code >}}
72
+ {{< /tab >}}
73
+ {{< /tabpane >}}
55
74
56
75
### Start browser in a specified location
57
76
Original file line number Diff line number Diff line change @@ -50,7 +50,26 @@ Chrome に固有のCapabilityは、Google の[Capabilities & ChromeOptions](http
50
50
51
51
オプションに引数を追加します。
52
52
53
- {{< alert-code />}}
53
+ {{< tabpane code=false langEqualsHeader=true >}}
54
+ {{< tab header="Java" >}}
55
+ {{< badge-code >}}
56
+ {{< /tab >}}
57
+ {{% tab header="Python" %}}
58
+ {{< badge-code >}}
59
+ {{% /tab %}}
60
+ {{< tab header="CSharp" >}}
61
+ {{< badge-code >}}
62
+ {{< /tab >}}
63
+ {{< tab header="Ruby" >}}
64
+ {{< badge-code >}}
65
+ {{< /tab >}}
66
+ {{< tab header="JavaScript" >}}
67
+ {{< gh-codeblock path="/examples/javascript/test/browser/chromeSpecificCaps.spec.js#L8-L11">}}
68
+ {{< /tab >}}
69
+ {{< tab header="Kotlin" >}}
70
+ {{< badge-code >}}
71
+ {{< /tab >}}
72
+ {{< /tabpane >}}
54
73
55
74
### 指定したロケーションでブラウザを起動する
56
75
Original file line number Diff line number Diff line change @@ -49,7 +49,26 @@ Opções mais frequentes incluem `--start-maximized` e `user-data-dir=/tmp/temp_
49
49
50
50
Adicione uma opção:
51
51
52
- {{< alert-code />}}
52
+ {{< tabpane code=false langEqualsHeader=true >}}
53
+ {{< tab header="Java" >}}
54
+ {{< badge-code >}}
55
+ {{< /tab >}}
56
+ {{% tab header="Python" %}}
57
+ {{< badge-code >}}
58
+ {{% /tab %}}
59
+ {{< tab header="CSharp" >}}
60
+ {{< badge-code >}}
61
+ {{< /tab >}}
62
+ {{< tab header="Ruby" >}}
63
+ {{< badge-code >}}
64
+ {{< /tab >}}
65
+ {{< tab header="JavaScript" >}}
66
+ {{< gh-codeblock path="/examples/javascript/test/browser/chromeSpecificCaps.spec.js#L8-L11">}}
67
+ {{< /tab >}}
68
+ {{< tab header="Kotlin" >}}
69
+ {{< badge-code >}}
70
+ {{< /tab >}}
71
+ {{< /tabpane >}}
53
72
54
73
### Iniciar navegador numa localização específica
55
74
Original file line number Diff line number Diff line change @@ -51,7 +51,26 @@ Commonly used args include `--start-maximized` and `user-data-dir=/tmp/temp_prof
51
51
52
52
Add an argument to options:
53
53
54
- {{< alert-code />}}
54
+ {{< tabpane code=false langEqualsHeader=true >}}
55
+ {{< tab header="Java" >}}
56
+ {{< badge-code >}}
57
+ {{< /tab >}}
58
+ {{% tab header="Python" %}}
59
+ {{< badge-code >}}
60
+ {{% /tab %}}
61
+ {{< tab header="CSharp" >}}
62
+ {{< badge-code >}}
63
+ {{< /tab >}}
64
+ {{< tab header="Ruby" >}}
65
+ {{< badge-code >}}
66
+ {{< /tab >}}
67
+ {{< tab header="JavaScript" >}}
68
+ {{< gh-codeblock path="/examples/javascript/test/browser/chromeSpecificCaps.spec.js#L8-L11">}}
69
+ {{< /tab >}}
70
+ {{< tab header="Kotlin" >}}
71
+ {{< badge-code >}}
72
+ {{< /tab >}}
73
+ {{< /tabpane >}}
55
74
56
75
### Start browser in a specified location
57
76
You can’t perform that action at this time.
0 commit comments