Skip to content

Commit 160e227

Browse files
added the missing tabs for Python and CSharp for BrowsingContext doc page in w3c section
1 parent fb28038 commit 160e227

4 files changed

Lines changed: 720 additions & 0 deletions

File tree

website_and_docs/content/documentation/webdriver/bidi/w3c/browsing_context.en.md

Lines changed: 180 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ Creates a new browsing context in a new window.
1919
{{< badge-version version="4.8" >}}
2020
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L44-L47" >}}
2121
{{< /tab >}}
22+
{{< tab header="Python" >}}
23+
{{< badge-code >}}
24+
{{< /tab >}}
25+
{{< tab header="CSharp" >}}
26+
{{< badge-code >}}
27+
{{< /tab >}}
2228
{{< tab header="Ruby" >}}
2329
{{< badge-code >}}
2430
{{< /tab >}}
@@ -40,6 +46,12 @@ Creates a new browsing context in a new tab.
4046
{{< badge-version version="4.8" >}}
4147
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L58-L61" >}}
4248
{{< /tab >}}
49+
{{< tab header="Python" >}}
50+
{{< badge-code >}}
51+
{{< /tab >}}
52+
{{< tab header="CSharp" >}}
53+
{{< badge-code >}}
54+
{{< /tab >}}
4355
{{< tab header="Ruby" >}}
4456
{{< badge-code >}}
4557
{{< /tab >}}
@@ -61,6 +73,12 @@ Creates a browsing context for the existing tab/window to run commands.
6173
{{< badge-version version="4.8" >}}
6274
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L37-L41" >}}
6375
{{< /tab >}}
76+
{{< tab header="Python" >}}
77+
{{< badge-code >}}
78+
{{< /tab >}}
79+
{{< tab header="CSharp" >}}
80+
{{< badge-code >}}
81+
{{< /tab >}}
6482
{{< tab header="Ruby" >}}
6583
{{< badge-code >}}
6684
{{< /tab >}}
@@ -83,6 +101,12 @@ The API allows to pass the reference browsing context, which is used to create a
83101
{{< badge-version version="4.8" >}}
84102
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L50-L55" >}}
85103
{{< /tab >}}
104+
{{< tab header="Python" >}}
105+
{{< badge-code >}}
106+
{{< /tab >}}
107+
{{< tab header="CSharp" >}}
108+
{{< badge-code >}}
109+
{{< /tab >}}
86110
{{< tab header="Ruby" >}}
87111
{{< badge-code >}}
88112
{{< /tab >}}
@@ -104,6 +128,12 @@ The API allows to pass the reference browsing context, which is used to create a
104128
{{< badge-version version="4.8" >}}
105129
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L64-L69" >}}
106130
{{< /tab >}}
131+
{{< tab header="Python" >}}
132+
{{< badge-code >}}
133+
{{< /tab >}}
134+
{{< tab header="CSharp" >}}
135+
{{< badge-code >}}
136+
{{< /tab >}}
107137
{{< tab header="Ruby" >}}
108138
{{< badge-code >}}
109139
{{< /tab >}}
@@ -123,6 +153,12 @@ The API allows to pass the reference browsing context, which is used to create a
123153
{{< badge-version version="4.8" >}}
124154
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L72-L80" >}}
125155
{{< /tab >}}
156+
{{< tab header="Python" >}}
157+
{{< badge-code >}}
158+
{{< /tab >}}
159+
{{< tab header="CSharp" >}}
160+
{{< badge-code >}}
161+
{{< /tab >}}
126162
{{< tab header="Ruby" >}}
127163
{{< badge-code >}}
128164
{{< /tab >}}
@@ -142,6 +178,12 @@ The API allows to pass the reference browsing context, which is used to create a
142178
{{< badge-version version="4.8" >}}
143179
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L83-L92" >}}
144180
{{< /tab >}}
181+
{{< tab header="Python" >}}
182+
{{< badge-code >}}
183+
{{< /tab >}}
184+
{{< tab header="CSharp" >}}
185+
{{< badge-code >}}
186+
{{< /tab >}}
145187
{{< tab header="Ruby" >}}
146188
{{< badge-code >}}
147189
{{< /tab >}}
@@ -163,6 +205,12 @@ Provides a tree of all browsing contexts descending from the parent browsing con
163205
{{< badge-version version="4.8" >}}
164206
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L95-L108" >}}
165207
{{< /tab >}}
208+
{{< tab header="Python" >}}
209+
{{< badge-code >}}
210+
{{< /tab >}}
211+
{{< tab header="CSharp" >}}
212+
{{< badge-code >}}
213+
{{< /tab >}}
166214
{{< tab header="Ruby" >}}
167215
{{< badge-code >}}
168216
{{< /tab >}}
@@ -184,6 +232,12 @@ Provides a tree of all browsing contexts descending from the parent browsing con
184232
{{< badge-version version="4.8" >}}
185233
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L111-L123" >}}
186234
{{< /tab >}}
235+
{{< tab header="Python" >}}
236+
{{< badge-code >}}
237+
{{< /tab >}}
238+
{{< tab header="CSharp" >}}
239+
{{< badge-code >}}
240+
{{< /tab >}}
187241
{{< tab header="Ruby" >}}
188242
{{< badge-code >}}
189243
{{< /tab >}}
@@ -203,6 +257,12 @@ Provides a tree of all browsing contexts descending from the parent browsing con
203257
{{< badge-version version="4.8" >}}
204258
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L126-L133" >}}
205259
{{< /tab >}}
260+
{{< tab header="Python" >}}
261+
{{< badge-code >}}
262+
{{< /tab >}}
263+
{{< tab header="CSharp" >}}
264+
{{< badge-code >}}
265+
{{< /tab >}}
206266
{{< tab header="Ruby" >}}
207267
{{< badge-code >}}
208268
{{< /tab >}}
@@ -222,6 +282,12 @@ Provides a tree of all browsing contexts descending from the parent browsing con
222282
{{< badge-version version="4.8" >}}
223283
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L136-L153" >}}
224284
{{< /tab >}}
285+
{{< tab header="Python" >}}
286+
{{< badge-code >}}
287+
{{< /tab >}}
288+
{{< tab header="CSharp" >}}
289+
{{< badge-code >}}
290+
{{< /tab >}}
225291
{{< tab header="Ruby" >}}
226292
{{< badge-code >}}
227293
{{< /tab >}}
@@ -241,6 +307,12 @@ Provides a tree of all browsing contexts descending from the parent browsing con
241307
{{< badge-version version="4.14.1" >}}
242308
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L157-L161" >}}
243309
{{< /tab >}}
310+
{{< tab header="Python" >}}
311+
{{< badge-code >}}
312+
{{< /tab >}}
313+
{{< tab header="CSharp" >}}
314+
{{< badge-code >}}
315+
{{< /tab >}}
244316
{{< tab header="Ruby" >}}
245317
{{< badge-code >}}
246318
{{< /tab >}}
@@ -262,6 +334,12 @@ Provides a tree of all browsing contexts descending from the parent browsing con
262334
{{< badge-version version="4.13.0" >}}
263335
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L169-L173" >}}
264336
{{< /tab >}}
337+
{{< tab header="Python" >}}
338+
{{< badge-code >}}
339+
{{< /tab >}}
340+
{{< tab header="CSharp" >}}
341+
{{< badge-code >}}
342+
{{< /tab >}}
265343
{{< tab header="Ruby" >}}
266344
{{< badge-code >}}
267345
{{< /tab >}}
@@ -281,6 +359,12 @@ Provides a tree of all browsing contexts descending from the parent browsing con
281359
{{< badge-version version="4.13.0" >}}
282360
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L220-L228" >}}
283361
{{< /tab >}}
362+
{{< tab header="Python" >}}
363+
{{< badge-code >}}
364+
{{< /tab >}}
365+
{{< tab header="CSharp" >}}
366+
{{< badge-code >}}
367+
{{< /tab >}}
284368
{{< tab header="Ruby" >}}
285369
{{< badge-code >}}
286370
{{< /tab >}}
@@ -300,6 +384,12 @@ Provides a tree of all browsing contexts descending from the parent browsing con
300384
{{< badge-version version="4.13.0" >}}
301385
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L248-L252" >}}
302386
{{< /tab >}}
387+
{{< tab header="Python" >}}
388+
{{< badge-code >}}
389+
{{< /tab >}}
390+
{{< tab header="CSharp" >}}
391+
{{< badge-code >}}
392+
{{< /tab >}}
303393
{{< tab header="Ruby" >}}
304394
{{< badge-code >}}
305395
{{< /tab >}}
@@ -319,6 +409,12 @@ Provides a tree of all browsing contexts descending from the parent browsing con
319409
{{< badge-version version="4.14.0" >}}
320410
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L259-L268" >}}
321411
{{< /tab >}}
412+
{{< tab header="Python" >}}
413+
{{< badge-code >}}
414+
{{< /tab >}}
415+
{{< tab header="CSharp" >}}
416+
{{< badge-code >}}
417+
{{< /tab >}}
322418
{{< tab header="Ruby" >}}
323419
{{< badge-code >}}
324420
{{< /tab >}}
@@ -338,6 +434,12 @@ Provides a tree of all browsing contexts descending from the parent browsing con
338434
{{< badge-version version="4.14.0" >}}
339435
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L275-L280" >}}
340436
{{< /tab >}}
437+
{{< tab header="Python" >}}
438+
{{< badge-code >}}
439+
{{< /tab >}}
440+
{{< tab header="CSharp" >}}
441+
{{< badge-code >}}
442+
{{< /tab >}}
341443
{{< tab header="Ruby" >}}
342444
{{< badge-code >}}
343445
{{< /tab >}}
@@ -357,6 +459,12 @@ Provides a tree of all browsing contexts descending from the parent browsing con
357459
{{< badge-version version="4.14.1" >}}
358460
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L304-L307" >}}
359461
{{< /tab >}}
462+
{{< tab header="Python" >}}
463+
{{< badge-code >}}
464+
{{< /tab >}}
465+
{{< tab header="CSharp" >}}
466+
{{< badge-code >}}
467+
{{< /tab >}}
360468
{{< tab header="Ruby" >}}
361469
{{< badge-code >}}
362470
{{< /tab >}}
@@ -377,6 +485,12 @@ Provides a tree of all browsing contexts descending from the parent browsing con
377485
{{< badge-version version="4.14.1" >}}
378486
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L317-L322" >}}
379487
{{< /tab >}}
488+
{{< tab header="Python" >}}
489+
{{< badge-code >}}
490+
{{< /tab >}}
491+
{{< tab header="CSharp" >}}
492+
{{< badge-code >}}
493+
{{< /tab >}}
380494
{{< tab header="Ruby" >}}
381495
{{< badge-code >}}
382496
{{< /tab >}}
@@ -396,6 +510,12 @@ Provides a tree of all browsing contexts descending from the parent browsing con
396510
{{< badge-version version="4.16.0" >}}
397511
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L330-L336" >}}
398512
{{< /tab >}}
513+
{{< tab header="Python" >}}
514+
{{< badge-code >}}
515+
{{< /tab >}}
516+
{{< tab header="CSharp" >}}
517+
{{< badge-code >}}
518+
{{< /tab >}}
399519
{{< tab header="Ruby" >}}
400520
{{< badge-code >}}
401521
{{< /tab >}}
@@ -415,6 +535,12 @@ Provides a tree of all browsing contexts descending from the parent browsing con
415535
{{< badge-version version="4.16.0" >}}
416536
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L342-L352" >}}
417537
{{< /tab >}}
538+
{{< tab header="Python" >}}
539+
{{< badge-code >}}
540+
{{< /tab >}}
541+
{{< tab header="CSharp" >}}
542+
{{< badge-code >}}
543+
{{< /tab >}}
418544
{{< tab header="Ruby" >}}
419545
{{< badge-code >}}
420546
{{< /tab >}}
@@ -434,6 +560,12 @@ Provides a tree of all browsing contexts descending from the parent browsing con
434560
{{< badge-version version="4.16.0" >}}
435561
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextTest.java#L359-L365" >}}
436562
{{< /tab >}}
563+
{{< tab header="Python" >}}
564+
{{< badge-code >}}
565+
{{< /tab >}}
566+
{{< tab header="CSharp" >}}
567+
{{< badge-code >}}
568+
{{< /tab >}}
437569
{{< tab header="Ruby" >}}
438570
{{< badge-code >}}
439571
{{< /tab >}}
@@ -456,6 +588,12 @@ This section contains the APIs related to browsing context events.
456588
{{< badge-version version="4.10" >}}
457589
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextInspectorTest.java#L34-L41" >}}
458590
{{< /tab >}}
591+
{{< tab header="Python" >}}
592+
{{< badge-code >}}
593+
{{< /tab >}}
594+
{{< tab header="CSharp" >}}
595+
{{< badge-code >}}
596+
{{< /tab >}}
459597
{{< tab header="Ruby" >}}
460598
{{< badge-code >}}
461599
{{< /tab >}}
@@ -475,6 +613,12 @@ This section contains the APIs related to browsing context events.
475613
{{< badge-version version="4.10" >}}
476614
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextInspectorTest.java#L54-L63" >}}
477615
{{< /tab >}}
616+
{{< tab header="Python" >}}
617+
{{< badge-code >}}
618+
{{< /tab >}}
619+
{{< tab header="CSharp" >}}
620+
{{< badge-code >}}
621+
{{< /tab >}}
478622
{{< tab header="Ruby" >}}
479623
{{< badge-code >}}
480624
{{< /tab >}}
@@ -494,6 +638,12 @@ This section contains the APIs related to browsing context events.
494638
{{< badge-version version="4.10" >}}
495639
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextInspectorTest.java#L81-88" >}}
496640
{{< /tab >}}
641+
{{< tab header="Python" >}}
642+
{{< badge-code >}}
643+
{{< /tab >}}
644+
{{< tab header="CSharp" >}}
645+
{{< badge-code >}}
646+
{{< /tab >}}
497647
{{< tab header="Ruby" >}}
498648
{{< badge-code >}}
499649
{{< /tab >}}
@@ -513,6 +663,12 @@ This section contains the APIs related to browsing context events.
513663
{{< badge-version version="4.15" >}}
514664
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextInspectorTest.java#L97-104" >}}
515665
{{< /tab >}}
666+
{{< tab header="Python" >}}
667+
{{< badge-code >}}
668+
{{< /tab >}}
669+
{{< tab header="CSharp" >}}
670+
{{< badge-code >}}
671+
{{< /tab >}}
516672
{{< tab header="Ruby" >}}
517673
{{< badge-code >}}
518674
{{< /tab >}}
@@ -531,6 +687,12 @@ This section contains the APIs related to browsing context events.
531687
{{< badge-version version="4.15" >}}
532688
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextInspectorTest.java#L113-123" >}}
533689
{{< /tab >}}
690+
{{< tab header="Python" >}}
691+
{{< badge-code >}}
692+
{{< /tab >}}
693+
{{< tab header="CSharp" >}}
694+
{{< badge-code >}}
695+
{{< /tab >}}
534696
{{< tab header="Ruby" >}}
535697
{{< badge-code >}}
536698
{{< /tab >}}
@@ -550,6 +712,12 @@ This section contains the APIs related to browsing context events.
550712
{{< badge-version version="4.15" >}}
551713
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextInspectorTest.java#L113-123" >}}
552714
{{< /tab >}}
715+
{{< tab header="Python" >}}
716+
{{< badge-code >}}
717+
{{< /tab >}}
718+
{{< tab header="CSharp" >}}
719+
{{< badge-code >}}
720+
{{< /tab >}}
553721
{{< tab header="Ruby" >}}
554722
{{< badge-code >}}
555723
{{< /tab >}}
@@ -568,6 +736,12 @@ This section contains the APIs related to browsing context events.
568736
{{< badge-version version="4.15" >}}
569737
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextInspectorTest.java#L150-163" >}}
570738
{{< /tab >}}
739+
{{< tab header="Python" >}}
740+
{{< badge-code >}}
741+
{{< /tab >}}
742+
{{< tab header="CSharp" >}}
743+
{{< badge-code >}}
744+
{{< /tab >}}
571745
{{< tab header="Ruby" >}}
572746
{{< badge-code >}}
573747
{{< /tab >}}
@@ -586,6 +760,12 @@ This section contains the APIs related to browsing context events.
586760
{{< badge-version version="4.18" >}}
587761
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/BrowsingContextInspectorTest.java#L170-L181" >}}
588762
{{< /tab >}}
763+
{{< tab header="Python" >}}
764+
{{< badge-code >}}
765+
{{< /tab >}}
766+
{{< tab header="CSharp" >}}
767+
{{< badge-code >}}
768+
{{< /tab >}}
589769
{{< tab header="Ruby" >}}
590770
{{< badge-code >}}
591771
{{< /tab >}}

0 commit comments

Comments
 (0)