Skip to content

Commit 4ce8459

Browse files
committed
Update options after updating the tests
1 parent af36eaa commit 4ce8459

File tree

4 files changed

+28
-28
lines changed

4 files changed

+28
-28
lines changed

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

+7-7
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-
{{< gh-codeblock path="examples/ruby/spec/drivers/options_spec.rb#L10" >}}
43+
{{< gh-codeblock path="examples/ruby/spec/drivers/options_spec.rb#L11" >}}
4444
{{< /tab >}}
4545
{{< tab header="JavaScript" >}}
4646
{{< badge-code >}}
@@ -67,7 +67,7 @@ it will be automatically downloaded by [Selenium Manager]({{< ref "../../seleniu
6767
{{< badge-code >}}
6868
{{< /tab >}}
6969
{{< tab header="Ruby" >}}
70-
{{< gh-codeblock path="examples/ruby/spec/drivers/service_spec.rb#L35" >}}
70+
{{< gh-codeblock path="examples/ruby/spec/drivers/service_spec.rb#L40" >}}
7171
{{< /tab >}}
7272
{{< tab header="JavaScript" >}}
7373
{{< badge-code >}}
@@ -139,7 +139,7 @@ namespace pageLoadStrategy {
139139
}
140140
{{< /tab >}}
141141
{{< tab header="Ruby" text=true >}}
142-
{{< gh-codeblock path="/examples/ruby/spec/drivers/options_spec.rb#L10-L11">}}
142+
{{< gh-codeblock path="/examples/ruby/spec/drivers/options_spec.rb#L11-L12">}}
143143
{{< /tab >}}
144144
{{< tab header="JavaScript" text=true >}}
145145
{{< gh-codeblock path="/examples/javascript/test/capabilities/pageLoading.spec.js#L28-L34">}}
@@ -196,7 +196,7 @@ namespace pageLoadStrategy {
196196
}
197197
{{< /tab >}}
198198
{{< tab header="Ruby" text=true >}}
199-
{{< gh-codeblock path="/examples/ruby/spec/drivers/options_spec.rb#L19-L20">}}
199+
{{< gh-codeblock path="/examples/ruby/spec/drivers/options_spec.rb#L20-L21">}}
200200
{{< /tab >}}
201201
{{< tab header="JavaScript" text=true >}}
202202
{{< gh-codeblock path="/examples/javascript/test/capabilities/pageLoading.spec.js#L8-L14">}}
@@ -252,7 +252,7 @@ namespace pageLoadStrategy {
252252
}
253253
{{< /tab >}}
254254
{{< tab header="Ruby" text=true >}}
255-
{{< gh-codeblock path="/examples/ruby/spec/drivers/options_spec.rb#L28-L29">}}
255+
{{< gh-codeblock path="/examples/ruby/spec/drivers/options_spec.rb#L29-L30">}}
256256
{{< /tab >}}
257257
{{< tab header="JavaScript" text=true >}}
258258
{{< gh-codeblock path="/examples/javascript/test/capabilities/pageLoading.spec.js#L18-L24">}}
@@ -296,7 +296,7 @@ setting `platformName` sets the OS at the remote-end.
296296
{{< badge-code >}}
297297
{{< /tab >}}
298298
{{< tab header="Ruby" >}}
299-
{{< gh-codeblock path="examples/ruby/spec/drivers/options_spec.rb#L37-L38" >}}
299+
{{< gh-codeblock path="examples/ruby/spec/drivers/options_spec.rb#L38-L39" >}}
300300
{{< /tab >}}
301301
{{< tab header="JavaScript" >}}
302302
{{< badge-code >}}
@@ -334,7 +334,7 @@ effect for the entire session.
334334
{{< badge-code >}}
335335
{{< /tab >}}
336336
{{< tab header="Ruby" >}}
337-
{{< gh-codeblock path="examples/ruby/spec/drivers/options_spec.rb#L50-L51" >}}
337+
{{< gh-codeblock path="examples/ruby/spec/drivers/options_spec.rb#L51-L52" >}}
338338
{{< /tab >}}
339339
{{< tab header="JavaScript" >}}
340340
{{< badge-code >}}

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

+7-7
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-
{{< gh-codeblock path="examples/ruby/spec/drivers/options_spec.rb#L10" >}}
43+
{{< gh-codeblock path="examples/ruby/spec/drivers/options_spec.rb#L11" >}}
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-
{{< gh-codeblock path="examples/ruby/spec/drivers/service_spec.rb#L35" >}}
71+
{{< gh-codeblock path="examples/ruby/spec/drivers/service_spec.rb#L40" >}}
7272
{{< /tab >}}
7373
{{< tab header="JavaScript" >}}
7474
{{< badge-code >}}
@@ -137,7 +137,7 @@ namespace pageLoadStrategy {
137137
}
138138
{{< /tab >}}
139139
{{< tab header="Ruby" text=true >}}
140-
{{< gh-codeblock path="/examples/ruby/spec/drivers/options_spec.rb#L10-L11">}}
140+
{{< gh-codeblock path="/examples/ruby/spec/drivers/options_spec.rb#L11-L12">}}
141141
{{< /tab >}}
142142
{{< tab header="JavaScript" text=true >}}
143143
{{< gh-codeblock path="/examples/javascript/test/capabilities/pageLoading.spec.js#L28-L34">}}
@@ -193,7 +193,7 @@ namespace pageLoadStrategy {
193193
}
194194
{{< /tab >}}
195195
{{< tab header="Ruby" text=true >}}
196-
{{< gh-codeblock path="/examples/ruby/spec/drivers/options_spec.rb#L19-L20">}}
196+
{{< gh-codeblock path="/examples/ruby/spec/drivers/options_spec.rb#L20-L21">}}
197197
{{< /tab >}}
198198
{{< tab header="JavaScript" text=true >}}
199199
{{< gh-codeblock path="/examples/javascript/test/capabilities/pageLoading.spec.js#L8-L14">}}
@@ -248,7 +248,7 @@ namespace pageLoadStrategy {
248248
}
249249
{{< /tab >}}
250250
{{< tab header="Ruby" text=true >}}
251-
{{< gh-codeblock path="/examples/ruby/spec/drivers/options_spec.rb#L28-L29">}}
251+
{{< gh-codeblock path="/examples/ruby/spec/drivers/options_spec.rb#L29-L30">}}
252252
{{< /tab >}}
253253
{{< tab header="JavaScript" text=true >}}
254254
{{< gh-codeblock path="/examples/javascript/test/capabilities/pageLoading.spec.js#L18-L24">}}
@@ -290,7 +290,7 @@ fun main() {
290290
{{< badge-code >}}
291291
{{< /tab >}}
292292
{{< tab header="Ruby" >}}
293-
{{< gh-codeblock path="examples/ruby/spec/drivers/options_spec.rb#L37-L38" >}}
293+
{{< gh-codeblock path="examples/ruby/spec/drivers/options_spec.rb#L38-L39" >}}
294294
{{< /tab >}}
295295
{{< tab header="JavaScript" >}}
296296
{{< badge-code >}}
@@ -322,7 +322,7 @@ fun main() {
322322
{{< badge-code >}}
323323
{{< /tab >}}
324324
{{< tab header="Ruby" >}}
325-
{{< gh-codeblock path="examples/ruby/spec/drivers/options_spec.rb#L50-L51" >}}
325+
{{< gh-codeblock path="examples/ruby/spec/drivers/options_spec.rb#L51-L52" >}}
326326
{{< /tab >}}
327327
{{< tab header="JavaScript" >}}
328328
{{< badge-code >}}

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

+7-7
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ extremidade remota, a criação da sessão falhará.
5252
{{< badge-code >}}
5353
{{< /tab >}}
5454
{{< tab header="Ruby" >}}
55-
{{< gh-codeblock path="examples/ruby/spec/drivers/options_spec.rb#L10" >}}
55+
{{< gh-codeblock path="examples/ruby/spec/drivers/options_spec.rb#L11" >}}
5656
{{< /tab >}}
5757
{{< tab header="JavaScript" >}}
5858
{{< badge-code >}}
@@ -80,7 +80,7 @@ tiver apenas 80 instalados, a criação da sessão falhará.
8080
{{< badge-code >}}
8181
{{< /tab >}}
8282
{{< tab header="Ruby" >}}
83-
{{< gh-codeblock path="examples/ruby/spec/drivers/service_spec.rb#L35" >}}
83+
{{< gh-codeblock path="examples/ruby/spec/drivers/service_spec.rb#L40" >}}
8484
{{< /tab >}}
8585
{{< tab header="JavaScript" >}}
8686
{{< badge-code >}}
@@ -152,7 +152,7 @@ namespace pageLoadStrategy {
152152
}
153153
{{< /tab >}}
154154
{{< tab header="Ruby" text=true >}}
155-
{{< gh-codeblock path="/examples/ruby/spec/drivers/options_spec.rb#L10-L11">}}
155+
{{< gh-codeblock path="/examples/ruby/spec/drivers/options_spec.rb#L11-L12">}}
156156
{{< /tab >}}
157157
{{< tab header="JavaScript" text=true >}}
158158
{{< gh-codeblock path="/examples/javascript/test/capabilities/pageLoading.spec.js#L28-L34">}}
@@ -208,7 +208,7 @@ namespace pageLoadStrategy {
208208
}
209209
{{< /tab >}}
210210
{{< tab header="Ruby" text=true >}}
211-
{{< gh-codeblock path="/examples/ruby/spec/drivers/options_spec.rb#L19-L20">}}
211+
{{< gh-codeblock path="/examples/ruby/spec/drivers/options_spec.rb#L20-L21">}}
212212
{{< /tab >}}
213213
{{< tab header="JavaScript" text=true >}}
214214
{{< gh-codeblock path="/examples/javascript/test/capabilities/pageLoading.spec.js#L8-L14">}}
@@ -263,7 +263,7 @@ namespace pageLoadStrategy {
263263
}
264264
{{< /tab >}}
265265
{{< tab header="Ruby" text=true >}}
266-
{{< gh-codeblock path="/examples/ruby/spec/drivers/options_spec.rb#L28-L29">}}
266+
{{< gh-codeblock path="/examples/ruby/spec/drivers/options_spec.rb#L29-L30">}}
267267
{{< /tab >}}
268268
{{< tab header="JavaScript" text=true >}}
269269
{{< gh-codeblock path="/examples/javascript/test/capabilities/pageLoading.spec.js#L18-L24">}}
@@ -307,7 +307,7 @@ setting `platformName` sets the OS at the remote-end.
307307
{{< badge-code >}}
308308
{{< /tab >}}
309309
{{< tab header="Ruby" >}}
310-
{{< gh-codeblock path="examples/ruby/spec/drivers/options_spec.rb#L37-L38" >}}
310+
{{< gh-codeblock path="examples/ruby/spec/drivers/options_spec.rb#L38-L39" >}}
311311
{{< /tab >}}
312312
{{< tab header="JavaScript" >}}
313313
{{< badge-code >}}
@@ -345,7 +345,7 @@ effect for the entire session.
345345
{{< badge-code >}}
346346
{{< /tab >}}
347347
{{< tab header="Ruby" >}}
348-
{{< gh-codeblock path="examples/ruby/spec/drivers/options_spec.rb#L50-L51" >}}
348+
{{< gh-codeblock path="examples/ruby/spec/drivers/options_spec.rb#L51-L52" >}}
349349
{{< /tab >}}
350350
{{< tab header="JavaScript" >}}
351351
{{< badge-code >}}

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

+7-7
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-
{{< gh-codeblock path="examples/ruby/spec/drivers/options_spec.rb#L10" >}}
46+
{{< gh-codeblock path="examples/ruby/spec/drivers/options_spec.rb#L11" >}}
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-
{{< gh-codeblock path="examples/ruby/spec/drivers/service_spec.rb#L35" >}}
74+
{{< gh-codeblock path="examples/ruby/spec/drivers/service_spec.rb#L40" >}}
7575
{{< /tab >}}
7676
{{< tab header="JavaScript" >}}
7777
{{< badge-code >}}
@@ -147,7 +147,7 @@ namespace pageLoadStrategy {
147147
}
148148
{{< /tab >}}
149149
{{< tab header="Ruby" text=true >}}
150-
{{< gh-codeblock path="/examples/ruby/spec/drivers/options_spec.rb#L10-L11">}}
150+
{{< gh-codeblock path="/examples/ruby/spec/drivers/options_spec.rb#L11-L12">}}
151151
{{< /tab >}}
152152
{{< tab header="JavaScript" text=true >}}
153153
{{< gh-codeblock path="/examples/javascript/test/capabilities/pageLoading.spec.js#L28-L34">}}
@@ -203,7 +203,7 @@ namespace pageLoadStrategy {
203203
}
204204
{{< /tab >}}
205205
{{< tab header="Ruby" text=true >}}
206-
{{< gh-codeblock path="/examples/ruby/spec/drivers/options_spec.rb#L19-L20">}}
206+
{{< gh-codeblock path="/examples/ruby/spec/drivers/options_spec.rb#L20-L21">}}
207207
{{< /tab >}}
208208
{{< tab header="JavaScript" text=true >}}
209209
{{< gh-codeblock path="/examples/javascript/test/capabilities/pageLoading.spec.js#L8-L14">}}
@@ -258,7 +258,7 @@ namespace pageLoadStrategy {
258258
}
259259
{{< /tab >}}
260260
{{< tab header="Ruby" text=true >}}
261-
{{< gh-codeblock path="/examples/ruby/spec/drivers/options_spec.rb#L28-L29">}}
261+
{{< gh-codeblock path="/examples/ruby/spec/drivers/options_spec.rb#L29-L30">}}
262262
{{< /tab >}}
263263
{{< tab header="JavaScript" text=true >}}
264264
{{< gh-codeblock path="/examples/javascript/test/capabilities/pageLoading.spec.js#L18-L24">}}
@@ -302,7 +302,7 @@ fun main() {
302302
{{< badge-code >}}
303303
{{< /tab >}}
304304
{{< tab header="Ruby" >}}
305-
{{< gh-codeblock path="examples/ruby/spec/drivers/options_spec.rb#L37-L38" >}}
305+
{{< gh-codeblock path="examples/ruby/spec/drivers/options_spec.rb#L38-L39" >}}
306306
{{< /tab >}}
307307
{{< tab header="JavaScript" >}}
308308
{{< badge-code >}}
@@ -337,7 +337,7 @@ fun main() {
337337
{{< badge-code >}}
338338
{{< /tab >}}
339339
{{< tab header="Ruby" >}}
340-
{{< gh-codeblock path="examples/ruby/spec/drivers/options_spec.rb#L50-L51" >}}
340+
{{< gh-codeblock path="examples/ruby/spec/drivers/options_spec.rb#L51-L52" >}}
341341
{{< /tab >}}
342342
{{< tab header="JavaScript" >}}
343343
{{< badge-code >}}

0 commit comments

Comments
 (0)