doc-detective-common 4.26.1 → 4.26.3
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/dist/index.cjs
CHANGED
|
@@ -18627,7 +18627,7 @@ var schemas_default = {
|
|
|
18627
18627
|
additionalProperties: false,
|
|
18628
18628
|
properties: {
|
|
18629
18629
|
networkIdleTime: {
|
|
18630
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
18630
|
+
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).",
|
|
18631
18631
|
anyOf: [
|
|
18632
18632
|
{
|
|
18633
18633
|
type: "integer",
|
|
@@ -18640,7 +18640,7 @@ var schemas_default = {
|
|
|
18640
18640
|
default: 500
|
|
18641
18641
|
},
|
|
18642
18642
|
domIdleTime: {
|
|
18643
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
18643
|
+
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).",
|
|
18644
18644
|
anyOf: [
|
|
18645
18645
|
{
|
|
18646
18646
|
type: "integer",
|
|
@@ -19159,7 +19159,7 @@ var schemas_default = {
|
|
|
19159
19159
|
additionalProperties: false,
|
|
19160
19160
|
properties: {
|
|
19161
19161
|
networkIdleTime: {
|
|
19162
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
19162
|
+
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).",
|
|
19163
19163
|
anyOf: [
|
|
19164
19164
|
{
|
|
19165
19165
|
type: "integer",
|
|
@@ -19172,7 +19172,7 @@ var schemas_default = {
|
|
|
19172
19172
|
default: 500
|
|
19173
19173
|
},
|
|
19174
19174
|
domIdleTime: {
|
|
19175
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
19175
|
+
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).",
|
|
19176
19176
|
anyOf: [
|
|
19177
19177
|
{
|
|
19178
19178
|
type: "integer",
|
|
@@ -19455,7 +19455,7 @@ var schemas_default = {
|
|
|
19455
19455
|
url: "https://www.example.com/app",
|
|
19456
19456
|
timeout: 6e4,
|
|
19457
19457
|
waitUntil: {
|
|
19458
|
-
networkIdleTime:
|
|
19458
|
+
networkIdleTime: 0
|
|
19459
19459
|
}
|
|
19460
19460
|
},
|
|
19461
19461
|
{
|
|
@@ -64202,7 +64202,7 @@ var schemas_default = {
|
|
|
64202
64202
|
additionalProperties: false,
|
|
64203
64203
|
properties: {
|
|
64204
64204
|
networkIdleTime: {
|
|
64205
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
64205
|
+
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).",
|
|
64206
64206
|
anyOf: [
|
|
64207
64207
|
{
|
|
64208
64208
|
type: "integer",
|
|
@@ -64215,7 +64215,7 @@ var schemas_default = {
|
|
|
64215
64215
|
default: 500
|
|
64216
64216
|
},
|
|
64217
64217
|
domIdleTime: {
|
|
64218
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
64218
|
+
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).",
|
|
64219
64219
|
anyOf: [
|
|
64220
64220
|
{
|
|
64221
64221
|
type: "integer",
|
|
@@ -64734,7 +64734,7 @@ var schemas_default = {
|
|
|
64734
64734
|
additionalProperties: false,
|
|
64735
64735
|
properties: {
|
|
64736
64736
|
networkIdleTime: {
|
|
64737
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
64737
|
+
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).",
|
|
64738
64738
|
anyOf: [
|
|
64739
64739
|
{
|
|
64740
64740
|
type: "integer",
|
|
@@ -64747,7 +64747,7 @@ var schemas_default = {
|
|
|
64747
64747
|
default: 500
|
|
64748
64748
|
},
|
|
64749
64749
|
domIdleTime: {
|
|
64750
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
64750
|
+
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).",
|
|
64751
64751
|
anyOf: [
|
|
64752
64752
|
{
|
|
64753
64753
|
type: "integer",
|
|
@@ -65030,7 +65030,7 @@ var schemas_default = {
|
|
|
65030
65030
|
url: "https://www.example.com/app",
|
|
65031
65031
|
timeout: 6e4,
|
|
65032
65032
|
waitUntil: {
|
|
65033
|
-
networkIdleTime:
|
|
65033
|
+
networkIdleTime: 0
|
|
65034
65034
|
}
|
|
65035
65035
|
},
|
|
65036
65036
|
{
|
|
@@ -103796,7 +103796,7 @@ var schemas_default = {
|
|
|
103796
103796
|
additionalProperties: false,
|
|
103797
103797
|
properties: {
|
|
103798
103798
|
networkIdleTime: {
|
|
103799
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
103799
|
+
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).",
|
|
103800
103800
|
anyOf: [
|
|
103801
103801
|
{
|
|
103802
103802
|
type: "integer",
|
|
@@ -103809,7 +103809,7 @@ var schemas_default = {
|
|
|
103809
103809
|
default: 500
|
|
103810
103810
|
},
|
|
103811
103811
|
domIdleTime: {
|
|
103812
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
103812
|
+
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).",
|
|
103813
103813
|
anyOf: [
|
|
103814
103814
|
{
|
|
103815
103815
|
type: "integer",
|
|
@@ -104328,7 +104328,7 @@ var schemas_default = {
|
|
|
104328
104328
|
additionalProperties: false,
|
|
104329
104329
|
properties: {
|
|
104330
104330
|
networkIdleTime: {
|
|
104331
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
104331
|
+
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).",
|
|
104332
104332
|
anyOf: [
|
|
104333
104333
|
{
|
|
104334
104334
|
type: "integer",
|
|
@@ -104341,7 +104341,7 @@ var schemas_default = {
|
|
|
104341
104341
|
default: 500
|
|
104342
104342
|
},
|
|
104343
104343
|
domIdleTime: {
|
|
104344
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
104344
|
+
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).",
|
|
104345
104345
|
anyOf: [
|
|
104346
104346
|
{
|
|
104347
104347
|
type: "integer",
|
|
@@ -104624,7 +104624,7 @@ var schemas_default = {
|
|
|
104624
104624
|
url: "https://www.example.com/app",
|
|
104625
104625
|
timeout: 6e4,
|
|
104626
104626
|
waitUntil: {
|
|
104627
|
-
networkIdleTime:
|
|
104627
|
+
networkIdleTime: 0
|
|
104628
104628
|
}
|
|
104629
104629
|
},
|
|
104630
104630
|
{
|
|
@@ -123098,7 +123098,7 @@ var schemas_default = {
|
|
|
123098
123098
|
additionalProperties: false,
|
|
123099
123099
|
properties: {
|
|
123100
123100
|
networkIdleTime: {
|
|
123101
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
123101
|
+
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).",
|
|
123102
123102
|
anyOf: [
|
|
123103
123103
|
{
|
|
123104
123104
|
type: "integer",
|
|
@@ -123111,7 +123111,7 @@ var schemas_default = {
|
|
|
123111
123111
|
default: 500
|
|
123112
123112
|
},
|
|
123113
123113
|
domIdleTime: {
|
|
123114
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
123114
|
+
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).",
|
|
123115
123115
|
anyOf: [
|
|
123116
123116
|
{
|
|
123117
123117
|
type: "integer",
|
|
@@ -123630,7 +123630,7 @@ var schemas_default = {
|
|
|
123630
123630
|
additionalProperties: false,
|
|
123631
123631
|
properties: {
|
|
123632
123632
|
networkIdleTime: {
|
|
123633
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
123633
|
+
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).",
|
|
123634
123634
|
anyOf: [
|
|
123635
123635
|
{
|
|
123636
123636
|
type: "integer",
|
|
@@ -123643,7 +123643,7 @@ var schemas_default = {
|
|
|
123643
123643
|
default: 500
|
|
123644
123644
|
},
|
|
123645
123645
|
domIdleTime: {
|
|
123646
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
123646
|
+
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).",
|
|
123647
123647
|
anyOf: [
|
|
123648
123648
|
{
|
|
123649
123649
|
type: "integer",
|
|
@@ -123926,7 +123926,7 @@ var schemas_default = {
|
|
|
123926
123926
|
url: "https://www.example.com/app",
|
|
123927
123927
|
timeout: 6e4,
|
|
123928
123928
|
waitUntil: {
|
|
123929
|
-
networkIdleTime:
|
|
123929
|
+
networkIdleTime: 0
|
|
123930
123930
|
}
|
|
123931
123931
|
},
|
|
123932
123932
|
{
|
|
@@ -168673,7 +168673,7 @@ var schemas_default = {
|
|
|
168673
168673
|
additionalProperties: false,
|
|
168674
168674
|
properties: {
|
|
168675
168675
|
networkIdleTime: {
|
|
168676
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
168676
|
+
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).",
|
|
168677
168677
|
anyOf: [
|
|
168678
168678
|
{
|
|
168679
168679
|
type: "integer",
|
|
@@ -168686,7 +168686,7 @@ var schemas_default = {
|
|
|
168686
168686
|
default: 500
|
|
168687
168687
|
},
|
|
168688
168688
|
domIdleTime: {
|
|
168689
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
168689
|
+
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).",
|
|
168690
168690
|
anyOf: [
|
|
168691
168691
|
{
|
|
168692
168692
|
type: "integer",
|
|
@@ -169205,7 +169205,7 @@ var schemas_default = {
|
|
|
169205
169205
|
additionalProperties: false,
|
|
169206
169206
|
properties: {
|
|
169207
169207
|
networkIdleTime: {
|
|
169208
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
169208
|
+
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).",
|
|
169209
169209
|
anyOf: [
|
|
169210
169210
|
{
|
|
169211
169211
|
type: "integer",
|
|
@@ -169218,7 +169218,7 @@ var schemas_default = {
|
|
|
169218
169218
|
default: 500
|
|
169219
169219
|
},
|
|
169220
169220
|
domIdleTime: {
|
|
169221
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
169221
|
+
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).",
|
|
169222
169222
|
anyOf: [
|
|
169223
169223
|
{
|
|
169224
169224
|
type: "integer",
|
|
@@ -169501,7 +169501,7 @@ var schemas_default = {
|
|
|
169501
169501
|
url: "https://www.example.com/app",
|
|
169502
169502
|
timeout: 6e4,
|
|
169503
169503
|
waitUntil: {
|
|
169504
|
-
networkIdleTime:
|
|
169504
|
+
networkIdleTime: 0
|
|
169505
169505
|
}
|
|
169506
169506
|
},
|
|
169507
169507
|
{
|
|
@@ -216021,7 +216021,7 @@ var schemas_default = {
|
|
|
216021
216021
|
additionalProperties: false,
|
|
216022
216022
|
properties: {
|
|
216023
216023
|
networkIdleTime: {
|
|
216024
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
216024
|
+
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).",
|
|
216025
216025
|
anyOf: [
|
|
216026
216026
|
{
|
|
216027
216027
|
type: "integer",
|
|
@@ -216034,7 +216034,7 @@ var schemas_default = {
|
|
|
216034
216034
|
default: 500
|
|
216035
216035
|
},
|
|
216036
216036
|
domIdleTime: {
|
|
216037
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
216037
|
+
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).",
|
|
216038
216038
|
anyOf: [
|
|
216039
216039
|
{
|
|
216040
216040
|
type: "integer",
|
|
@@ -216553,7 +216553,7 @@ var schemas_default = {
|
|
|
216553
216553
|
additionalProperties: false,
|
|
216554
216554
|
properties: {
|
|
216555
216555
|
networkIdleTime: {
|
|
216556
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
216556
|
+
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).",
|
|
216557
216557
|
anyOf: [
|
|
216558
216558
|
{
|
|
216559
216559
|
type: "integer",
|
|
@@ -216566,7 +216566,7 @@ var schemas_default = {
|
|
|
216566
216566
|
default: 500
|
|
216567
216567
|
},
|
|
216568
216568
|
domIdleTime: {
|
|
216569
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
216569
|
+
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).",
|
|
216570
216570
|
anyOf: [
|
|
216571
216571
|
{
|
|
216572
216572
|
type: "integer",
|
|
@@ -216849,7 +216849,7 @@ var schemas_default = {
|
|
|
216849
216849
|
url: "https://www.example.com/app",
|
|
216850
216850
|
timeout: 6e4,
|
|
216851
216851
|
waitUntil: {
|
|
216852
|
-
networkIdleTime:
|
|
216852
|
+
networkIdleTime: 0
|
|
216853
216853
|
}
|
|
216854
216854
|
},
|
|
216855
216855
|
{
|
|
@@ -260895,7 +260895,7 @@ var schemas_default = {
|
|
|
260895
260895
|
additionalProperties: false,
|
|
260896
260896
|
properties: {
|
|
260897
260897
|
networkIdleTime: {
|
|
260898
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
260898
|
+
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).",
|
|
260899
260899
|
anyOf: [
|
|
260900
260900
|
{
|
|
260901
260901
|
type: "integer",
|
|
@@ -260908,7 +260908,7 @@ var schemas_default = {
|
|
|
260908
260908
|
default: 500
|
|
260909
260909
|
},
|
|
260910
260910
|
domIdleTime: {
|
|
260911
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
260911
|
+
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).",
|
|
260912
260912
|
anyOf: [
|
|
260913
260913
|
{
|
|
260914
260914
|
type: "integer",
|
|
@@ -261427,7 +261427,7 @@ var schemas_default = {
|
|
|
261427
261427
|
additionalProperties: false,
|
|
261428
261428
|
properties: {
|
|
261429
261429
|
networkIdleTime: {
|
|
261430
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
261430
|
+
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).",
|
|
261431
261431
|
anyOf: [
|
|
261432
261432
|
{
|
|
261433
261433
|
type: "integer",
|
|
@@ -261440,7 +261440,7 @@ var schemas_default = {
|
|
|
261440
261440
|
default: 500
|
|
261441
261441
|
},
|
|
261442
261442
|
domIdleTime: {
|
|
261443
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
261443
|
+
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).",
|
|
261444
261444
|
anyOf: [
|
|
261445
261445
|
{
|
|
261446
261446
|
type: "integer",
|
|
@@ -261723,7 +261723,7 @@ var schemas_default = {
|
|
|
261723
261723
|
url: "https://www.example.com/app",
|
|
261724
261724
|
timeout: 6e4,
|
|
261725
261725
|
waitUntil: {
|
|
261726
|
-
networkIdleTime:
|
|
261726
|
+
networkIdleTime: 0
|
|
261727
261727
|
}
|
|
261728
261728
|
},
|
|
261729
261729
|
{
|
|
@@ -308730,7 +308730,7 @@ var schemas_default = {
|
|
|
308730
308730
|
additionalProperties: false,
|
|
308731
308731
|
properties: {
|
|
308732
308732
|
networkIdleTime: {
|
|
308733
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
308733
|
+
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).",
|
|
308734
308734
|
anyOf: [
|
|
308735
308735
|
{
|
|
308736
308736
|
type: "integer",
|
|
@@ -308743,7 +308743,7 @@ var schemas_default = {
|
|
|
308743
308743
|
default: 500
|
|
308744
308744
|
},
|
|
308745
308745
|
domIdleTime: {
|
|
308746
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
308746
|
+
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).",
|
|
308747
308747
|
anyOf: [
|
|
308748
308748
|
{
|
|
308749
308749
|
type: "integer",
|
|
@@ -309262,7 +309262,7 @@ var schemas_default = {
|
|
|
309262
309262
|
additionalProperties: false,
|
|
309263
309263
|
properties: {
|
|
309264
309264
|
networkIdleTime: {
|
|
309265
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
309265
|
+
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).",
|
|
309266
309266
|
anyOf: [
|
|
309267
309267
|
{
|
|
309268
309268
|
type: "integer",
|
|
@@ -309275,7 +309275,7 @@ var schemas_default = {
|
|
|
309275
309275
|
default: 500
|
|
309276
309276
|
},
|
|
309277
309277
|
domIdleTime: {
|
|
309278
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
309278
|
+
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).",
|
|
309279
309279
|
anyOf: [
|
|
309280
309280
|
{
|
|
309281
309281
|
type: "integer",
|
|
@@ -309558,7 +309558,7 @@ var schemas_default = {
|
|
|
309558
309558
|
url: "https://www.example.com/app",
|
|
309559
309559
|
timeout: 6e4,
|
|
309560
309560
|
waitUntil: {
|
|
309561
|
-
networkIdleTime:
|
|
309561
|
+
networkIdleTime: 0
|
|
309562
309562
|
}
|
|
309563
309563
|
},
|
|
309564
309564
|
{
|
|
@@ -353604,7 +353604,7 @@ var schemas_default = {
|
|
|
353604
353604
|
additionalProperties: false,
|
|
353605
353605
|
properties: {
|
|
353606
353606
|
networkIdleTime: {
|
|
353607
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
353607
|
+
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).",
|
|
353608
353608
|
anyOf: [
|
|
353609
353609
|
{
|
|
353610
353610
|
type: "integer",
|
|
@@ -353617,7 +353617,7 @@ var schemas_default = {
|
|
|
353617
353617
|
default: 500
|
|
353618
353618
|
},
|
|
353619
353619
|
domIdleTime: {
|
|
353620
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
353620
|
+
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).",
|
|
353621
353621
|
anyOf: [
|
|
353622
353622
|
{
|
|
353623
353623
|
type: "integer",
|
|
@@ -354136,7 +354136,7 @@ var schemas_default = {
|
|
|
354136
354136
|
additionalProperties: false,
|
|
354137
354137
|
properties: {
|
|
354138
354138
|
networkIdleTime: {
|
|
354139
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
354139
|
+
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).",
|
|
354140
354140
|
anyOf: [
|
|
354141
354141
|
{
|
|
354142
354142
|
type: "integer",
|
|
@@ -354149,7 +354149,7 @@ var schemas_default = {
|
|
|
354149
354149
|
default: 500
|
|
354150
354150
|
},
|
|
354151
354151
|
domIdleTime: {
|
|
354152
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
354152
|
+
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).",
|
|
354153
354153
|
anyOf: [
|
|
354154
354154
|
{
|
|
354155
354155
|
type: "integer",
|
|
@@ -354432,7 +354432,7 @@ var schemas_default = {
|
|
|
354432
354432
|
url: "https://www.example.com/app",
|
|
354433
354433
|
timeout: 6e4,
|
|
354434
354434
|
waitUntil: {
|
|
354435
|
-
networkIdleTime:
|
|
354435
|
+
networkIdleTime: 0
|
|
354436
354436
|
}
|
|
354437
354437
|
},
|
|
354438
354438
|
{
|
|
@@ -404652,7 +404652,7 @@ var schemas_default = {
|
|
|
404652
404652
|
additionalProperties: false,
|
|
404653
404653
|
properties: {
|
|
404654
404654
|
networkIdleTime: {
|
|
404655
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
404655
|
+
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).",
|
|
404656
404656
|
anyOf: [
|
|
404657
404657
|
{
|
|
404658
404658
|
type: "integer",
|
|
@@ -404665,7 +404665,7 @@ var schemas_default = {
|
|
|
404665
404665
|
default: 500
|
|
404666
404666
|
},
|
|
404667
404667
|
domIdleTime: {
|
|
404668
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
404668
|
+
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).",
|
|
404669
404669
|
anyOf: [
|
|
404670
404670
|
{
|
|
404671
404671
|
type: "integer",
|
|
@@ -405184,7 +405184,7 @@ var schemas_default = {
|
|
|
405184
405184
|
additionalProperties: false,
|
|
405185
405185
|
properties: {
|
|
405186
405186
|
networkIdleTime: {
|
|
405187
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
405187
|
+
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).",
|
|
405188
405188
|
anyOf: [
|
|
405189
405189
|
{
|
|
405190
405190
|
type: "integer",
|
|
@@ -405197,7 +405197,7 @@ var schemas_default = {
|
|
|
405197
405197
|
default: 500
|
|
405198
405198
|
},
|
|
405199
405199
|
domIdleTime: {
|
|
405200
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
405200
|
+
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).",
|
|
405201
405201
|
anyOf: [
|
|
405202
405202
|
{
|
|
405203
405203
|
type: "integer",
|
|
@@ -405480,7 +405480,7 @@ var schemas_default = {
|
|
|
405480
405480
|
url: "https://www.example.com/app",
|
|
405481
405481
|
timeout: 6e4,
|
|
405482
405482
|
waitUntil: {
|
|
405483
|
-
networkIdleTime:
|
|
405483
|
+
networkIdleTime: 0
|
|
405484
405484
|
}
|
|
405485
405485
|
},
|
|
405486
405486
|
{
|
|
@@ -449526,7 +449526,7 @@ var schemas_default = {
|
|
|
449526
449526
|
additionalProperties: false,
|
|
449527
449527
|
properties: {
|
|
449528
449528
|
networkIdleTime: {
|
|
449529
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
449529
|
+
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).",
|
|
449530
449530
|
anyOf: [
|
|
449531
449531
|
{
|
|
449532
449532
|
type: "integer",
|
|
@@ -449539,7 +449539,7 @@ var schemas_default = {
|
|
|
449539
449539
|
default: 500
|
|
449540
449540
|
},
|
|
449541
449541
|
domIdleTime: {
|
|
449542
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
449542
|
+
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).",
|
|
449543
449543
|
anyOf: [
|
|
449544
449544
|
{
|
|
449545
449545
|
type: "integer",
|
|
@@ -450058,7 +450058,7 @@ var schemas_default = {
|
|
|
450058
450058
|
additionalProperties: false,
|
|
450059
450059
|
properties: {
|
|
450060
450060
|
networkIdleTime: {
|
|
450061
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
450061
|
+
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).",
|
|
450062
450062
|
anyOf: [
|
|
450063
450063
|
{
|
|
450064
450064
|
type: "integer",
|
|
@@ -450071,7 +450071,7 @@ var schemas_default = {
|
|
|
450071
450071
|
default: 500
|
|
450072
450072
|
},
|
|
450073
450073
|
domIdleTime: {
|
|
450074
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
450074
|
+
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).",
|
|
450075
450075
|
anyOf: [
|
|
450076
450076
|
{
|
|
450077
450077
|
type: "integer",
|
|
@@ -450354,7 +450354,7 @@ var schemas_default = {
|
|
|
450354
450354
|
url: "https://www.example.com/app",
|
|
450355
450355
|
timeout: 6e4,
|
|
450356
450356
|
waitUntil: {
|
|
450357
|
-
networkIdleTime:
|
|
450357
|
+
networkIdleTime: 0
|
|
450358
450358
|
}
|
|
450359
450359
|
},
|
|
450360
450360
|
{
|
|
@@ -496092,7 +496092,7 @@ var schemas_default = {
|
|
|
496092
496092
|
additionalProperties: false,
|
|
496093
496093
|
properties: {
|
|
496094
496094
|
networkIdleTime: {
|
|
496095
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
496095
|
+
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).",
|
|
496096
496096
|
anyOf: [
|
|
496097
496097
|
{
|
|
496098
496098
|
type: "integer",
|
|
@@ -496105,7 +496105,7 @@ var schemas_default = {
|
|
|
496105
496105
|
default: 500
|
|
496106
496106
|
},
|
|
496107
496107
|
domIdleTime: {
|
|
496108
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
496108
|
+
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).",
|
|
496109
496109
|
anyOf: [
|
|
496110
496110
|
{
|
|
496111
496111
|
type: "integer",
|
|
@@ -496624,7 +496624,7 @@ var schemas_default = {
|
|
|
496624
496624
|
additionalProperties: false,
|
|
496625
496625
|
properties: {
|
|
496626
496626
|
networkIdleTime: {
|
|
496627
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
496627
|
+
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).",
|
|
496628
496628
|
anyOf: [
|
|
496629
496629
|
{
|
|
496630
496630
|
type: "integer",
|
|
@@ -496637,7 +496637,7 @@ var schemas_default = {
|
|
|
496637
496637
|
default: 500
|
|
496638
496638
|
},
|
|
496639
496639
|
domIdleTime: {
|
|
496640
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
496640
|
+
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).",
|
|
496641
496641
|
anyOf: [
|
|
496642
496642
|
{
|
|
496643
496643
|
type: "integer",
|
|
@@ -496920,7 +496920,7 @@ var schemas_default = {
|
|
|
496920
496920
|
url: "https://www.example.com/app",
|
|
496921
496921
|
timeout: 6e4,
|
|
496922
496922
|
waitUntil: {
|
|
496923
|
-
networkIdleTime:
|
|
496923
|
+
networkIdleTime: 0
|
|
496924
496924
|
}
|
|
496925
496925
|
},
|
|
496926
496926
|
{
|
|
@@ -544311,7 +544311,7 @@ var schemas_default = {
|
|
|
544311
544311
|
additionalProperties: false,
|
|
544312
544312
|
properties: {
|
|
544313
544313
|
networkIdleTime: {
|
|
544314
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
544314
|
+
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).",
|
|
544315
544315
|
anyOf: [
|
|
544316
544316
|
{
|
|
544317
544317
|
type: "integer",
|
|
@@ -544324,7 +544324,7 @@ var schemas_default = {
|
|
|
544324
544324
|
default: 500
|
|
544325
544325
|
},
|
|
544326
544326
|
domIdleTime: {
|
|
544327
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
544327
|
+
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).",
|
|
544328
544328
|
anyOf: [
|
|
544329
544329
|
{
|
|
544330
544330
|
type: "integer",
|
|
@@ -544843,7 +544843,7 @@ var schemas_default = {
|
|
|
544843
544843
|
additionalProperties: false,
|
|
544844
544844
|
properties: {
|
|
544845
544845
|
networkIdleTime: {
|
|
544846
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
544846
|
+
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).",
|
|
544847
544847
|
anyOf: [
|
|
544848
544848
|
{
|
|
544849
544849
|
type: "integer",
|
|
@@ -544856,7 +544856,7 @@ var schemas_default = {
|
|
|
544856
544856
|
default: 500
|
|
544857
544857
|
},
|
|
544858
544858
|
domIdleTime: {
|
|
544859
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
544859
|
+
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).",
|
|
544860
544860
|
anyOf: [
|
|
544861
544861
|
{
|
|
544862
544862
|
type: "integer",
|
|
@@ -545139,7 +545139,7 @@ var schemas_default = {
|
|
|
545139
545139
|
url: "https://www.example.com/app",
|
|
545140
545140
|
timeout: 6e4,
|
|
545141
545141
|
waitUntil: {
|
|
545142
|
-
networkIdleTime:
|
|
545142
|
+
networkIdleTime: 0
|
|
545143
545143
|
}
|
|
545144
545144
|
},
|
|
545145
545145
|
{
|
|
@@ -589185,7 +589185,7 @@ var schemas_default = {
|
|
|
589185
589185
|
additionalProperties: false,
|
|
589186
589186
|
properties: {
|
|
589187
589187
|
networkIdleTime: {
|
|
589188
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
589188
|
+
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).",
|
|
589189
589189
|
anyOf: [
|
|
589190
589190
|
{
|
|
589191
589191
|
type: "integer",
|
|
@@ -589198,7 +589198,7 @@ var schemas_default = {
|
|
|
589198
589198
|
default: 500
|
|
589199
589199
|
},
|
|
589200
589200
|
domIdleTime: {
|
|
589201
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
589201
|
+
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).",
|
|
589202
589202
|
anyOf: [
|
|
589203
589203
|
{
|
|
589204
589204
|
type: "integer",
|
|
@@ -589717,7 +589717,7 @@ var schemas_default = {
|
|
|
589717
589717
|
additionalProperties: false,
|
|
589718
589718
|
properties: {
|
|
589719
589719
|
networkIdleTime: {
|
|
589720
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
589720
|
+
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).",
|
|
589721
589721
|
anyOf: [
|
|
589722
589722
|
{
|
|
589723
589723
|
type: "integer",
|
|
@@ -589730,7 +589730,7 @@ var schemas_default = {
|
|
|
589730
589730
|
default: 500
|
|
589731
589731
|
},
|
|
589732
589732
|
domIdleTime: {
|
|
589733
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
589733
|
+
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).",
|
|
589734
589734
|
anyOf: [
|
|
589735
589735
|
{
|
|
589736
589736
|
type: "integer",
|
|
@@ -590013,7 +590013,7 @@ var schemas_default = {
|
|
|
590013
590013
|
url: "https://www.example.com/app",
|
|
590014
590014
|
timeout: 6e4,
|
|
590015
590015
|
waitUntil: {
|
|
590016
|
-
networkIdleTime:
|
|
590016
|
+
networkIdleTime: 0
|
|
590017
590017
|
}
|
|
590018
590018
|
},
|
|
590019
590019
|
{
|