doc-detective 4.26.1 → 4.26.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/bin/runner-entrypoint.js +17 -2
- package/dist/common/src/schemas/schemas.json +70 -70
- package/dist/common/src/types/generated/goTo_v3.d.ts +2 -2
- package/dist/common/src/types/generated/step_v3.d.ts +2 -2
- package/dist/common/src/types/generated/test_v3.d.ts +4 -4
- package/dist/index.cjs +70 -70
- package/package.json +1 -1
|
@@ -18586,7 +18586,7 @@
|
|
|
18586
18586
|
"additionalProperties": false,
|
|
18587
18587
|
"properties": {
|
|
18588
18588
|
"networkIdleTime": {
|
|
18589
|
-
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
18589
|
+
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the page as network-idle as soon as the first check completes (default: 500).",
|
|
18590
18590
|
"anyOf": [
|
|
18591
18591
|
{
|
|
18592
18592
|
"type": "integer",
|
|
@@ -18599,7 +18599,7 @@
|
|
|
18599
18599
|
"default": 500
|
|
18600
18600
|
},
|
|
18601
18601
|
"domIdleTime": {
|
|
18602
|
-
"description": "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
18602
|
+
"description": "Wait for DOM mutations to stop for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the DOM as stable as soon as the first check completes (default: 1000).",
|
|
18603
18603
|
"anyOf": [
|
|
18604
18604
|
{
|
|
18605
18605
|
"type": "integer",
|
|
@@ -19118,7 +19118,7 @@
|
|
|
19118
19118
|
"additionalProperties": false,
|
|
19119
19119
|
"properties": {
|
|
19120
19120
|
"networkIdleTime": {
|
|
19121
|
-
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
19121
|
+
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the page as network-idle as soon as the first check completes (default: 500).",
|
|
19122
19122
|
"anyOf": [
|
|
19123
19123
|
{
|
|
19124
19124
|
"type": "integer",
|
|
@@ -19131,7 +19131,7 @@
|
|
|
19131
19131
|
"default": 500
|
|
19132
19132
|
},
|
|
19133
19133
|
"domIdleTime": {
|
|
19134
|
-
"description": "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
19134
|
+
"description": "Wait for DOM mutations to stop for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the DOM as stable as soon as the first check completes (default: 1000).",
|
|
19135
19135
|
"anyOf": [
|
|
19136
19136
|
{
|
|
19137
19137
|
"type": "integer",
|
|
@@ -19414,7 +19414,7 @@
|
|
|
19414
19414
|
"url": "https://www.example.com/app",
|
|
19415
19415
|
"timeout": 60000,
|
|
19416
19416
|
"waitUntil": {
|
|
19417
|
-
"networkIdleTime":
|
|
19417
|
+
"networkIdleTime": 0
|
|
19418
19418
|
}
|
|
19419
19419
|
},
|
|
19420
19420
|
{
|
|
@@ -64161,7 +64161,7 @@
|
|
|
64161
64161
|
"additionalProperties": false,
|
|
64162
64162
|
"properties": {
|
|
64163
64163
|
"networkIdleTime": {
|
|
64164
|
-
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
64164
|
+
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the page as network-idle as soon as the first check completes (default: 500).",
|
|
64165
64165
|
"anyOf": [
|
|
64166
64166
|
{
|
|
64167
64167
|
"type": "integer",
|
|
@@ -64174,7 +64174,7 @@
|
|
|
64174
64174
|
"default": 500
|
|
64175
64175
|
},
|
|
64176
64176
|
"domIdleTime": {
|
|
64177
|
-
"description": "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
64177
|
+
"description": "Wait for DOM mutations to stop for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the DOM as stable as soon as the first check completes (default: 1000).",
|
|
64178
64178
|
"anyOf": [
|
|
64179
64179
|
{
|
|
64180
64180
|
"type": "integer",
|
|
@@ -64693,7 +64693,7 @@
|
|
|
64693
64693
|
"additionalProperties": false,
|
|
64694
64694
|
"properties": {
|
|
64695
64695
|
"networkIdleTime": {
|
|
64696
|
-
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
64696
|
+
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the page as network-idle as soon as the first check completes (default: 500).",
|
|
64697
64697
|
"anyOf": [
|
|
64698
64698
|
{
|
|
64699
64699
|
"type": "integer",
|
|
@@ -64706,7 +64706,7 @@
|
|
|
64706
64706
|
"default": 500
|
|
64707
64707
|
},
|
|
64708
64708
|
"domIdleTime": {
|
|
64709
|
-
"description": "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
64709
|
+
"description": "Wait for DOM mutations to stop for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the DOM as stable as soon as the first check completes (default: 1000).",
|
|
64710
64710
|
"anyOf": [
|
|
64711
64711
|
{
|
|
64712
64712
|
"type": "integer",
|
|
@@ -64989,7 +64989,7 @@
|
|
|
64989
64989
|
"url": "https://www.example.com/app",
|
|
64990
64990
|
"timeout": 60000,
|
|
64991
64991
|
"waitUntil": {
|
|
64992
|
-
"networkIdleTime":
|
|
64992
|
+
"networkIdleTime": 0
|
|
64993
64993
|
}
|
|
64994
64994
|
},
|
|
64995
64995
|
{
|
|
@@ -103755,7 +103755,7 @@
|
|
|
103755
103755
|
"additionalProperties": false,
|
|
103756
103756
|
"properties": {
|
|
103757
103757
|
"networkIdleTime": {
|
|
103758
|
-
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
103758
|
+
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the page as network-idle as soon as the first check completes (default: 500).",
|
|
103759
103759
|
"anyOf": [
|
|
103760
103760
|
{
|
|
103761
103761
|
"type": "integer",
|
|
@@ -103768,7 +103768,7 @@
|
|
|
103768
103768
|
"default": 500
|
|
103769
103769
|
},
|
|
103770
103770
|
"domIdleTime": {
|
|
103771
|
-
"description": "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
103771
|
+
"description": "Wait for DOM mutations to stop for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the DOM as stable as soon as the first check completes (default: 1000).",
|
|
103772
103772
|
"anyOf": [
|
|
103773
103773
|
{
|
|
103774
103774
|
"type": "integer",
|
|
@@ -104287,7 +104287,7 @@
|
|
|
104287
104287
|
"additionalProperties": false,
|
|
104288
104288
|
"properties": {
|
|
104289
104289
|
"networkIdleTime": {
|
|
104290
|
-
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
104290
|
+
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the page as network-idle as soon as the first check completes (default: 500).",
|
|
104291
104291
|
"anyOf": [
|
|
104292
104292
|
{
|
|
104293
104293
|
"type": "integer",
|
|
@@ -104300,7 +104300,7 @@
|
|
|
104300
104300
|
"default": 500
|
|
104301
104301
|
},
|
|
104302
104302
|
"domIdleTime": {
|
|
104303
|
-
"description": "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
104303
|
+
"description": "Wait for DOM mutations to stop for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the DOM as stable as soon as the first check completes (default: 1000).",
|
|
104304
104304
|
"anyOf": [
|
|
104305
104305
|
{
|
|
104306
104306
|
"type": "integer",
|
|
@@ -104583,7 +104583,7 @@
|
|
|
104583
104583
|
"url": "https://www.example.com/app",
|
|
104584
104584
|
"timeout": 60000,
|
|
104585
104585
|
"waitUntil": {
|
|
104586
|
-
"networkIdleTime":
|
|
104586
|
+
"networkIdleTime": 0
|
|
104587
104587
|
}
|
|
104588
104588
|
},
|
|
104589
104589
|
{
|
|
@@ -123057,7 +123057,7 @@
|
|
|
123057
123057
|
"additionalProperties": false,
|
|
123058
123058
|
"properties": {
|
|
123059
123059
|
"networkIdleTime": {
|
|
123060
|
-
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
123060
|
+
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the page as network-idle as soon as the first check completes (default: 500).",
|
|
123061
123061
|
"anyOf": [
|
|
123062
123062
|
{
|
|
123063
123063
|
"type": "integer",
|
|
@@ -123070,7 +123070,7 @@
|
|
|
123070
123070
|
"default": 500
|
|
123071
123071
|
},
|
|
123072
123072
|
"domIdleTime": {
|
|
123073
|
-
"description": "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
123073
|
+
"description": "Wait for DOM mutations to stop for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the DOM as stable as soon as the first check completes (default: 1000).",
|
|
123074
123074
|
"anyOf": [
|
|
123075
123075
|
{
|
|
123076
123076
|
"type": "integer",
|
|
@@ -123589,7 +123589,7 @@
|
|
|
123589
123589
|
"additionalProperties": false,
|
|
123590
123590
|
"properties": {
|
|
123591
123591
|
"networkIdleTime": {
|
|
123592
|
-
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
123592
|
+
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the page as network-idle as soon as the first check completes (default: 500).",
|
|
123593
123593
|
"anyOf": [
|
|
123594
123594
|
{
|
|
123595
123595
|
"type": "integer",
|
|
@@ -123602,7 +123602,7 @@
|
|
|
123602
123602
|
"default": 500
|
|
123603
123603
|
},
|
|
123604
123604
|
"domIdleTime": {
|
|
123605
|
-
"description": "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
123605
|
+
"description": "Wait for DOM mutations to stop for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the DOM as stable as soon as the first check completes (default: 1000).",
|
|
123606
123606
|
"anyOf": [
|
|
123607
123607
|
{
|
|
123608
123608
|
"type": "integer",
|
|
@@ -123885,7 +123885,7 @@
|
|
|
123885
123885
|
"url": "https://www.example.com/app",
|
|
123886
123886
|
"timeout": 60000,
|
|
123887
123887
|
"waitUntil": {
|
|
123888
|
-
"networkIdleTime":
|
|
123888
|
+
"networkIdleTime": 0
|
|
123889
123889
|
}
|
|
123890
123890
|
},
|
|
123891
123891
|
{
|
|
@@ -168632,7 +168632,7 @@
|
|
|
168632
168632
|
"additionalProperties": false,
|
|
168633
168633
|
"properties": {
|
|
168634
168634
|
"networkIdleTime": {
|
|
168635
|
-
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
168635
|
+
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the page as network-idle as soon as the first check completes (default: 500).",
|
|
168636
168636
|
"anyOf": [
|
|
168637
168637
|
{
|
|
168638
168638
|
"type": "integer",
|
|
@@ -168645,7 +168645,7 @@
|
|
|
168645
168645
|
"default": 500
|
|
168646
168646
|
},
|
|
168647
168647
|
"domIdleTime": {
|
|
168648
|
-
"description": "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
168648
|
+
"description": "Wait for DOM mutations to stop for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the DOM as stable as soon as the first check completes (default: 1000).",
|
|
168649
168649
|
"anyOf": [
|
|
168650
168650
|
{
|
|
168651
168651
|
"type": "integer",
|
|
@@ -169164,7 +169164,7 @@
|
|
|
169164
169164
|
"additionalProperties": false,
|
|
169165
169165
|
"properties": {
|
|
169166
169166
|
"networkIdleTime": {
|
|
169167
|
-
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
169167
|
+
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the page as network-idle as soon as the first check completes (default: 500).",
|
|
169168
169168
|
"anyOf": [
|
|
169169
169169
|
{
|
|
169170
169170
|
"type": "integer",
|
|
@@ -169177,7 +169177,7 @@
|
|
|
169177
169177
|
"default": 500
|
|
169178
169178
|
},
|
|
169179
169179
|
"domIdleTime": {
|
|
169180
|
-
"description": "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
169180
|
+
"description": "Wait for DOM mutations to stop for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the DOM as stable as soon as the first check completes (default: 1000).",
|
|
169181
169181
|
"anyOf": [
|
|
169182
169182
|
{
|
|
169183
169183
|
"type": "integer",
|
|
@@ -169460,7 +169460,7 @@
|
|
|
169460
169460
|
"url": "https://www.example.com/app",
|
|
169461
169461
|
"timeout": 60000,
|
|
169462
169462
|
"waitUntil": {
|
|
169463
|
-
"networkIdleTime":
|
|
169463
|
+
"networkIdleTime": 0
|
|
169464
169464
|
}
|
|
169465
169465
|
},
|
|
169466
169466
|
{
|
|
@@ -215980,7 +215980,7 @@
|
|
|
215980
215980
|
"additionalProperties": false,
|
|
215981
215981
|
"properties": {
|
|
215982
215982
|
"networkIdleTime": {
|
|
215983
|
-
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
215983
|
+
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the page as network-idle as soon as the first check completes (default: 500).",
|
|
215984
215984
|
"anyOf": [
|
|
215985
215985
|
{
|
|
215986
215986
|
"type": "integer",
|
|
@@ -215993,7 +215993,7 @@
|
|
|
215993
215993
|
"default": 500
|
|
215994
215994
|
},
|
|
215995
215995
|
"domIdleTime": {
|
|
215996
|
-
"description": "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
215996
|
+
"description": "Wait for DOM mutations to stop for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the DOM as stable as soon as the first check completes (default: 1000).",
|
|
215997
215997
|
"anyOf": [
|
|
215998
215998
|
{
|
|
215999
215999
|
"type": "integer",
|
|
@@ -216512,7 +216512,7 @@
|
|
|
216512
216512
|
"additionalProperties": false,
|
|
216513
216513
|
"properties": {
|
|
216514
216514
|
"networkIdleTime": {
|
|
216515
|
-
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
216515
|
+
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the page as network-idle as soon as the first check completes (default: 500).",
|
|
216516
216516
|
"anyOf": [
|
|
216517
216517
|
{
|
|
216518
216518
|
"type": "integer",
|
|
@@ -216525,7 +216525,7 @@
|
|
|
216525
216525
|
"default": 500
|
|
216526
216526
|
},
|
|
216527
216527
|
"domIdleTime": {
|
|
216528
|
-
"description": "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
216528
|
+
"description": "Wait for DOM mutations to stop for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the DOM as stable as soon as the first check completes (default: 1000).",
|
|
216529
216529
|
"anyOf": [
|
|
216530
216530
|
{
|
|
216531
216531
|
"type": "integer",
|
|
@@ -216808,7 +216808,7 @@
|
|
|
216808
216808
|
"url": "https://www.example.com/app",
|
|
216809
216809
|
"timeout": 60000,
|
|
216810
216810
|
"waitUntil": {
|
|
216811
|
-
"networkIdleTime":
|
|
216811
|
+
"networkIdleTime": 0
|
|
216812
216812
|
}
|
|
216813
216813
|
},
|
|
216814
216814
|
{
|
|
@@ -260854,7 +260854,7 @@
|
|
|
260854
260854
|
"additionalProperties": false,
|
|
260855
260855
|
"properties": {
|
|
260856
260856
|
"networkIdleTime": {
|
|
260857
|
-
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
260857
|
+
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the page as network-idle as soon as the first check completes (default: 500).",
|
|
260858
260858
|
"anyOf": [
|
|
260859
260859
|
{
|
|
260860
260860
|
"type": "integer",
|
|
@@ -260867,7 +260867,7 @@
|
|
|
260867
260867
|
"default": 500
|
|
260868
260868
|
},
|
|
260869
260869
|
"domIdleTime": {
|
|
260870
|
-
"description": "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
260870
|
+
"description": "Wait for DOM mutations to stop for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the DOM as stable as soon as the first check completes (default: 1000).",
|
|
260871
260871
|
"anyOf": [
|
|
260872
260872
|
{
|
|
260873
260873
|
"type": "integer",
|
|
@@ -261386,7 +261386,7 @@
|
|
|
261386
261386
|
"additionalProperties": false,
|
|
261387
261387
|
"properties": {
|
|
261388
261388
|
"networkIdleTime": {
|
|
261389
|
-
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
261389
|
+
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the page as network-idle as soon as the first check completes (default: 500).",
|
|
261390
261390
|
"anyOf": [
|
|
261391
261391
|
{
|
|
261392
261392
|
"type": "integer",
|
|
@@ -261399,7 +261399,7 @@
|
|
|
261399
261399
|
"default": 500
|
|
261400
261400
|
},
|
|
261401
261401
|
"domIdleTime": {
|
|
261402
|
-
"description": "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
261402
|
+
"description": "Wait for DOM mutations to stop for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the DOM as stable as soon as the first check completes (default: 1000).",
|
|
261403
261403
|
"anyOf": [
|
|
261404
261404
|
{
|
|
261405
261405
|
"type": "integer",
|
|
@@ -261682,7 +261682,7 @@
|
|
|
261682
261682
|
"url": "https://www.example.com/app",
|
|
261683
261683
|
"timeout": 60000,
|
|
261684
261684
|
"waitUntil": {
|
|
261685
|
-
"networkIdleTime":
|
|
261685
|
+
"networkIdleTime": 0
|
|
261686
261686
|
}
|
|
261687
261687
|
},
|
|
261688
261688
|
{
|
|
@@ -308689,7 +308689,7 @@
|
|
|
308689
308689
|
"additionalProperties": false,
|
|
308690
308690
|
"properties": {
|
|
308691
308691
|
"networkIdleTime": {
|
|
308692
|
-
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
308692
|
+
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the page as network-idle as soon as the first check completes (default: 500).",
|
|
308693
308693
|
"anyOf": [
|
|
308694
308694
|
{
|
|
308695
308695
|
"type": "integer",
|
|
@@ -308702,7 +308702,7 @@
|
|
|
308702
308702
|
"default": 500
|
|
308703
308703
|
},
|
|
308704
308704
|
"domIdleTime": {
|
|
308705
|
-
"description": "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
308705
|
+
"description": "Wait for DOM mutations to stop for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the DOM as stable as soon as the first check completes (default: 1000).",
|
|
308706
308706
|
"anyOf": [
|
|
308707
308707
|
{
|
|
308708
308708
|
"type": "integer",
|
|
@@ -309221,7 +309221,7 @@
|
|
|
309221
309221
|
"additionalProperties": false,
|
|
309222
309222
|
"properties": {
|
|
309223
309223
|
"networkIdleTime": {
|
|
309224
|
-
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
309224
|
+
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the page as network-idle as soon as the first check completes (default: 500).",
|
|
309225
309225
|
"anyOf": [
|
|
309226
309226
|
{
|
|
309227
309227
|
"type": "integer",
|
|
@@ -309234,7 +309234,7 @@
|
|
|
309234
309234
|
"default": 500
|
|
309235
309235
|
},
|
|
309236
309236
|
"domIdleTime": {
|
|
309237
|
-
"description": "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
309237
|
+
"description": "Wait for DOM mutations to stop for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the DOM as stable as soon as the first check completes (default: 1000).",
|
|
309238
309238
|
"anyOf": [
|
|
309239
309239
|
{
|
|
309240
309240
|
"type": "integer",
|
|
@@ -309517,7 +309517,7 @@
|
|
|
309517
309517
|
"url": "https://www.example.com/app",
|
|
309518
309518
|
"timeout": 60000,
|
|
309519
309519
|
"waitUntil": {
|
|
309520
|
-
"networkIdleTime":
|
|
309520
|
+
"networkIdleTime": 0
|
|
309521
309521
|
}
|
|
309522
309522
|
},
|
|
309523
309523
|
{
|
|
@@ -353563,7 +353563,7 @@
|
|
|
353563
353563
|
"additionalProperties": false,
|
|
353564
353564
|
"properties": {
|
|
353565
353565
|
"networkIdleTime": {
|
|
353566
|
-
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
353566
|
+
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the page as network-idle as soon as the first check completes (default: 500).",
|
|
353567
353567
|
"anyOf": [
|
|
353568
353568
|
{
|
|
353569
353569
|
"type": "integer",
|
|
@@ -353576,7 +353576,7 @@
|
|
|
353576
353576
|
"default": 500
|
|
353577
353577
|
},
|
|
353578
353578
|
"domIdleTime": {
|
|
353579
|
-
"description": "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
353579
|
+
"description": "Wait for DOM mutations to stop for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the DOM as stable as soon as the first check completes (default: 1000).",
|
|
353580
353580
|
"anyOf": [
|
|
353581
353581
|
{
|
|
353582
353582
|
"type": "integer",
|
|
@@ -354095,7 +354095,7 @@
|
|
|
354095
354095
|
"additionalProperties": false,
|
|
354096
354096
|
"properties": {
|
|
354097
354097
|
"networkIdleTime": {
|
|
354098
|
-
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
354098
|
+
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the page as network-idle as soon as the first check completes (default: 500).",
|
|
354099
354099
|
"anyOf": [
|
|
354100
354100
|
{
|
|
354101
354101
|
"type": "integer",
|
|
@@ -354108,7 +354108,7 @@
|
|
|
354108
354108
|
"default": 500
|
|
354109
354109
|
},
|
|
354110
354110
|
"domIdleTime": {
|
|
354111
|
-
"description": "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
354111
|
+
"description": "Wait for DOM mutations to stop for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the DOM as stable as soon as the first check completes (default: 1000).",
|
|
354112
354112
|
"anyOf": [
|
|
354113
354113
|
{
|
|
354114
354114
|
"type": "integer",
|
|
@@ -354391,7 +354391,7 @@
|
|
|
354391
354391
|
"url": "https://www.example.com/app",
|
|
354392
354392
|
"timeout": 60000,
|
|
354393
354393
|
"waitUntil": {
|
|
354394
|
-
"networkIdleTime":
|
|
354394
|
+
"networkIdleTime": 0
|
|
354395
354395
|
}
|
|
354396
354396
|
},
|
|
354397
354397
|
{
|
|
@@ -404611,7 +404611,7 @@
|
|
|
404611
404611
|
"additionalProperties": false,
|
|
404612
404612
|
"properties": {
|
|
404613
404613
|
"networkIdleTime": {
|
|
404614
|
-
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
404614
|
+
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the page as network-idle as soon as the first check completes (default: 500).",
|
|
404615
404615
|
"anyOf": [
|
|
404616
404616
|
{
|
|
404617
404617
|
"type": "integer",
|
|
@@ -404624,7 +404624,7 @@
|
|
|
404624
404624
|
"default": 500
|
|
404625
404625
|
},
|
|
404626
404626
|
"domIdleTime": {
|
|
404627
|
-
"description": "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
404627
|
+
"description": "Wait for DOM mutations to stop for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the DOM as stable as soon as the first check completes (default: 1000).",
|
|
404628
404628
|
"anyOf": [
|
|
404629
404629
|
{
|
|
404630
404630
|
"type": "integer",
|
|
@@ -405143,7 +405143,7 @@
|
|
|
405143
405143
|
"additionalProperties": false,
|
|
405144
405144
|
"properties": {
|
|
405145
405145
|
"networkIdleTime": {
|
|
405146
|
-
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
405146
|
+
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the page as network-idle as soon as the first check completes (default: 500).",
|
|
405147
405147
|
"anyOf": [
|
|
405148
405148
|
{
|
|
405149
405149
|
"type": "integer",
|
|
@@ -405156,7 +405156,7 @@
|
|
|
405156
405156
|
"default": 500
|
|
405157
405157
|
},
|
|
405158
405158
|
"domIdleTime": {
|
|
405159
|
-
"description": "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
405159
|
+
"description": "Wait for DOM mutations to stop for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the DOM as stable as soon as the first check completes (default: 1000).",
|
|
405160
405160
|
"anyOf": [
|
|
405161
405161
|
{
|
|
405162
405162
|
"type": "integer",
|
|
@@ -405439,7 +405439,7 @@
|
|
|
405439
405439
|
"url": "https://www.example.com/app",
|
|
405440
405440
|
"timeout": 60000,
|
|
405441
405441
|
"waitUntil": {
|
|
405442
|
-
"networkIdleTime":
|
|
405442
|
+
"networkIdleTime": 0
|
|
405443
405443
|
}
|
|
405444
405444
|
},
|
|
405445
405445
|
{
|
|
@@ -449485,7 +449485,7 @@
|
|
|
449485
449485
|
"additionalProperties": false,
|
|
449486
449486
|
"properties": {
|
|
449487
449487
|
"networkIdleTime": {
|
|
449488
|
-
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
449488
|
+
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the page as network-idle as soon as the first check completes (default: 500).",
|
|
449489
449489
|
"anyOf": [
|
|
449490
449490
|
{
|
|
449491
449491
|
"type": "integer",
|
|
@@ -449498,7 +449498,7 @@
|
|
|
449498
449498
|
"default": 500
|
|
449499
449499
|
},
|
|
449500
449500
|
"domIdleTime": {
|
|
449501
|
-
"description": "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
449501
|
+
"description": "Wait for DOM mutations to stop for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the DOM as stable as soon as the first check completes (default: 1000).",
|
|
449502
449502
|
"anyOf": [
|
|
449503
449503
|
{
|
|
449504
449504
|
"type": "integer",
|
|
@@ -450017,7 +450017,7 @@
|
|
|
450017
450017
|
"additionalProperties": false,
|
|
450018
450018
|
"properties": {
|
|
450019
450019
|
"networkIdleTime": {
|
|
450020
|
-
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
450020
|
+
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the page as network-idle as soon as the first check completes (default: 500).",
|
|
450021
450021
|
"anyOf": [
|
|
450022
450022
|
{
|
|
450023
450023
|
"type": "integer",
|
|
@@ -450030,7 +450030,7 @@
|
|
|
450030
450030
|
"default": 500
|
|
450031
450031
|
},
|
|
450032
450032
|
"domIdleTime": {
|
|
450033
|
-
"description": "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
450033
|
+
"description": "Wait for DOM mutations to stop for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the DOM as stable as soon as the first check completes (default: 1000).",
|
|
450034
450034
|
"anyOf": [
|
|
450035
450035
|
{
|
|
450036
450036
|
"type": "integer",
|
|
@@ -450313,7 +450313,7 @@
|
|
|
450313
450313
|
"url": "https://www.example.com/app",
|
|
450314
450314
|
"timeout": 60000,
|
|
450315
450315
|
"waitUntil": {
|
|
450316
|
-
"networkIdleTime":
|
|
450316
|
+
"networkIdleTime": 0
|
|
450317
450317
|
}
|
|
450318
450318
|
},
|
|
450319
450319
|
{
|
|
@@ -496051,7 +496051,7 @@
|
|
|
496051
496051
|
"additionalProperties": false,
|
|
496052
496052
|
"properties": {
|
|
496053
496053
|
"networkIdleTime": {
|
|
496054
|
-
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
496054
|
+
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the page as network-idle as soon as the first check completes (default: 500).",
|
|
496055
496055
|
"anyOf": [
|
|
496056
496056
|
{
|
|
496057
496057
|
"type": "integer",
|
|
@@ -496064,7 +496064,7 @@
|
|
|
496064
496064
|
"default": 500
|
|
496065
496065
|
},
|
|
496066
496066
|
"domIdleTime": {
|
|
496067
|
-
"description": "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
496067
|
+
"description": "Wait for DOM mutations to stop for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the DOM as stable as soon as the first check completes (default: 1000).",
|
|
496068
496068
|
"anyOf": [
|
|
496069
496069
|
{
|
|
496070
496070
|
"type": "integer",
|
|
@@ -496583,7 +496583,7 @@
|
|
|
496583
496583
|
"additionalProperties": false,
|
|
496584
496584
|
"properties": {
|
|
496585
496585
|
"networkIdleTime": {
|
|
496586
|
-
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
496586
|
+
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the page as network-idle as soon as the first check completes (default: 500).",
|
|
496587
496587
|
"anyOf": [
|
|
496588
496588
|
{
|
|
496589
496589
|
"type": "integer",
|
|
@@ -496596,7 +496596,7 @@
|
|
|
496596
496596
|
"default": 500
|
|
496597
496597
|
},
|
|
496598
496598
|
"domIdleTime": {
|
|
496599
|
-
"description": "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
496599
|
+
"description": "Wait for DOM mutations to stop for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the DOM as stable as soon as the first check completes (default: 1000).",
|
|
496600
496600
|
"anyOf": [
|
|
496601
496601
|
{
|
|
496602
496602
|
"type": "integer",
|
|
@@ -496879,7 +496879,7 @@
|
|
|
496879
496879
|
"url": "https://www.example.com/app",
|
|
496880
496880
|
"timeout": 60000,
|
|
496881
496881
|
"waitUntil": {
|
|
496882
|
-
"networkIdleTime":
|
|
496882
|
+
"networkIdleTime": 0
|
|
496883
496883
|
}
|
|
496884
496884
|
},
|
|
496885
496885
|
{
|
|
@@ -544270,7 +544270,7 @@
|
|
|
544270
544270
|
"additionalProperties": false,
|
|
544271
544271
|
"properties": {
|
|
544272
544272
|
"networkIdleTime": {
|
|
544273
|
-
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
544273
|
+
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the page as network-idle as soon as the first check completes (default: 500).",
|
|
544274
544274
|
"anyOf": [
|
|
544275
544275
|
{
|
|
544276
544276
|
"type": "integer",
|
|
@@ -544283,7 +544283,7 @@
|
|
|
544283
544283
|
"default": 500
|
|
544284
544284
|
},
|
|
544285
544285
|
"domIdleTime": {
|
|
544286
|
-
"description": "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
544286
|
+
"description": "Wait for DOM mutations to stop for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the DOM as stable as soon as the first check completes (default: 1000).",
|
|
544287
544287
|
"anyOf": [
|
|
544288
544288
|
{
|
|
544289
544289
|
"type": "integer",
|
|
@@ -544802,7 +544802,7 @@
|
|
|
544802
544802
|
"additionalProperties": false,
|
|
544803
544803
|
"properties": {
|
|
544804
544804
|
"networkIdleTime": {
|
|
544805
|
-
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
544805
|
+
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the page as network-idle as soon as the first check completes (default: 500).",
|
|
544806
544806
|
"anyOf": [
|
|
544807
544807
|
{
|
|
544808
544808
|
"type": "integer",
|
|
@@ -544815,7 +544815,7 @@
|
|
|
544815
544815
|
"default": 500
|
|
544816
544816
|
},
|
|
544817
544817
|
"domIdleTime": {
|
|
544818
|
-
"description": "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
544818
|
+
"description": "Wait for DOM mutations to stop for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the DOM as stable as soon as the first check completes (default: 1000).",
|
|
544819
544819
|
"anyOf": [
|
|
544820
544820
|
{
|
|
544821
544821
|
"type": "integer",
|
|
@@ -545098,7 +545098,7 @@
|
|
|
545098
545098
|
"url": "https://www.example.com/app",
|
|
545099
545099
|
"timeout": 60000,
|
|
545100
545100
|
"waitUntil": {
|
|
545101
|
-
"networkIdleTime":
|
|
545101
|
+
"networkIdleTime": 0
|
|
545102
545102
|
}
|
|
545103
545103
|
},
|
|
545104
545104
|
{
|
|
@@ -589144,7 +589144,7 @@
|
|
|
589144
589144
|
"additionalProperties": false,
|
|
589145
589145
|
"properties": {
|
|
589146
589146
|
"networkIdleTime": {
|
|
589147
|
-
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
589147
|
+
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the page as network-idle as soon as the first check completes (default: 500).",
|
|
589148
589148
|
"anyOf": [
|
|
589149
589149
|
{
|
|
589150
589150
|
"type": "integer",
|
|
@@ -589157,7 +589157,7 @@
|
|
|
589157
589157
|
"default": 500
|
|
589158
589158
|
},
|
|
589159
589159
|
"domIdleTime": {
|
|
589160
|
-
"description": "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
589160
|
+
"description": "Wait for DOM mutations to stop for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the DOM as stable as soon as the first check completes (default: 1000).",
|
|
589161
589161
|
"anyOf": [
|
|
589162
589162
|
{
|
|
589163
589163
|
"type": "integer",
|
|
@@ -589676,7 +589676,7 @@
|
|
|
589676
589676
|
"additionalProperties": false,
|
|
589677
589677
|
"properties": {
|
|
589678
589678
|
"networkIdleTime": {
|
|
589679
|
-
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
589679
|
+
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the page as network-idle as soon as the first check completes (default: 500).",
|
|
589680
589680
|
"anyOf": [
|
|
589681
589681
|
{
|
|
589682
589682
|
"type": "integer",
|
|
@@ -589689,7 +589689,7 @@
|
|
|
589689
589689
|
"default": 500
|
|
589690
589690
|
},
|
|
589691
589691
|
"domIdleTime": {
|
|
589692
|
-
"description": "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
589692
|
+
"description": "Wait for DOM mutations to stop for this duration in milliseconds. This check always runs; you can't skip it. Set it to `0` to treat the DOM as stable as soon as the first check completes (default: 1000).",
|
|
589693
589693
|
"anyOf": [
|
|
589694
589694
|
{
|
|
589695
589695
|
"type": "integer",
|
|
@@ -589972,7 +589972,7 @@
|
|
|
589972
589972
|
"url": "https://www.example.com/app",
|
|
589973
589973
|
"timeout": 60000,
|
|
589974
589974
|
"waitUntil": {
|
|
589975
|
-
"networkIdleTime":
|
|
589975
|
+
"networkIdleTime": 0
|
|
589976
589976
|
}
|
|
589977
589977
|
},
|
|
589978
589978
|
{
|