@webref/xref 1.2.0 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ed/dfns/attribution.json +27 -27
- package/ed/dfns/connection-allowlists.json +780 -0
- package/ed/dfns/css-anchor-position-1.json +30 -30
- package/ed/dfns/css-conditional-5.json +40 -0
- package/ed/dfns/css-env-1.json +20 -0
- package/ed/dfns/css-navigation-1.json +186 -72
- package/ed/dfns/did-resolution.json +17 -17
- package/ed/dfns/ecmascript.json +548 -440
- package/ed/dfns/html.json +2328 -516
- package/ed/dfns/manifest-incubations.json +193 -28
- package/ed/dfns/mathml4.json +2 -2
- package/ed/dfns/pointerevents4.json +27 -0
- package/ed/dfns/rdf12-semantics.json +23 -0
- package/ed/dfns/rfc8610.json +6 -5
- package/ed/dfns/sanitizer-api.json +20 -0
- package/ed/dfns/selectors-4.json +1 -1
- package/ed/dfns/soft-navigations.json +93 -137
- package/ed/dfns/speech-api.json +22 -0
- package/ed/dfns/vc-recognized-entities.json +6 -6
- package/ed/dfns/web-smart-card.json +1065 -1151
- package/ed/dfns/webdriver-bidi.json +932 -17
- package/ed/dfns/webmcp.json +16 -38
- package/ed/dfns/webnn.json +20 -0
- package/ed/dfns/webrtc-encoded-transform.json +28 -28
- package/ed/dfns/webrtc-ice.json +2 -2
- package/ed/dfns/webxrlayers-1.json +63 -50
- package/ed/headings/SVG2.json +1 -1
- package/ed/headings/attribution.json +65 -43
- package/ed/headings/connection-allowlists.json +228 -0
- package/ed/headings/css-navigation-1.json +14 -7
- package/ed/headings/design-principles.json +12 -5
- package/ed/headings/did-resolution.json +161 -92
- package/ed/headings/digital-credentials.json +3 -3
- package/ed/headings/dom.json +1 -1
- package/ed/headings/ecmascript.json +291 -249
- package/ed/headings/geolocation-element.json +1 -1
- package/ed/headings/html-aam-1.0.json +6 -6
- package/ed/headings/html-ruby-extensions.json +13 -0
- package/ed/headings/html.json +123 -32
- package/ed/headings/largest-contentful-paint.json +1 -1
- package/ed/headings/manifest-incubations.json +68 -8
- package/ed/headings/mathml4.json +50 -50
- package/ed/headings/rfc8610.json +0 -7
- package/ed/headings/secure-payment-confirmation.json +1 -1
- package/ed/headings/selectors-4.json +57 -8
- package/ed/headings/service-workers.json +1 -1
- package/ed/headings/shacl12-rules.json +4 -14
- package/ed/headings/soft-navigations.json +2 -2
- package/ed/headings/storage-access.json +2 -2
- package/ed/headings/tc39-atomics-microwait.json +1 -1
- package/ed/headings/url.json +1 -1
- package/ed/headings/vc-data-model-2.1.json +72 -72
- package/ed/headings/vc-jose-cose.json +70 -70
- package/ed/headings/vc-recognized-entities.json +62 -32
- package/ed/headings/web-smart-card.json +106 -217
- package/ed/headings/webaudio-1.0.json +1 -1
- package/ed/headings/webaudio-1.1.json +1 -1
- package/ed/headings/webdriver-bidi.json +15 -1
- package/ed/headings/webidl.json +1 -1
- package/ed/headings/webmcp.json +157 -4
- package/ed/headings/webnn.json +1 -1
- package/ed/headings/webrtc-encoded-transform.json +1 -1
- package/ed/headings/webxrlayers-1.json +1 -1
- package/package.json +1 -1
- package/specs.json +151 -116
- package/tr/dfns/attribution.json +27 -27
- package/tr/dfns/did-resolution.json +17 -17
- package/tr/dfns/mathml4.json +2 -2
- package/tr/dfns/picture-in-picture.json +58 -18
- package/tr/dfns/pointerevents4.json +27 -0
- package/tr/dfns/webdriver-bidi.json +932 -17
- package/tr/dfns/webnn.json +20 -0
- package/tr/dfns/webrtc-encoded-transform.json +28 -28
- package/tr/dfns/webxrlayers-1.json +63 -50
- package/tr/headings/attribution.json +65 -43
- package/tr/headings/did-resolution.json +161 -92
- package/tr/headings/digital-credentials.json +3 -3
- package/tr/headings/html-aam-1.0.json +6 -6
- package/tr/headings/mathml4.json +50 -50
- package/tr/headings/picture-in-picture.json +5 -5
- package/tr/headings/secure-payment-confirmation.json +1 -1
- package/tr/headings/service-workers.json +1 -1
- package/tr/headings/shacl12-rules.json +4 -14
- package/tr/headings/webauthn-3.json +9 -2
- package/tr/headings/webdriver-bidi.json +15 -1
- package/tr/headings/webnn.json +1 -1
- package/tr/headings/webrtc-encoded-transform.json +1 -1
- package/tr/headings/webxrlayers-1.json +1 -1
|
@@ -821,6 +821,26 @@
|
|
|
821
821
|
"definedIn": "pre",
|
|
822
822
|
"links": []
|
|
823
823
|
},
|
|
824
|
+
{
|
|
825
|
+
"id": "emptyresult",
|
|
826
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#emptyresult",
|
|
827
|
+
"linkingText": [
|
|
828
|
+
"EmptyResult"
|
|
829
|
+
],
|
|
830
|
+
"localLinkingText": [],
|
|
831
|
+
"type": "dfn",
|
|
832
|
+
"for": [],
|
|
833
|
+
"access": "public",
|
|
834
|
+
"informative": false,
|
|
835
|
+
"heading": {
|
|
836
|
+
"id": "protocol-definition",
|
|
837
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#protocol-definition",
|
|
838
|
+
"title": "Definition",
|
|
839
|
+
"number": "3.1"
|
|
840
|
+
},
|
|
841
|
+
"definedIn": "prose",
|
|
842
|
+
"links": []
|
|
843
|
+
},
|
|
824
844
|
{
|
|
825
845
|
"id": "cddl-type-extensible",
|
|
826
846
|
"href": "https://www.w3.org/TR/webdriver-bidi/#cddl-type-extensible",
|
|
@@ -1349,6 +1369,28 @@
|
|
|
1349
1369
|
"definedIn": "dt",
|
|
1350
1370
|
"links": []
|
|
1351
1371
|
},
|
|
1372
|
+
{
|
|
1373
|
+
"id": "errors-no-such-screencast",
|
|
1374
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#errors-no-such-screencast",
|
|
1375
|
+
"linkingText": [
|
|
1376
|
+
"no such screencast"
|
|
1377
|
+
],
|
|
1378
|
+
"localLinkingText": [],
|
|
1379
|
+
"type": "dfn",
|
|
1380
|
+
"for": [
|
|
1381
|
+
"errors"
|
|
1382
|
+
],
|
|
1383
|
+
"access": "public",
|
|
1384
|
+
"informative": false,
|
|
1385
|
+
"heading": {
|
|
1386
|
+
"id": "errors",
|
|
1387
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#errors",
|
|
1388
|
+
"title": "Errors",
|
|
1389
|
+
"number": "3.5"
|
|
1390
|
+
},
|
|
1391
|
+
"definedIn": "dt",
|
|
1392
|
+
"links": []
|
|
1393
|
+
},
|
|
1352
1394
|
{
|
|
1353
1395
|
"id": "errors-no-such-script",
|
|
1354
1396
|
"href": "https://www.w3.org/TR/webdriver-bidi/#errors-no-such-script",
|
|
@@ -1912,6 +1954,29 @@
|
|
|
1912
1954
|
"definedIn": "pre",
|
|
1913
1955
|
"links": []
|
|
1914
1956
|
},
|
|
1957
|
+
{
|
|
1958
|
+
"id": "cddl-value-errorcode-no-such-screencast",
|
|
1959
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#cddl-value-errorcode-no-such-screencast",
|
|
1960
|
+
"linkingText": [
|
|
1961
|
+
"no such screencast",
|
|
1962
|
+
"\"no such screencast\""
|
|
1963
|
+
],
|
|
1964
|
+
"localLinkingText": [],
|
|
1965
|
+
"type": "cddl-value",
|
|
1966
|
+
"for": [
|
|
1967
|
+
"ErrorCode"
|
|
1968
|
+
],
|
|
1969
|
+
"access": "private",
|
|
1970
|
+
"informative": false,
|
|
1971
|
+
"heading": {
|
|
1972
|
+
"id": "errors",
|
|
1973
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#errors",
|
|
1974
|
+
"title": "Errors",
|
|
1975
|
+
"number": "3.5"
|
|
1976
|
+
},
|
|
1977
|
+
"definedIn": "pre",
|
|
1978
|
+
"links": []
|
|
1979
|
+
},
|
|
1915
1980
|
{
|
|
1916
1981
|
"id": "cddl-value-errorcode-no-such-script",
|
|
1917
1982
|
"href": "https://www.w3.org/TR/webdriver-bidi/#cddl-value-errorcode-no-such-script",
|
|
@@ -9403,6 +9468,238 @@
|
|
|
9403
9468
|
"definedIn": "prose",
|
|
9404
9469
|
"links": []
|
|
9405
9470
|
},
|
|
9471
|
+
{
|
|
9472
|
+
"id": "screencast-stream",
|
|
9473
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#screencast-stream",
|
|
9474
|
+
"linkingText": [
|
|
9475
|
+
"screencast stream"
|
|
9476
|
+
],
|
|
9477
|
+
"localLinkingText": [],
|
|
9478
|
+
"type": "dfn",
|
|
9479
|
+
"for": [],
|
|
9480
|
+
"access": "private",
|
|
9481
|
+
"informative": false,
|
|
9482
|
+
"heading": {
|
|
9483
|
+
"id": "module-browsingContext-definition",
|
|
9484
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#module-browsingContext-definition",
|
|
9485
|
+
"title": "Definition",
|
|
9486
|
+
"number": "7.3.1"
|
|
9487
|
+
},
|
|
9488
|
+
"definedIn": "prose",
|
|
9489
|
+
"links": []
|
|
9490
|
+
},
|
|
9491
|
+
{
|
|
9492
|
+
"id": "screencast-stream-video-track",
|
|
9493
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#screencast-stream-video-track",
|
|
9494
|
+
"linkingText": [
|
|
9495
|
+
"video track"
|
|
9496
|
+
],
|
|
9497
|
+
"localLinkingText": [],
|
|
9498
|
+
"type": "dfn",
|
|
9499
|
+
"for": [
|
|
9500
|
+
"screencast stream"
|
|
9501
|
+
],
|
|
9502
|
+
"access": "private",
|
|
9503
|
+
"informative": false,
|
|
9504
|
+
"heading": {
|
|
9505
|
+
"id": "module-browsingContext-definition",
|
|
9506
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#module-browsingContext-definition",
|
|
9507
|
+
"title": "Definition",
|
|
9508
|
+
"number": "7.3.1"
|
|
9509
|
+
},
|
|
9510
|
+
"definedIn": "prose",
|
|
9511
|
+
"links": []
|
|
9512
|
+
},
|
|
9513
|
+
{
|
|
9514
|
+
"id": "screencast-stream-audio-track",
|
|
9515
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#screencast-stream-audio-track",
|
|
9516
|
+
"linkingText": [
|
|
9517
|
+
"audio track"
|
|
9518
|
+
],
|
|
9519
|
+
"localLinkingText": [],
|
|
9520
|
+
"type": "dfn",
|
|
9521
|
+
"for": [
|
|
9522
|
+
"screencast stream"
|
|
9523
|
+
],
|
|
9524
|
+
"access": "private",
|
|
9525
|
+
"informative": false,
|
|
9526
|
+
"heading": {
|
|
9527
|
+
"id": "module-browsingContext-definition",
|
|
9528
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#module-browsingContext-definition",
|
|
9529
|
+
"title": "Definition",
|
|
9530
|
+
"number": "7.3.1"
|
|
9531
|
+
},
|
|
9532
|
+
"definedIn": "prose",
|
|
9533
|
+
"links": []
|
|
9534
|
+
},
|
|
9535
|
+
{
|
|
9536
|
+
"id": "screencast-recordings-map",
|
|
9537
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#screencast-recordings-map",
|
|
9538
|
+
"linkingText": [
|
|
9539
|
+
"screencast recordings map"
|
|
9540
|
+
],
|
|
9541
|
+
"localLinkingText": [],
|
|
9542
|
+
"type": "dfn",
|
|
9543
|
+
"for": [],
|
|
9544
|
+
"access": "private",
|
|
9545
|
+
"informative": false,
|
|
9546
|
+
"heading": {
|
|
9547
|
+
"id": "module-browsingContext-definition",
|
|
9548
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#module-browsingContext-definition",
|
|
9549
|
+
"title": "Definition",
|
|
9550
|
+
"number": "7.3.1"
|
|
9551
|
+
},
|
|
9552
|
+
"definedIn": "prose",
|
|
9553
|
+
"links": []
|
|
9554
|
+
},
|
|
9555
|
+
{
|
|
9556
|
+
"id": "screencast-recording",
|
|
9557
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#screencast-recording",
|
|
9558
|
+
"linkingText": [
|
|
9559
|
+
"screencast recording"
|
|
9560
|
+
],
|
|
9561
|
+
"localLinkingText": [],
|
|
9562
|
+
"type": "dfn",
|
|
9563
|
+
"for": [],
|
|
9564
|
+
"access": "private",
|
|
9565
|
+
"informative": false,
|
|
9566
|
+
"heading": {
|
|
9567
|
+
"id": "module-browsingContext-definition",
|
|
9568
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#module-browsingContext-definition",
|
|
9569
|
+
"title": "Definition",
|
|
9570
|
+
"number": "7.3.1"
|
|
9571
|
+
},
|
|
9572
|
+
"definedIn": "prose",
|
|
9573
|
+
"links": []
|
|
9574
|
+
},
|
|
9575
|
+
{
|
|
9576
|
+
"id": "screencast-recording-stream",
|
|
9577
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#screencast-recording-stream",
|
|
9578
|
+
"linkingText": [
|
|
9579
|
+
"stream"
|
|
9580
|
+
],
|
|
9581
|
+
"localLinkingText": [],
|
|
9582
|
+
"type": "dfn",
|
|
9583
|
+
"for": [
|
|
9584
|
+
"screencast recording"
|
|
9585
|
+
],
|
|
9586
|
+
"access": "private",
|
|
9587
|
+
"informative": false,
|
|
9588
|
+
"heading": {
|
|
9589
|
+
"id": "module-browsingContext-definition",
|
|
9590
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#module-browsingContext-definition",
|
|
9591
|
+
"title": "Definition",
|
|
9592
|
+
"number": "7.3.1"
|
|
9593
|
+
},
|
|
9594
|
+
"definedIn": "prose",
|
|
9595
|
+
"links": []
|
|
9596
|
+
},
|
|
9597
|
+
{
|
|
9598
|
+
"id": "screencast-recording-path",
|
|
9599
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#screencast-recording-path",
|
|
9600
|
+
"linkingText": [
|
|
9601
|
+
"path"
|
|
9602
|
+
],
|
|
9603
|
+
"localLinkingText": [],
|
|
9604
|
+
"type": "dfn",
|
|
9605
|
+
"for": [
|
|
9606
|
+
"screencast recording"
|
|
9607
|
+
],
|
|
9608
|
+
"access": "private",
|
|
9609
|
+
"informative": false,
|
|
9610
|
+
"heading": {
|
|
9611
|
+
"id": "module-browsingContext-definition",
|
|
9612
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#module-browsingContext-definition",
|
|
9613
|
+
"title": "Definition",
|
|
9614
|
+
"number": "7.3.1"
|
|
9615
|
+
},
|
|
9616
|
+
"definedIn": "prose",
|
|
9617
|
+
"links": []
|
|
9618
|
+
},
|
|
9619
|
+
{
|
|
9620
|
+
"id": "screencast-recording-state",
|
|
9621
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#screencast-recording-state",
|
|
9622
|
+
"linkingText": [
|
|
9623
|
+
"state"
|
|
9624
|
+
],
|
|
9625
|
+
"localLinkingText": [],
|
|
9626
|
+
"type": "dfn",
|
|
9627
|
+
"for": [
|
|
9628
|
+
"screencast recording"
|
|
9629
|
+
],
|
|
9630
|
+
"access": "private",
|
|
9631
|
+
"informative": false,
|
|
9632
|
+
"heading": {
|
|
9633
|
+
"id": "module-browsingContext-definition",
|
|
9634
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#module-browsingContext-definition",
|
|
9635
|
+
"title": "Definition",
|
|
9636
|
+
"number": "7.3.1"
|
|
9637
|
+
},
|
|
9638
|
+
"definedIn": "prose",
|
|
9639
|
+
"links": []
|
|
9640
|
+
},
|
|
9641
|
+
{
|
|
9642
|
+
"id": "screencast-recording-writeerror",
|
|
9643
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#screencast-recording-writeerror",
|
|
9644
|
+
"linkingText": [
|
|
9645
|
+
"writeError"
|
|
9646
|
+
],
|
|
9647
|
+
"localLinkingText": [],
|
|
9648
|
+
"type": "dfn",
|
|
9649
|
+
"for": [
|
|
9650
|
+
"screencast recording"
|
|
9651
|
+
],
|
|
9652
|
+
"access": "private",
|
|
9653
|
+
"informative": false,
|
|
9654
|
+
"heading": {
|
|
9655
|
+
"id": "module-browsingContext-definition",
|
|
9656
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#module-browsingContext-definition",
|
|
9657
|
+
"title": "Definition",
|
|
9658
|
+
"number": "7.3.1"
|
|
9659
|
+
},
|
|
9660
|
+
"definedIn": "prose",
|
|
9661
|
+
"links": []
|
|
9662
|
+
},
|
|
9663
|
+
{
|
|
9664
|
+
"id": "start-a-screencast-recording",
|
|
9665
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#start-a-screencast-recording",
|
|
9666
|
+
"linkingText": [
|
|
9667
|
+
"start a screencast recording"
|
|
9668
|
+
],
|
|
9669
|
+
"localLinkingText": [],
|
|
9670
|
+
"type": "dfn",
|
|
9671
|
+
"for": [],
|
|
9672
|
+
"access": "private",
|
|
9673
|
+
"informative": false,
|
|
9674
|
+
"heading": {
|
|
9675
|
+
"id": "module-browsingContext-definition",
|
|
9676
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#module-browsingContext-definition",
|
|
9677
|
+
"title": "Definition",
|
|
9678
|
+
"number": "7.3.1"
|
|
9679
|
+
},
|
|
9680
|
+
"definedIn": "prose",
|
|
9681
|
+
"links": []
|
|
9682
|
+
},
|
|
9683
|
+
{
|
|
9684
|
+
"id": "stop-a-screencast-recording",
|
|
9685
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#stop-a-screencast-recording",
|
|
9686
|
+
"linkingText": [
|
|
9687
|
+
"stop a screencast recording"
|
|
9688
|
+
],
|
|
9689
|
+
"localLinkingText": [],
|
|
9690
|
+
"type": "dfn",
|
|
9691
|
+
"for": [],
|
|
9692
|
+
"access": "private",
|
|
9693
|
+
"informative": false,
|
|
9694
|
+
"heading": {
|
|
9695
|
+
"id": "module-browsingContext-definition",
|
|
9696
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#module-browsingContext-definition",
|
|
9697
|
+
"title": "Definition",
|
|
9698
|
+
"number": "7.3.1"
|
|
9699
|
+
},
|
|
9700
|
+
"definedIn": "prose",
|
|
9701
|
+
"links": []
|
|
9702
|
+
},
|
|
9406
9703
|
{
|
|
9407
9704
|
"id": "cddl-type-browsingcontextbrowsingcontext",
|
|
9408
9705
|
"href": "https://www.w3.org/TR/webdriver-bidi/#cddl-type-browsingcontextbrowsingcontext",
|
|
@@ -14847,10 +15144,10 @@
|
|
|
14847
15144
|
"links": []
|
|
14848
15145
|
},
|
|
14849
15146
|
{
|
|
14850
|
-
"id": "commands-
|
|
14851
|
-
"href": "https://www.w3.org/TR/webdriver-bidi/#commands-
|
|
15147
|
+
"id": "commands-browsingcontextstartscreencast",
|
|
15148
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#commands-browsingcontextstartscreencast",
|
|
14852
15149
|
"linkingText": [
|
|
14853
|
-
"browsingContext.
|
|
15150
|
+
"browsingContext.startScreencast"
|
|
14854
15151
|
],
|
|
14855
15152
|
"localLinkingText": [],
|
|
14856
15153
|
"type": "dfn",
|
|
@@ -14860,16 +15157,634 @@
|
|
|
14860
15157
|
"access": "public",
|
|
14861
15158
|
"informative": false,
|
|
14862
15159
|
"heading": {
|
|
14863
|
-
"id": "command-browsingContext-
|
|
14864
|
-
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-
|
|
14865
|
-
"title": "The browsingContext.
|
|
15160
|
+
"id": "command-browsingContext-startScreencast",
|
|
15161
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-startScreencast",
|
|
15162
|
+
"title": "The browsingContext.startScreencast Command",
|
|
14866
15163
|
"number": "7.3.3.13"
|
|
14867
15164
|
},
|
|
14868
15165
|
"definedIn": "prose",
|
|
14869
15166
|
"links": []
|
|
14870
15167
|
},
|
|
14871
15168
|
{
|
|
14872
|
-
"id": "cddl-type-
|
|
15169
|
+
"id": "cddl-type-browsingcontextstartscreencast",
|
|
15170
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#cddl-type-browsingcontextstartscreencast",
|
|
15171
|
+
"linkingText": [
|
|
15172
|
+
"browsingContext.StartScreencast"
|
|
15173
|
+
],
|
|
15174
|
+
"localLinkingText": [],
|
|
15175
|
+
"type": "cddl-type",
|
|
15176
|
+
"for": [],
|
|
15177
|
+
"access": "private",
|
|
15178
|
+
"informative": false,
|
|
15179
|
+
"heading": {
|
|
15180
|
+
"id": "command-browsingContext-startScreencast",
|
|
15181
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-startScreencast",
|
|
15182
|
+
"title": "The browsingContext.startScreencast Command",
|
|
15183
|
+
"number": "7.3.3.13"
|
|
15184
|
+
},
|
|
15185
|
+
"definedIn": "pre",
|
|
15186
|
+
"links": []
|
|
15187
|
+
},
|
|
15188
|
+
{
|
|
15189
|
+
"id": "cddl-key-browsingcontextstartscreencast-method",
|
|
15190
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#cddl-key-browsingcontextstartscreencast-method",
|
|
15191
|
+
"linkingText": [
|
|
15192
|
+
"method",
|
|
15193
|
+
"\"method\""
|
|
15194
|
+
],
|
|
15195
|
+
"localLinkingText": [],
|
|
15196
|
+
"type": "cddl-key",
|
|
15197
|
+
"for": [
|
|
15198
|
+
"browsingContext.StartScreencast"
|
|
15199
|
+
],
|
|
15200
|
+
"access": "private",
|
|
15201
|
+
"informative": false,
|
|
15202
|
+
"heading": {
|
|
15203
|
+
"id": "command-browsingContext-startScreencast",
|
|
15204
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-startScreencast",
|
|
15205
|
+
"title": "The browsingContext.startScreencast Command",
|
|
15206
|
+
"number": "7.3.3.13"
|
|
15207
|
+
},
|
|
15208
|
+
"definedIn": "pre",
|
|
15209
|
+
"links": []
|
|
15210
|
+
},
|
|
15211
|
+
{
|
|
15212
|
+
"id": "cddl-value-browsingcontextstartscreencast-method-browsingcontextstartscreencast",
|
|
15213
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#cddl-value-browsingcontextstartscreencast-method-browsingcontextstartscreencast",
|
|
15214
|
+
"linkingText": [
|
|
15215
|
+
"browsingContext.startScreencast",
|
|
15216
|
+
"\"browsingContext.startScreencast\""
|
|
15217
|
+
],
|
|
15218
|
+
"localLinkingText": [],
|
|
15219
|
+
"type": "cddl-value",
|
|
15220
|
+
"for": [
|
|
15221
|
+
"browsingContext.StartScreencast/method"
|
|
15222
|
+
],
|
|
15223
|
+
"access": "private",
|
|
15224
|
+
"informative": false,
|
|
15225
|
+
"heading": {
|
|
15226
|
+
"id": "command-browsingContext-startScreencast",
|
|
15227
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-startScreencast",
|
|
15228
|
+
"title": "The browsingContext.startScreencast Command",
|
|
15229
|
+
"number": "7.3.3.13"
|
|
15230
|
+
},
|
|
15231
|
+
"definedIn": "pre",
|
|
15232
|
+
"links": []
|
|
15233
|
+
},
|
|
15234
|
+
{
|
|
15235
|
+
"id": "cddl-key-browsingcontextstartscreencast-params",
|
|
15236
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#cddl-key-browsingcontextstartscreencast-params",
|
|
15237
|
+
"linkingText": [
|
|
15238
|
+
"params",
|
|
15239
|
+
"\"params\""
|
|
15240
|
+
],
|
|
15241
|
+
"localLinkingText": [],
|
|
15242
|
+
"type": "cddl-key",
|
|
15243
|
+
"for": [
|
|
15244
|
+
"browsingContext.StartScreencast"
|
|
15245
|
+
],
|
|
15246
|
+
"access": "private",
|
|
15247
|
+
"informative": false,
|
|
15248
|
+
"heading": {
|
|
15249
|
+
"id": "command-browsingContext-startScreencast",
|
|
15250
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-startScreencast",
|
|
15251
|
+
"title": "The browsingContext.startScreencast Command",
|
|
15252
|
+
"number": "7.3.3.13"
|
|
15253
|
+
},
|
|
15254
|
+
"definedIn": "pre",
|
|
15255
|
+
"links": []
|
|
15256
|
+
},
|
|
15257
|
+
{
|
|
15258
|
+
"id": "cddl-type-browsingcontextstartscreencastparameters",
|
|
15259
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#cddl-type-browsingcontextstartscreencastparameters",
|
|
15260
|
+
"linkingText": [
|
|
15261
|
+
"browsingContext.StartScreencastParameters"
|
|
15262
|
+
],
|
|
15263
|
+
"localLinkingText": [],
|
|
15264
|
+
"type": "cddl-type",
|
|
15265
|
+
"for": [],
|
|
15266
|
+
"access": "private",
|
|
15267
|
+
"informative": false,
|
|
15268
|
+
"heading": {
|
|
15269
|
+
"id": "command-browsingContext-startScreencast",
|
|
15270
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-startScreencast",
|
|
15271
|
+
"title": "The browsingContext.startScreencast Command",
|
|
15272
|
+
"number": "7.3.3.13"
|
|
15273
|
+
},
|
|
15274
|
+
"definedIn": "pre",
|
|
15275
|
+
"links": []
|
|
15276
|
+
},
|
|
15277
|
+
{
|
|
15278
|
+
"id": "cddl-key-browsingcontextstartscreencastparameters-context",
|
|
15279
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#cddl-key-browsingcontextstartscreencastparameters-context",
|
|
15280
|
+
"linkingText": [
|
|
15281
|
+
"context",
|
|
15282
|
+
"\"context\""
|
|
15283
|
+
],
|
|
15284
|
+
"localLinkingText": [],
|
|
15285
|
+
"type": "cddl-key",
|
|
15286
|
+
"for": [
|
|
15287
|
+
"browsingContext.StartScreencastParameters"
|
|
15288
|
+
],
|
|
15289
|
+
"access": "private",
|
|
15290
|
+
"informative": false,
|
|
15291
|
+
"heading": {
|
|
15292
|
+
"id": "command-browsingContext-startScreencast",
|
|
15293
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-startScreencast",
|
|
15294
|
+
"title": "The browsingContext.startScreencast Command",
|
|
15295
|
+
"number": "7.3.3.13"
|
|
15296
|
+
},
|
|
15297
|
+
"definedIn": "pre",
|
|
15298
|
+
"links": []
|
|
15299
|
+
},
|
|
15300
|
+
{
|
|
15301
|
+
"id": "cddl-key-browsingcontextstartscreencastparameters-mimetype",
|
|
15302
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#cddl-key-browsingcontextstartscreencastparameters-mimetype",
|
|
15303
|
+
"linkingText": [
|
|
15304
|
+
"mimeType",
|
|
15305
|
+
"\"mimeType\""
|
|
15306
|
+
],
|
|
15307
|
+
"localLinkingText": [],
|
|
15308
|
+
"type": "cddl-key",
|
|
15309
|
+
"for": [
|
|
15310
|
+
"browsingContext.StartScreencastParameters"
|
|
15311
|
+
],
|
|
15312
|
+
"access": "private",
|
|
15313
|
+
"informative": false,
|
|
15314
|
+
"heading": {
|
|
15315
|
+
"id": "command-browsingContext-startScreencast",
|
|
15316
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-startScreencast",
|
|
15317
|
+
"title": "The browsingContext.startScreencast Command",
|
|
15318
|
+
"number": "7.3.3.13"
|
|
15319
|
+
},
|
|
15320
|
+
"definedIn": "pre",
|
|
15321
|
+
"links": []
|
|
15322
|
+
},
|
|
15323
|
+
{
|
|
15324
|
+
"id": "cddl-key-browsingcontextstartscreencastparameters-video",
|
|
15325
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#cddl-key-browsingcontextstartscreencastparameters-video",
|
|
15326
|
+
"linkingText": [
|
|
15327
|
+
"video",
|
|
15328
|
+
"\"video\""
|
|
15329
|
+
],
|
|
15330
|
+
"localLinkingText": [],
|
|
15331
|
+
"type": "cddl-key",
|
|
15332
|
+
"for": [
|
|
15333
|
+
"browsingContext.StartScreencastParameters"
|
|
15334
|
+
],
|
|
15335
|
+
"access": "private",
|
|
15336
|
+
"informative": false,
|
|
15337
|
+
"heading": {
|
|
15338
|
+
"id": "command-browsingContext-startScreencast",
|
|
15339
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-startScreencast",
|
|
15340
|
+
"title": "The browsingContext.startScreencast Command",
|
|
15341
|
+
"number": "7.3.3.13"
|
|
15342
|
+
},
|
|
15343
|
+
"definedIn": "pre",
|
|
15344
|
+
"links": []
|
|
15345
|
+
},
|
|
15346
|
+
{
|
|
15347
|
+
"id": "cddl-key-browsingcontextstartscreencastparameters-audio",
|
|
15348
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#cddl-key-browsingcontextstartscreencastparameters-audio",
|
|
15349
|
+
"linkingText": [
|
|
15350
|
+
"audio",
|
|
15351
|
+
"\"audio\""
|
|
15352
|
+
],
|
|
15353
|
+
"localLinkingText": [],
|
|
15354
|
+
"type": "cddl-key",
|
|
15355
|
+
"for": [
|
|
15356
|
+
"browsingContext.StartScreencastParameters"
|
|
15357
|
+
],
|
|
15358
|
+
"access": "private",
|
|
15359
|
+
"informative": false,
|
|
15360
|
+
"heading": {
|
|
15361
|
+
"id": "command-browsingContext-startScreencast",
|
|
15362
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-startScreencast",
|
|
15363
|
+
"title": "The browsingContext.startScreencast Command",
|
|
15364
|
+
"number": "7.3.3.13"
|
|
15365
|
+
},
|
|
15366
|
+
"definedIn": "pre",
|
|
15367
|
+
"links": []
|
|
15368
|
+
},
|
|
15369
|
+
{
|
|
15370
|
+
"id": "cddl-type-browsingcontextmediatrackconstraints",
|
|
15371
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#cddl-type-browsingcontextmediatrackconstraints",
|
|
15372
|
+
"linkingText": [
|
|
15373
|
+
"browsingContext.MediaTrackConstraints"
|
|
15374
|
+
],
|
|
15375
|
+
"localLinkingText": [],
|
|
15376
|
+
"type": "cddl-type",
|
|
15377
|
+
"for": [],
|
|
15378
|
+
"access": "private",
|
|
15379
|
+
"informative": false,
|
|
15380
|
+
"heading": {
|
|
15381
|
+
"id": "command-browsingContext-startScreencast",
|
|
15382
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-startScreencast",
|
|
15383
|
+
"title": "The browsingContext.startScreencast Command",
|
|
15384
|
+
"number": "7.3.3.13"
|
|
15385
|
+
},
|
|
15386
|
+
"definedIn": "pre",
|
|
15387
|
+
"links": []
|
|
15388
|
+
},
|
|
15389
|
+
{
|
|
15390
|
+
"id": "cddl-key-browsingcontextmediatrackconstraints-width",
|
|
15391
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#cddl-key-browsingcontextmediatrackconstraints-width",
|
|
15392
|
+
"linkingText": [
|
|
15393
|
+
"width",
|
|
15394
|
+
"\"width\""
|
|
15395
|
+
],
|
|
15396
|
+
"localLinkingText": [],
|
|
15397
|
+
"type": "cddl-key",
|
|
15398
|
+
"for": [
|
|
15399
|
+
"browsingContext.MediaTrackConstraints"
|
|
15400
|
+
],
|
|
15401
|
+
"access": "private",
|
|
15402
|
+
"informative": false,
|
|
15403
|
+
"heading": {
|
|
15404
|
+
"id": "command-browsingContext-startScreencast",
|
|
15405
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-startScreencast",
|
|
15406
|
+
"title": "The browsingContext.startScreencast Command",
|
|
15407
|
+
"number": "7.3.3.13"
|
|
15408
|
+
},
|
|
15409
|
+
"definedIn": "pre",
|
|
15410
|
+
"links": []
|
|
15411
|
+
},
|
|
15412
|
+
{
|
|
15413
|
+
"id": "cddl-key-browsingcontextmediatrackconstraints-height",
|
|
15414
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#cddl-key-browsingcontextmediatrackconstraints-height",
|
|
15415
|
+
"linkingText": [
|
|
15416
|
+
"height",
|
|
15417
|
+
"\"height\""
|
|
15418
|
+
],
|
|
15419
|
+
"localLinkingText": [],
|
|
15420
|
+
"type": "cddl-key",
|
|
15421
|
+
"for": [
|
|
15422
|
+
"browsingContext.MediaTrackConstraints"
|
|
15423
|
+
],
|
|
15424
|
+
"access": "private",
|
|
15425
|
+
"informative": false,
|
|
15426
|
+
"heading": {
|
|
15427
|
+
"id": "command-browsingContext-startScreencast",
|
|
15428
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-startScreencast",
|
|
15429
|
+
"title": "The browsingContext.startScreencast Command",
|
|
15430
|
+
"number": "7.3.3.13"
|
|
15431
|
+
},
|
|
15432
|
+
"definedIn": "pre",
|
|
15433
|
+
"links": []
|
|
15434
|
+
},
|
|
15435
|
+
{
|
|
15436
|
+
"id": "cddl-key-browsingcontextmediatrackconstraints-framerate",
|
|
15437
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#cddl-key-browsingcontextmediatrackconstraints-framerate",
|
|
15438
|
+
"linkingText": [
|
|
15439
|
+
"frameRate",
|
|
15440
|
+
"\"frameRate\""
|
|
15441
|
+
],
|
|
15442
|
+
"localLinkingText": [],
|
|
15443
|
+
"type": "cddl-key",
|
|
15444
|
+
"for": [
|
|
15445
|
+
"browsingContext.MediaTrackConstraints"
|
|
15446
|
+
],
|
|
15447
|
+
"access": "private",
|
|
15448
|
+
"informative": false,
|
|
15449
|
+
"heading": {
|
|
15450
|
+
"id": "command-browsingContext-startScreencast",
|
|
15451
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-startScreencast",
|
|
15452
|
+
"title": "The browsingContext.startScreencast Command",
|
|
15453
|
+
"number": "7.3.3.13"
|
|
15454
|
+
},
|
|
15455
|
+
"definedIn": "pre",
|
|
15456
|
+
"links": []
|
|
15457
|
+
},
|
|
15458
|
+
{
|
|
15459
|
+
"id": "cddl-type-browsingcontextstartscreencastresult",
|
|
15460
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#cddl-type-browsingcontextstartscreencastresult",
|
|
15461
|
+
"linkingText": [
|
|
15462
|
+
"browsingContext.StartScreencastResult"
|
|
15463
|
+
],
|
|
15464
|
+
"localLinkingText": [],
|
|
15465
|
+
"type": "cddl-type",
|
|
15466
|
+
"for": [],
|
|
15467
|
+
"access": "private",
|
|
15468
|
+
"informative": false,
|
|
15469
|
+
"heading": {
|
|
15470
|
+
"id": "command-browsingContext-startScreencast",
|
|
15471
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-startScreencast",
|
|
15472
|
+
"title": "The browsingContext.startScreencast Command",
|
|
15473
|
+
"number": "7.3.3.13"
|
|
15474
|
+
},
|
|
15475
|
+
"definedIn": "pre",
|
|
15476
|
+
"links": []
|
|
15477
|
+
},
|
|
15478
|
+
{
|
|
15479
|
+
"id": "cddl-key-browsingcontextstartscreencastresult-screencast",
|
|
15480
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#cddl-key-browsingcontextstartscreencastresult-screencast",
|
|
15481
|
+
"linkingText": [
|
|
15482
|
+
"screencast",
|
|
15483
|
+
"\"screencast\""
|
|
15484
|
+
],
|
|
15485
|
+
"localLinkingText": [],
|
|
15486
|
+
"type": "cddl-key",
|
|
15487
|
+
"for": [
|
|
15488
|
+
"browsingContext.StartScreencastResult"
|
|
15489
|
+
],
|
|
15490
|
+
"access": "private",
|
|
15491
|
+
"informative": false,
|
|
15492
|
+
"heading": {
|
|
15493
|
+
"id": "command-browsingContext-startScreencast",
|
|
15494
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-startScreencast",
|
|
15495
|
+
"title": "The browsingContext.startScreencast Command",
|
|
15496
|
+
"number": "7.3.3.13"
|
|
15497
|
+
},
|
|
15498
|
+
"definedIn": "pre",
|
|
15499
|
+
"links": []
|
|
15500
|
+
},
|
|
15501
|
+
{
|
|
15502
|
+
"id": "cddl-key-browsingcontextstartscreencastresult-path",
|
|
15503
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#cddl-key-browsingcontextstartscreencastresult-path",
|
|
15504
|
+
"linkingText": [
|
|
15505
|
+
"path",
|
|
15506
|
+
"\"path\""
|
|
15507
|
+
],
|
|
15508
|
+
"localLinkingText": [],
|
|
15509
|
+
"type": "cddl-key",
|
|
15510
|
+
"for": [
|
|
15511
|
+
"browsingContext.StartScreencastResult"
|
|
15512
|
+
],
|
|
15513
|
+
"access": "private",
|
|
15514
|
+
"informative": false,
|
|
15515
|
+
"heading": {
|
|
15516
|
+
"id": "command-browsingContext-startScreencast",
|
|
15517
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-startScreencast",
|
|
15518
|
+
"title": "The browsingContext.startScreencast Command",
|
|
15519
|
+
"number": "7.3.3.13"
|
|
15520
|
+
},
|
|
15521
|
+
"definedIn": "pre",
|
|
15522
|
+
"links": []
|
|
15523
|
+
},
|
|
15524
|
+
{
|
|
15525
|
+
"id": "cddl-type-browsingcontextscreencast",
|
|
15526
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#cddl-type-browsingcontextscreencast",
|
|
15527
|
+
"linkingText": [
|
|
15528
|
+
"browsingContext.Screencast"
|
|
15529
|
+
],
|
|
15530
|
+
"localLinkingText": [],
|
|
15531
|
+
"type": "cddl-type",
|
|
15532
|
+
"for": [],
|
|
15533
|
+
"access": "private",
|
|
15534
|
+
"informative": false,
|
|
15535
|
+
"heading": {
|
|
15536
|
+
"id": "command-browsingContext-startScreencast",
|
|
15537
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-startScreencast",
|
|
15538
|
+
"title": "The browsingContext.startScreencast Command",
|
|
15539
|
+
"number": "7.3.3.13"
|
|
15540
|
+
},
|
|
15541
|
+
"definedIn": "pre",
|
|
15542
|
+
"links": []
|
|
15543
|
+
},
|
|
15544
|
+
{
|
|
15545
|
+
"id": "commands-browsingcontextstopscreencast",
|
|
15546
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#commands-browsingcontextstopscreencast",
|
|
15547
|
+
"linkingText": [
|
|
15548
|
+
"browsingContext.stopScreencast"
|
|
15549
|
+
],
|
|
15550
|
+
"localLinkingText": [],
|
|
15551
|
+
"type": "dfn",
|
|
15552
|
+
"for": [
|
|
15553
|
+
"commands"
|
|
15554
|
+
],
|
|
15555
|
+
"access": "public",
|
|
15556
|
+
"informative": false,
|
|
15557
|
+
"heading": {
|
|
15558
|
+
"id": "command-browsingContext-stopScreencast",
|
|
15559
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-stopScreencast",
|
|
15560
|
+
"title": "The browsingContext.stopScreencast Command",
|
|
15561
|
+
"number": "7.3.3.14"
|
|
15562
|
+
},
|
|
15563
|
+
"definedIn": "prose",
|
|
15564
|
+
"links": []
|
|
15565
|
+
},
|
|
15566
|
+
{
|
|
15567
|
+
"id": "cddl-type-browsingcontextstopscreencast",
|
|
15568
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#cddl-type-browsingcontextstopscreencast",
|
|
15569
|
+
"linkingText": [
|
|
15570
|
+
"browsingContext.StopScreencast"
|
|
15571
|
+
],
|
|
15572
|
+
"localLinkingText": [],
|
|
15573
|
+
"type": "cddl-type",
|
|
15574
|
+
"for": [],
|
|
15575
|
+
"access": "private",
|
|
15576
|
+
"informative": false,
|
|
15577
|
+
"heading": {
|
|
15578
|
+
"id": "command-browsingContext-stopScreencast",
|
|
15579
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-stopScreencast",
|
|
15580
|
+
"title": "The browsingContext.stopScreencast Command",
|
|
15581
|
+
"number": "7.3.3.14"
|
|
15582
|
+
},
|
|
15583
|
+
"definedIn": "pre",
|
|
15584
|
+
"links": []
|
|
15585
|
+
},
|
|
15586
|
+
{
|
|
15587
|
+
"id": "cddl-key-browsingcontextstopscreencast-method",
|
|
15588
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#cddl-key-browsingcontextstopscreencast-method",
|
|
15589
|
+
"linkingText": [
|
|
15590
|
+
"method",
|
|
15591
|
+
"\"method\""
|
|
15592
|
+
],
|
|
15593
|
+
"localLinkingText": [],
|
|
15594
|
+
"type": "cddl-key",
|
|
15595
|
+
"for": [
|
|
15596
|
+
"browsingContext.StopScreencast"
|
|
15597
|
+
],
|
|
15598
|
+
"access": "private",
|
|
15599
|
+
"informative": false,
|
|
15600
|
+
"heading": {
|
|
15601
|
+
"id": "command-browsingContext-stopScreencast",
|
|
15602
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-stopScreencast",
|
|
15603
|
+
"title": "The browsingContext.stopScreencast Command",
|
|
15604
|
+
"number": "7.3.3.14"
|
|
15605
|
+
},
|
|
15606
|
+
"definedIn": "pre",
|
|
15607
|
+
"links": []
|
|
15608
|
+
},
|
|
15609
|
+
{
|
|
15610
|
+
"id": "cddl-value-browsingcontextstopscreencast-method-browsingcontextstopscreencast",
|
|
15611
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#cddl-value-browsingcontextstopscreencast-method-browsingcontextstopscreencast",
|
|
15612
|
+
"linkingText": [
|
|
15613
|
+
"browsingContext.stopScreencast",
|
|
15614
|
+
"\"browsingContext.stopScreencast\""
|
|
15615
|
+
],
|
|
15616
|
+
"localLinkingText": [],
|
|
15617
|
+
"type": "cddl-value",
|
|
15618
|
+
"for": [
|
|
15619
|
+
"browsingContext.StopScreencast/method"
|
|
15620
|
+
],
|
|
15621
|
+
"access": "private",
|
|
15622
|
+
"informative": false,
|
|
15623
|
+
"heading": {
|
|
15624
|
+
"id": "command-browsingContext-stopScreencast",
|
|
15625
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-stopScreencast",
|
|
15626
|
+
"title": "The browsingContext.stopScreencast Command",
|
|
15627
|
+
"number": "7.3.3.14"
|
|
15628
|
+
},
|
|
15629
|
+
"definedIn": "pre",
|
|
15630
|
+
"links": []
|
|
15631
|
+
},
|
|
15632
|
+
{
|
|
15633
|
+
"id": "cddl-key-browsingcontextstopscreencast-params",
|
|
15634
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#cddl-key-browsingcontextstopscreencast-params",
|
|
15635
|
+
"linkingText": [
|
|
15636
|
+
"params",
|
|
15637
|
+
"\"params\""
|
|
15638
|
+
],
|
|
15639
|
+
"localLinkingText": [],
|
|
15640
|
+
"type": "cddl-key",
|
|
15641
|
+
"for": [
|
|
15642
|
+
"browsingContext.StopScreencast"
|
|
15643
|
+
],
|
|
15644
|
+
"access": "private",
|
|
15645
|
+
"informative": false,
|
|
15646
|
+
"heading": {
|
|
15647
|
+
"id": "command-browsingContext-stopScreencast",
|
|
15648
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-stopScreencast",
|
|
15649
|
+
"title": "The browsingContext.stopScreencast Command",
|
|
15650
|
+
"number": "7.3.3.14"
|
|
15651
|
+
},
|
|
15652
|
+
"definedIn": "pre",
|
|
15653
|
+
"links": []
|
|
15654
|
+
},
|
|
15655
|
+
{
|
|
15656
|
+
"id": "cddl-type-browsingcontextstopscreencastparameters",
|
|
15657
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#cddl-type-browsingcontextstopscreencastparameters",
|
|
15658
|
+
"linkingText": [
|
|
15659
|
+
"browsingContext.StopScreencastParameters"
|
|
15660
|
+
],
|
|
15661
|
+
"localLinkingText": [],
|
|
15662
|
+
"type": "cddl-type",
|
|
15663
|
+
"for": [],
|
|
15664
|
+
"access": "private",
|
|
15665
|
+
"informative": false,
|
|
15666
|
+
"heading": {
|
|
15667
|
+
"id": "command-browsingContext-stopScreencast",
|
|
15668
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-stopScreencast",
|
|
15669
|
+
"title": "The browsingContext.stopScreencast Command",
|
|
15670
|
+
"number": "7.3.3.14"
|
|
15671
|
+
},
|
|
15672
|
+
"definedIn": "pre",
|
|
15673
|
+
"links": []
|
|
15674
|
+
},
|
|
15675
|
+
{
|
|
15676
|
+
"id": "cddl-key-browsingcontextstopscreencastparameters-screencast",
|
|
15677
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#cddl-key-browsingcontextstopscreencastparameters-screencast",
|
|
15678
|
+
"linkingText": [
|
|
15679
|
+
"screencast",
|
|
15680
|
+
"\"screencast\""
|
|
15681
|
+
],
|
|
15682
|
+
"localLinkingText": [],
|
|
15683
|
+
"type": "cddl-key",
|
|
15684
|
+
"for": [
|
|
15685
|
+
"browsingContext.StopScreencastParameters"
|
|
15686
|
+
],
|
|
15687
|
+
"access": "private",
|
|
15688
|
+
"informative": false,
|
|
15689
|
+
"heading": {
|
|
15690
|
+
"id": "command-browsingContext-stopScreencast",
|
|
15691
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-stopScreencast",
|
|
15692
|
+
"title": "The browsingContext.stopScreencast Command",
|
|
15693
|
+
"number": "7.3.3.14"
|
|
15694
|
+
},
|
|
15695
|
+
"definedIn": "pre",
|
|
15696
|
+
"links": []
|
|
15697
|
+
},
|
|
15698
|
+
{
|
|
15699
|
+
"id": "cddl-type-browsingcontextstopscreencastresult",
|
|
15700
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#cddl-type-browsingcontextstopscreencastresult",
|
|
15701
|
+
"linkingText": [
|
|
15702
|
+
"browsingContext.StopScreencastResult"
|
|
15703
|
+
],
|
|
15704
|
+
"localLinkingText": [],
|
|
15705
|
+
"type": "cddl-type",
|
|
15706
|
+
"for": [],
|
|
15707
|
+
"access": "private",
|
|
15708
|
+
"informative": false,
|
|
15709
|
+
"heading": {
|
|
15710
|
+
"id": "command-browsingContext-stopScreencast",
|
|
15711
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-stopScreencast",
|
|
15712
|
+
"title": "The browsingContext.stopScreencast Command",
|
|
15713
|
+
"number": "7.3.3.14"
|
|
15714
|
+
},
|
|
15715
|
+
"definedIn": "pre",
|
|
15716
|
+
"links": []
|
|
15717
|
+
},
|
|
15718
|
+
{
|
|
15719
|
+
"id": "cddl-key-browsingcontextstopscreencastresult-path",
|
|
15720
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#cddl-key-browsingcontextstopscreencastresult-path",
|
|
15721
|
+
"linkingText": [
|
|
15722
|
+
"path",
|
|
15723
|
+
"\"path\""
|
|
15724
|
+
],
|
|
15725
|
+
"localLinkingText": [],
|
|
15726
|
+
"type": "cddl-key",
|
|
15727
|
+
"for": [
|
|
15728
|
+
"browsingContext.StopScreencastResult"
|
|
15729
|
+
],
|
|
15730
|
+
"access": "private",
|
|
15731
|
+
"informative": false,
|
|
15732
|
+
"heading": {
|
|
15733
|
+
"id": "command-browsingContext-stopScreencast",
|
|
15734
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-stopScreencast",
|
|
15735
|
+
"title": "The browsingContext.stopScreencast Command",
|
|
15736
|
+
"number": "7.3.3.14"
|
|
15737
|
+
},
|
|
15738
|
+
"definedIn": "pre",
|
|
15739
|
+
"links": []
|
|
15740
|
+
},
|
|
15741
|
+
{
|
|
15742
|
+
"id": "cddl-key-browsingcontextstopscreencastresult-error",
|
|
15743
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#cddl-key-browsingcontextstopscreencastresult-error",
|
|
15744
|
+
"linkingText": [
|
|
15745
|
+
"error",
|
|
15746
|
+
"\"error\""
|
|
15747
|
+
],
|
|
15748
|
+
"localLinkingText": [],
|
|
15749
|
+
"type": "cddl-key",
|
|
15750
|
+
"for": [
|
|
15751
|
+
"browsingContext.StopScreencastResult"
|
|
15752
|
+
],
|
|
15753
|
+
"access": "private",
|
|
15754
|
+
"informative": false,
|
|
15755
|
+
"heading": {
|
|
15756
|
+
"id": "command-browsingContext-stopScreencast",
|
|
15757
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-stopScreencast",
|
|
15758
|
+
"title": "The browsingContext.stopScreencast Command",
|
|
15759
|
+
"number": "7.3.3.14"
|
|
15760
|
+
},
|
|
15761
|
+
"definedIn": "pre",
|
|
15762
|
+
"links": []
|
|
15763
|
+
},
|
|
15764
|
+
{
|
|
15765
|
+
"id": "commands-browsingcontexttraversehistory",
|
|
15766
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#commands-browsingcontexttraversehistory",
|
|
15767
|
+
"linkingText": [
|
|
15768
|
+
"browsingContext.traverseHistory"
|
|
15769
|
+
],
|
|
15770
|
+
"localLinkingText": [],
|
|
15771
|
+
"type": "dfn",
|
|
15772
|
+
"for": [
|
|
15773
|
+
"commands"
|
|
15774
|
+
],
|
|
15775
|
+
"access": "public",
|
|
15776
|
+
"informative": false,
|
|
15777
|
+
"heading": {
|
|
15778
|
+
"id": "command-browsingContext-traverseHistory",
|
|
15779
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-traverseHistory",
|
|
15780
|
+
"title": "The browsingContext.traverseHistory Command",
|
|
15781
|
+
"number": "7.3.3.15"
|
|
15782
|
+
},
|
|
15783
|
+
"definedIn": "prose",
|
|
15784
|
+
"links": []
|
|
15785
|
+
},
|
|
15786
|
+
{
|
|
15787
|
+
"id": "cddl-type-browsingcontexttraversehistory",
|
|
14873
15788
|
"href": "https://www.w3.org/TR/webdriver-bidi/#cddl-type-browsingcontexttraversehistory",
|
|
14874
15789
|
"linkingText": [
|
|
14875
15790
|
"browsingContext.TraverseHistory"
|
|
@@ -14883,7 +15798,7 @@
|
|
|
14883
15798
|
"id": "command-browsingContext-traverseHistory",
|
|
14884
15799
|
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-traverseHistory",
|
|
14885
15800
|
"title": "The browsingContext.traverseHistory Command",
|
|
14886
|
-
"number": "7.3.3.
|
|
15801
|
+
"number": "7.3.3.15"
|
|
14887
15802
|
},
|
|
14888
15803
|
"definedIn": "pre",
|
|
14889
15804
|
"links": []
|
|
@@ -14906,7 +15821,7 @@
|
|
|
14906
15821
|
"id": "command-browsingContext-traverseHistory",
|
|
14907
15822
|
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-traverseHistory",
|
|
14908
15823
|
"title": "The browsingContext.traverseHistory Command",
|
|
14909
|
-
"number": "7.3.3.
|
|
15824
|
+
"number": "7.3.3.15"
|
|
14910
15825
|
},
|
|
14911
15826
|
"definedIn": "pre",
|
|
14912
15827
|
"links": []
|
|
@@ -14929,7 +15844,7 @@
|
|
|
14929
15844
|
"id": "command-browsingContext-traverseHistory",
|
|
14930
15845
|
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-traverseHistory",
|
|
14931
15846
|
"title": "The browsingContext.traverseHistory Command",
|
|
14932
|
-
"number": "7.3.3.
|
|
15847
|
+
"number": "7.3.3.15"
|
|
14933
15848
|
},
|
|
14934
15849
|
"definedIn": "pre",
|
|
14935
15850
|
"links": []
|
|
@@ -14952,7 +15867,7 @@
|
|
|
14952
15867
|
"id": "command-browsingContext-traverseHistory",
|
|
14953
15868
|
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-traverseHistory",
|
|
14954
15869
|
"title": "The browsingContext.traverseHistory Command",
|
|
14955
|
-
"number": "7.3.3.
|
|
15870
|
+
"number": "7.3.3.15"
|
|
14956
15871
|
},
|
|
14957
15872
|
"definedIn": "pre",
|
|
14958
15873
|
"links": []
|
|
@@ -14972,7 +15887,7 @@
|
|
|
14972
15887
|
"id": "command-browsingContext-traverseHistory",
|
|
14973
15888
|
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-traverseHistory",
|
|
14974
15889
|
"title": "The browsingContext.traverseHistory Command",
|
|
14975
|
-
"number": "7.3.3.
|
|
15890
|
+
"number": "7.3.3.15"
|
|
14976
15891
|
},
|
|
14977
15892
|
"definedIn": "pre",
|
|
14978
15893
|
"links": []
|
|
@@ -14995,7 +15910,7 @@
|
|
|
14995
15910
|
"id": "command-browsingContext-traverseHistory",
|
|
14996
15911
|
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-traverseHistory",
|
|
14997
15912
|
"title": "The browsingContext.traverseHistory Command",
|
|
14998
|
-
"number": "7.3.3.
|
|
15913
|
+
"number": "7.3.3.15"
|
|
14999
15914
|
},
|
|
15000
15915
|
"definedIn": "pre",
|
|
15001
15916
|
"links": []
|
|
@@ -15018,7 +15933,7 @@
|
|
|
15018
15933
|
"id": "command-browsingContext-traverseHistory",
|
|
15019
15934
|
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-traverseHistory",
|
|
15020
15935
|
"title": "The browsingContext.traverseHistory Command",
|
|
15021
|
-
"number": "7.3.3.
|
|
15936
|
+
"number": "7.3.3.15"
|
|
15022
15937
|
},
|
|
15023
15938
|
"definedIn": "pre",
|
|
15024
15939
|
"links": []
|
|
@@ -15038,7 +15953,7 @@
|
|
|
15038
15953
|
"id": "command-browsingContext-traverseHistory",
|
|
15039
15954
|
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-traverseHistory",
|
|
15040
15955
|
"title": "The browsingContext.traverseHistory Command",
|
|
15041
|
-
"number": "7.3.3.
|
|
15956
|
+
"number": "7.3.3.15"
|
|
15042
15957
|
},
|
|
15043
15958
|
"definedIn": "pre",
|
|
15044
15959
|
"links": []
|
|
@@ -15058,7 +15973,7 @@
|
|
|
15058
15973
|
"id": "command-browsingContext-traverseHistory",
|
|
15059
15974
|
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-traverseHistory",
|
|
15060
15975
|
"title": "The browsingContext.traverseHistory Command",
|
|
15061
|
-
"number": "7.3.3.
|
|
15976
|
+
"number": "7.3.3.15"
|
|
15062
15977
|
},
|
|
15063
15978
|
"definedIn": "prose",
|
|
15064
15979
|
"links": []
|
|
@@ -15078,7 +15993,7 @@
|
|
|
15078
15993
|
"id": "command-browsingContext-traverseHistory",
|
|
15079
15994
|
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-traverseHistory",
|
|
15080
15995
|
"title": "The browsingContext.traverseHistory Command",
|
|
15081
|
-
"number": "7.3.3.
|
|
15996
|
+
"number": "7.3.3.15"
|
|
15082
15997
|
},
|
|
15083
15998
|
"definedIn": "prose",
|
|
15084
15999
|
"links": []
|