File tree Expand file tree Collapse file tree 15 files changed +17
-12
lines changed
website_and_docs/content/documentation/webdriver/browsers Expand file tree Collapse file tree 15 files changed +17
-12
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ const Chrome = require('selenium-webdriver/chrome');
2
2
const { Browser, Builder } = require ( "selenium-webdriver" ) ;
3
3
const options = new Chrome . Options ( ) ;
4
4
5
+
6
+
5
7
describe ( 'Should be able to Test Command line arguments' , function ( ) {
6
8
it ( 'headless' , async function ( ) {
7
9
let driver = new Builder ( )
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ const options = new edge.Options();
4
4
const assert = require ( "assert" ) ;
5
5
6
6
7
+
7
8
describe ( 'Should be able to Test Command line arguments' , function ( ) {
8
9
it ( 'headless' , async function ( ) {
9
10
let driver = new Builder ( )
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ const edge = require('selenium-webdriver/edge');
5
5
describe ( 'Open Edge' , function ( ) {
6
6
let driver ;
7
7
8
+
9
+
8
10
before ( async function ( ) {
9
11
let options = new edge . Options ( ) ;
10
12
driver = new Builder ( )
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ Set excluded arguments on options:
178
178
{{< gh-codeblock path="/examples/ruby/spec/browsers/edge_spec.rb#L53" >}}
179
179
{{< /tab >}}
180
180
{{< tab header="JavaScript" >}}
181
- {{< gh-codeblock path="/examples/javascript/test/getting_started/openEdgeTest .spec.js#L20-L23 ">}}
181
+ {{< gh-codeblock path="/examples/javascript/test/browser/edgeSpecificCaps .spec.js#L22 ">}}
182
182
{{< /tab >}}
183
183
{{< tab header="Kotlin" >}}
184
184
{{< badge-code >}}
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ MSEdgedriverには、ブラウザを起動するために使用されるいく
170
170
{{< gh-codeblock path="/examples/ruby/spec/browsers/edge_spec.rb#L53" >}}
171
171
{{< /tab >}}
172
172
{{< tab header="JavaScript" >}}
173
- {{< gh-codeblock path="/examples/javascript/test/getting_started/openEdgeTest .spec.js#L20-L23 ">}}
173
+ {{< gh-codeblock path="/examples/javascript/test/browser/edgeSpecificCaps .spec.js#L22 ">}}
174
174
{{< /tab >}}
175
175
{{< tab header="Kotlin" >}}
176
176
{{< badge-code >}}
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ Set excluded arguments on options:
180
180
{{< gh-codeblock path="/examples/ruby/spec/browsers/edge_spec.rb#L53" >}}
181
181
{{< /tab >}}
182
182
{{< tab header="JavaScript" >}}
183
- {{< gh-codeblock path="/examples/javascript/test/getting_started/openEdgeTest .spec.js#L20-L23 ">}}
183
+ {{< gh-codeblock path="/examples/javascript/test/browser/edgeSpecificCaps .spec.js#L22 ">}}
184
184
{{< /tab >}}
185
185
{{< tab header="Kotlin" >}}
186
186
{{< badge-code >}}
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ Set excluded arguments on options:
180
180
{{< gh-codeblock path="/examples/ruby/spec/browsers/edge_spec.rb#L53" >}}
181
181
{{< /tab >}}
182
182
{{< tab header="JavaScript" >}}
183
- {{< gh-codeblock path="/examples/javascript/test/getting_started/openEdgeTest .spec.js#L20-L23 ">}}
183
+ {{< gh-codeblock path="/examples/javascript/test/browser/edgeSpecificCaps .spec.js#L22 ">}}
184
184
{{< /tab >}}
185
185
{{< tab header="Kotlin" >}}
186
186
{{< badge-code >}}
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ Add an argument to options:
61
61
{{< gh-codeblock path="/examples/ruby/spec/browsers/firefox_spec.rb#L17" >}}
62
62
{{< /tab >}}
63
63
{{< tab header="JavaScript" >}}
64
- {{< gh-codeblock path="/examples/javascript/test/browser/firefoxSpecificFunctionalities.spec.js#L12-L14 ">}}
64
+ {{< gh-codeblock path="/examples/javascript/test/browser/firefoxSpecificFunctionalities.spec.js#L12">}}
65
65
{{< /tab >}}
66
66
{{< tab header="Kotlin" >}}
67
67
{{< badge-code >}}
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ Firefox に固有のCapabilityは、Mozilla のページの [firefoxOptions](htt
64
64
{{< gh-codeblock path="/examples/ruby/spec/browsers/firefox_spec.rb#L17" >}}
65
65
{{< /tab >}}
66
66
{{< tab header="JavaScript" >}}
67
- {{< gh-codeblock path="/examples/javascript/test/browser/firefoxSpecificFunctionalities.spec.js#L12-L14 ">}}
67
+ {{< gh-codeblock path="/examples/javascript/test/browser/firefoxSpecificFunctionalities.spec.js#L12">}}
68
68
{{< /tab >}}
69
69
{{< tab header="Kotlin" >}}
70
70
{{< badge-code >}}
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ Adicione uma opção:
63
63
{{< gh-codeblock path="/examples/ruby/spec/browsers/firefox_spec.rb#L17" >}}
64
64
{{< /tab >}}
65
65
{{< tab header="JavaScript" >}}
66
- {{< gh-codeblock path="/examples/javascript/test/browser/firefoxSpecificFunctionalities.spec.js#L12-L14 ">}}
66
+ {{< gh-codeblock path="/examples/javascript/test/browser/firefoxSpecificFunctionalities.spec.js#L12">}}
67
67
{{< /tab >}}
68
68
{{< tab header="Kotlin" >}}
69
69
{{< badge-code >}}
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ Add an argument to options:
63
63
{{< gh-codeblock path="/examples/ruby/spec/browsers/firefox_spec.rb#L17" >}}
64
64
{{< /tab >}}
65
65
{{< tab header="JavaScript" >}}
66
- {{< gh-codeblock path="/examples/javascript/test/browser/firefoxSpecificFunctionalities.spec.js#L12-L14 ">}}
66
+ {{< gh-codeblock path="/examples/javascript/test/browser/firefoxSpecificFunctionalities.spec.js#L12">}}
67
67
{{< /tab >}}
68
68
{{< tab header="Kotlin" >}}
69
69
{{< badge-code >}}
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Starting a Safari session with basic defined options looks like this:
39
39
{{< gh-codeblock path="/examples/ruby/spec/browsers/safari_spec.rb#L8-L9" >}}
40
40
{{< /tab >}}
41
41
{{< tab header="JavaScript" text=true >}}
42
- {{< gh-codeblock path="/examples/javascript/test/browser/safariSpecificCap.spec.js#L10-L12 " >}}
42
+ {{< gh-codeblock path="/examples/javascript/test/browser/safariSpecificCap.spec.js#L8-L11 " >}}
43
43
{{< /tab >}}
44
44
{{< tab header="Kotlin" >}}
45
45
val options = SafariOptions()
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Starting a Safari session with basic defined options looks like this:
38
38
{{< gh-codeblock path="/examples/ruby/spec/browsers/safari_spec.rb#L8-L9" >}}
39
39
{{< /tab >}}
40
40
{{< tab header="JavaScript" text=true >}}
41
- {{< gh-codeblock path="/examples/javascript/test/browser/safariSpecificCap.spec.js#L10-L12 " >}}
41
+ {{< gh-codeblock path="/examples/javascript/test/browser/safariSpecificCap.spec.js#L8-L11 " >}}
42
42
{{< /tab >}}
43
43
{{< tab header="Kotlin" >}}
44
44
val options = SafariOptions()
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Este é um exemplo de como iniciar uma sessão Safari com um conjunto de opçõe
38
38
{{< gh-codeblock path="/examples/ruby/spec/browsers/safari_spec.rb#L8-L9" >}}
39
39
{{< /tab >}}
40
40
{{< tab header="JavaScript" text=true >}}
41
- {{< gh-codeblock path="/examples/javascript/test/browser/safariSpecificCap.spec.js#L10-L12 " >}}
41
+ {{< gh-codeblock path="/examples/javascript/test/browser/safariSpecificCap.spec.js#L8-L11 " >}}
42
42
{{< /tab >}}
43
43
{{< tab header="Kotlin" >}}
44
44
val options = SafariOptions()
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Safari独有的Capabilities可以在Apple的页面[关于Safari的WebDriver](htt
38
38
{{< gh-codeblock path="/examples/ruby/spec/browsers/safari_spec.rb#L8-L9" >}}
39
39
{{< /tab >}}
40
40
{{< tab header="JavaScript" text=true >}}
41
- {{< gh-codeblock path="/examples/javascript/test/browser/safariSpecificCap.spec.js#L10-L12 " >}}
41
+ {{< gh-codeblock path="/examples/javascript/test/browser/safariSpecificCap.spec.js#L8-L11 " >}}
42
42
{{< /tab >}}
43
43
{{< tab header="Kotlin" >}}
44
44
val options = SafariOptions()
You can’t perform that action at this time.
0 commit comments