doc-detective 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/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
package/dist/index.cjs
CHANGED
|
@@ -18628,7 +18628,7 @@ var init_schemas = __esm({
|
|
|
18628
18628
|
additionalProperties: false,
|
|
18629
18629
|
properties: {
|
|
18630
18630
|
networkIdleTime: {
|
|
18631
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
18631
|
+
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).",
|
|
18632
18632
|
anyOf: [
|
|
18633
18633
|
{
|
|
18634
18634
|
type: "integer",
|
|
@@ -18641,7 +18641,7 @@ var init_schemas = __esm({
|
|
|
18641
18641
|
default: 500
|
|
18642
18642
|
},
|
|
18643
18643
|
domIdleTime: {
|
|
18644
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
18644
|
+
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).",
|
|
18645
18645
|
anyOf: [
|
|
18646
18646
|
{
|
|
18647
18647
|
type: "integer",
|
|
@@ -19160,7 +19160,7 @@ var init_schemas = __esm({
|
|
|
19160
19160
|
additionalProperties: false,
|
|
19161
19161
|
properties: {
|
|
19162
19162
|
networkIdleTime: {
|
|
19163
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
19163
|
+
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).",
|
|
19164
19164
|
anyOf: [
|
|
19165
19165
|
{
|
|
19166
19166
|
type: "integer",
|
|
@@ -19173,7 +19173,7 @@ var init_schemas = __esm({
|
|
|
19173
19173
|
default: 500
|
|
19174
19174
|
},
|
|
19175
19175
|
domIdleTime: {
|
|
19176
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
19176
|
+
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).",
|
|
19177
19177
|
anyOf: [
|
|
19178
19178
|
{
|
|
19179
19179
|
type: "integer",
|
|
@@ -19456,7 +19456,7 @@ var init_schemas = __esm({
|
|
|
19456
19456
|
url: "https://www.example.com/app",
|
|
19457
19457
|
timeout: 6e4,
|
|
19458
19458
|
waitUntil: {
|
|
19459
|
-
networkIdleTime:
|
|
19459
|
+
networkIdleTime: 0
|
|
19460
19460
|
}
|
|
19461
19461
|
},
|
|
19462
19462
|
{
|
|
@@ -64203,7 +64203,7 @@ var init_schemas = __esm({
|
|
|
64203
64203
|
additionalProperties: false,
|
|
64204
64204
|
properties: {
|
|
64205
64205
|
networkIdleTime: {
|
|
64206
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
64206
|
+
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).",
|
|
64207
64207
|
anyOf: [
|
|
64208
64208
|
{
|
|
64209
64209
|
type: "integer",
|
|
@@ -64216,7 +64216,7 @@ var init_schemas = __esm({
|
|
|
64216
64216
|
default: 500
|
|
64217
64217
|
},
|
|
64218
64218
|
domIdleTime: {
|
|
64219
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
64219
|
+
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).",
|
|
64220
64220
|
anyOf: [
|
|
64221
64221
|
{
|
|
64222
64222
|
type: "integer",
|
|
@@ -64735,7 +64735,7 @@ var init_schemas = __esm({
|
|
|
64735
64735
|
additionalProperties: false,
|
|
64736
64736
|
properties: {
|
|
64737
64737
|
networkIdleTime: {
|
|
64738
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
64738
|
+
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).",
|
|
64739
64739
|
anyOf: [
|
|
64740
64740
|
{
|
|
64741
64741
|
type: "integer",
|
|
@@ -64748,7 +64748,7 @@ var init_schemas = __esm({
|
|
|
64748
64748
|
default: 500
|
|
64749
64749
|
},
|
|
64750
64750
|
domIdleTime: {
|
|
64751
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
64751
|
+
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).",
|
|
64752
64752
|
anyOf: [
|
|
64753
64753
|
{
|
|
64754
64754
|
type: "integer",
|
|
@@ -65031,7 +65031,7 @@ var init_schemas = __esm({
|
|
|
65031
65031
|
url: "https://www.example.com/app",
|
|
65032
65032
|
timeout: 6e4,
|
|
65033
65033
|
waitUntil: {
|
|
65034
|
-
networkIdleTime:
|
|
65034
|
+
networkIdleTime: 0
|
|
65035
65035
|
}
|
|
65036
65036
|
},
|
|
65037
65037
|
{
|
|
@@ -103797,7 +103797,7 @@ var init_schemas = __esm({
|
|
|
103797
103797
|
additionalProperties: false,
|
|
103798
103798
|
properties: {
|
|
103799
103799
|
networkIdleTime: {
|
|
103800
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
103800
|
+
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).",
|
|
103801
103801
|
anyOf: [
|
|
103802
103802
|
{
|
|
103803
103803
|
type: "integer",
|
|
@@ -103810,7 +103810,7 @@ var init_schemas = __esm({
|
|
|
103810
103810
|
default: 500
|
|
103811
103811
|
},
|
|
103812
103812
|
domIdleTime: {
|
|
103813
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
103813
|
+
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).",
|
|
103814
103814
|
anyOf: [
|
|
103815
103815
|
{
|
|
103816
103816
|
type: "integer",
|
|
@@ -104329,7 +104329,7 @@ var init_schemas = __esm({
|
|
|
104329
104329
|
additionalProperties: false,
|
|
104330
104330
|
properties: {
|
|
104331
104331
|
networkIdleTime: {
|
|
104332
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
104332
|
+
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).",
|
|
104333
104333
|
anyOf: [
|
|
104334
104334
|
{
|
|
104335
104335
|
type: "integer",
|
|
@@ -104342,7 +104342,7 @@ var init_schemas = __esm({
|
|
|
104342
104342
|
default: 500
|
|
104343
104343
|
},
|
|
104344
104344
|
domIdleTime: {
|
|
104345
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
104345
|
+
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).",
|
|
104346
104346
|
anyOf: [
|
|
104347
104347
|
{
|
|
104348
104348
|
type: "integer",
|
|
@@ -104625,7 +104625,7 @@ var init_schemas = __esm({
|
|
|
104625
104625
|
url: "https://www.example.com/app",
|
|
104626
104626
|
timeout: 6e4,
|
|
104627
104627
|
waitUntil: {
|
|
104628
|
-
networkIdleTime:
|
|
104628
|
+
networkIdleTime: 0
|
|
104629
104629
|
}
|
|
104630
104630
|
},
|
|
104631
104631
|
{
|
|
@@ -123099,7 +123099,7 @@ var init_schemas = __esm({
|
|
|
123099
123099
|
additionalProperties: false,
|
|
123100
123100
|
properties: {
|
|
123101
123101
|
networkIdleTime: {
|
|
123102
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
123102
|
+
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).",
|
|
123103
123103
|
anyOf: [
|
|
123104
123104
|
{
|
|
123105
123105
|
type: "integer",
|
|
@@ -123112,7 +123112,7 @@ var init_schemas = __esm({
|
|
|
123112
123112
|
default: 500
|
|
123113
123113
|
},
|
|
123114
123114
|
domIdleTime: {
|
|
123115
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
123115
|
+
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).",
|
|
123116
123116
|
anyOf: [
|
|
123117
123117
|
{
|
|
123118
123118
|
type: "integer",
|
|
@@ -123631,7 +123631,7 @@ var init_schemas = __esm({
|
|
|
123631
123631
|
additionalProperties: false,
|
|
123632
123632
|
properties: {
|
|
123633
123633
|
networkIdleTime: {
|
|
123634
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
123634
|
+
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).",
|
|
123635
123635
|
anyOf: [
|
|
123636
123636
|
{
|
|
123637
123637
|
type: "integer",
|
|
@@ -123644,7 +123644,7 @@ var init_schemas = __esm({
|
|
|
123644
123644
|
default: 500
|
|
123645
123645
|
},
|
|
123646
123646
|
domIdleTime: {
|
|
123647
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
123647
|
+
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).",
|
|
123648
123648
|
anyOf: [
|
|
123649
123649
|
{
|
|
123650
123650
|
type: "integer",
|
|
@@ -123927,7 +123927,7 @@ var init_schemas = __esm({
|
|
|
123927
123927
|
url: "https://www.example.com/app",
|
|
123928
123928
|
timeout: 6e4,
|
|
123929
123929
|
waitUntil: {
|
|
123930
|
-
networkIdleTime:
|
|
123930
|
+
networkIdleTime: 0
|
|
123931
123931
|
}
|
|
123932
123932
|
},
|
|
123933
123933
|
{
|
|
@@ -168674,7 +168674,7 @@ var init_schemas = __esm({
|
|
|
168674
168674
|
additionalProperties: false,
|
|
168675
168675
|
properties: {
|
|
168676
168676
|
networkIdleTime: {
|
|
168677
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
168677
|
+
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).",
|
|
168678
168678
|
anyOf: [
|
|
168679
168679
|
{
|
|
168680
168680
|
type: "integer",
|
|
@@ -168687,7 +168687,7 @@ var init_schemas = __esm({
|
|
|
168687
168687
|
default: 500
|
|
168688
168688
|
},
|
|
168689
168689
|
domIdleTime: {
|
|
168690
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
168690
|
+
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).",
|
|
168691
168691
|
anyOf: [
|
|
168692
168692
|
{
|
|
168693
168693
|
type: "integer",
|
|
@@ -169206,7 +169206,7 @@ var init_schemas = __esm({
|
|
|
169206
169206
|
additionalProperties: false,
|
|
169207
169207
|
properties: {
|
|
169208
169208
|
networkIdleTime: {
|
|
169209
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
169209
|
+
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).",
|
|
169210
169210
|
anyOf: [
|
|
169211
169211
|
{
|
|
169212
169212
|
type: "integer",
|
|
@@ -169219,7 +169219,7 @@ var init_schemas = __esm({
|
|
|
169219
169219
|
default: 500
|
|
169220
169220
|
},
|
|
169221
169221
|
domIdleTime: {
|
|
169222
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
169222
|
+
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).",
|
|
169223
169223
|
anyOf: [
|
|
169224
169224
|
{
|
|
169225
169225
|
type: "integer",
|
|
@@ -169502,7 +169502,7 @@ var init_schemas = __esm({
|
|
|
169502
169502
|
url: "https://www.example.com/app",
|
|
169503
169503
|
timeout: 6e4,
|
|
169504
169504
|
waitUntil: {
|
|
169505
|
-
networkIdleTime:
|
|
169505
|
+
networkIdleTime: 0
|
|
169506
169506
|
}
|
|
169507
169507
|
},
|
|
169508
169508
|
{
|
|
@@ -216022,7 +216022,7 @@ var init_schemas = __esm({
|
|
|
216022
216022
|
additionalProperties: false,
|
|
216023
216023
|
properties: {
|
|
216024
216024
|
networkIdleTime: {
|
|
216025
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
216025
|
+
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).",
|
|
216026
216026
|
anyOf: [
|
|
216027
216027
|
{
|
|
216028
216028
|
type: "integer",
|
|
@@ -216035,7 +216035,7 @@ var init_schemas = __esm({
|
|
|
216035
216035
|
default: 500
|
|
216036
216036
|
},
|
|
216037
216037
|
domIdleTime: {
|
|
216038
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
216038
|
+
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).",
|
|
216039
216039
|
anyOf: [
|
|
216040
216040
|
{
|
|
216041
216041
|
type: "integer",
|
|
@@ -216554,7 +216554,7 @@ var init_schemas = __esm({
|
|
|
216554
216554
|
additionalProperties: false,
|
|
216555
216555
|
properties: {
|
|
216556
216556
|
networkIdleTime: {
|
|
216557
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
216557
|
+
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).",
|
|
216558
216558
|
anyOf: [
|
|
216559
216559
|
{
|
|
216560
216560
|
type: "integer",
|
|
@@ -216567,7 +216567,7 @@ var init_schemas = __esm({
|
|
|
216567
216567
|
default: 500
|
|
216568
216568
|
},
|
|
216569
216569
|
domIdleTime: {
|
|
216570
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
216570
|
+
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).",
|
|
216571
216571
|
anyOf: [
|
|
216572
216572
|
{
|
|
216573
216573
|
type: "integer",
|
|
@@ -216850,7 +216850,7 @@ var init_schemas = __esm({
|
|
|
216850
216850
|
url: "https://www.example.com/app",
|
|
216851
216851
|
timeout: 6e4,
|
|
216852
216852
|
waitUntil: {
|
|
216853
|
-
networkIdleTime:
|
|
216853
|
+
networkIdleTime: 0
|
|
216854
216854
|
}
|
|
216855
216855
|
},
|
|
216856
216856
|
{
|
|
@@ -260896,7 +260896,7 @@ var init_schemas = __esm({
|
|
|
260896
260896
|
additionalProperties: false,
|
|
260897
260897
|
properties: {
|
|
260898
260898
|
networkIdleTime: {
|
|
260899
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
260899
|
+
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).",
|
|
260900
260900
|
anyOf: [
|
|
260901
260901
|
{
|
|
260902
260902
|
type: "integer",
|
|
@@ -260909,7 +260909,7 @@ var init_schemas = __esm({
|
|
|
260909
260909
|
default: 500
|
|
260910
260910
|
},
|
|
260911
260911
|
domIdleTime: {
|
|
260912
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
260912
|
+
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).",
|
|
260913
260913
|
anyOf: [
|
|
260914
260914
|
{
|
|
260915
260915
|
type: "integer",
|
|
@@ -261428,7 +261428,7 @@ var init_schemas = __esm({
|
|
|
261428
261428
|
additionalProperties: false,
|
|
261429
261429
|
properties: {
|
|
261430
261430
|
networkIdleTime: {
|
|
261431
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
261431
|
+
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).",
|
|
261432
261432
|
anyOf: [
|
|
261433
261433
|
{
|
|
261434
261434
|
type: "integer",
|
|
@@ -261441,7 +261441,7 @@ var init_schemas = __esm({
|
|
|
261441
261441
|
default: 500
|
|
261442
261442
|
},
|
|
261443
261443
|
domIdleTime: {
|
|
261444
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
261444
|
+
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).",
|
|
261445
261445
|
anyOf: [
|
|
261446
261446
|
{
|
|
261447
261447
|
type: "integer",
|
|
@@ -261724,7 +261724,7 @@ var init_schemas = __esm({
|
|
|
261724
261724
|
url: "https://www.example.com/app",
|
|
261725
261725
|
timeout: 6e4,
|
|
261726
261726
|
waitUntil: {
|
|
261727
|
-
networkIdleTime:
|
|
261727
|
+
networkIdleTime: 0
|
|
261728
261728
|
}
|
|
261729
261729
|
},
|
|
261730
261730
|
{
|
|
@@ -308731,7 +308731,7 @@ var init_schemas = __esm({
|
|
|
308731
308731
|
additionalProperties: false,
|
|
308732
308732
|
properties: {
|
|
308733
308733
|
networkIdleTime: {
|
|
308734
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
308734
|
+
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).",
|
|
308735
308735
|
anyOf: [
|
|
308736
308736
|
{
|
|
308737
308737
|
type: "integer",
|
|
@@ -308744,7 +308744,7 @@ var init_schemas = __esm({
|
|
|
308744
308744
|
default: 500
|
|
308745
308745
|
},
|
|
308746
308746
|
domIdleTime: {
|
|
308747
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
308747
|
+
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).",
|
|
308748
308748
|
anyOf: [
|
|
308749
308749
|
{
|
|
308750
308750
|
type: "integer",
|
|
@@ -309263,7 +309263,7 @@ var init_schemas = __esm({
|
|
|
309263
309263
|
additionalProperties: false,
|
|
309264
309264
|
properties: {
|
|
309265
309265
|
networkIdleTime: {
|
|
309266
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
309266
|
+
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).",
|
|
309267
309267
|
anyOf: [
|
|
309268
309268
|
{
|
|
309269
309269
|
type: "integer",
|
|
@@ -309276,7 +309276,7 @@ var init_schemas = __esm({
|
|
|
309276
309276
|
default: 500
|
|
309277
309277
|
},
|
|
309278
309278
|
domIdleTime: {
|
|
309279
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
309279
|
+
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).",
|
|
309280
309280
|
anyOf: [
|
|
309281
309281
|
{
|
|
309282
309282
|
type: "integer",
|
|
@@ -309559,7 +309559,7 @@ var init_schemas = __esm({
|
|
|
309559
309559
|
url: "https://www.example.com/app",
|
|
309560
309560
|
timeout: 6e4,
|
|
309561
309561
|
waitUntil: {
|
|
309562
|
-
networkIdleTime:
|
|
309562
|
+
networkIdleTime: 0
|
|
309563
309563
|
}
|
|
309564
309564
|
},
|
|
309565
309565
|
{
|
|
@@ -353605,7 +353605,7 @@ var init_schemas = __esm({
|
|
|
353605
353605
|
additionalProperties: false,
|
|
353606
353606
|
properties: {
|
|
353607
353607
|
networkIdleTime: {
|
|
353608
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
353608
|
+
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).",
|
|
353609
353609
|
anyOf: [
|
|
353610
353610
|
{
|
|
353611
353611
|
type: "integer",
|
|
@@ -353618,7 +353618,7 @@ var init_schemas = __esm({
|
|
|
353618
353618
|
default: 500
|
|
353619
353619
|
},
|
|
353620
353620
|
domIdleTime: {
|
|
353621
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
353621
|
+
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).",
|
|
353622
353622
|
anyOf: [
|
|
353623
353623
|
{
|
|
353624
353624
|
type: "integer",
|
|
@@ -354137,7 +354137,7 @@ var init_schemas = __esm({
|
|
|
354137
354137
|
additionalProperties: false,
|
|
354138
354138
|
properties: {
|
|
354139
354139
|
networkIdleTime: {
|
|
354140
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
354140
|
+
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).",
|
|
354141
354141
|
anyOf: [
|
|
354142
354142
|
{
|
|
354143
354143
|
type: "integer",
|
|
@@ -354150,7 +354150,7 @@ var init_schemas = __esm({
|
|
|
354150
354150
|
default: 500
|
|
354151
354151
|
},
|
|
354152
354152
|
domIdleTime: {
|
|
354153
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
354153
|
+
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).",
|
|
354154
354154
|
anyOf: [
|
|
354155
354155
|
{
|
|
354156
354156
|
type: "integer",
|
|
@@ -354433,7 +354433,7 @@ var init_schemas = __esm({
|
|
|
354433
354433
|
url: "https://www.example.com/app",
|
|
354434
354434
|
timeout: 6e4,
|
|
354435
354435
|
waitUntil: {
|
|
354436
|
-
networkIdleTime:
|
|
354436
|
+
networkIdleTime: 0
|
|
354437
354437
|
}
|
|
354438
354438
|
},
|
|
354439
354439
|
{
|
|
@@ -404653,7 +404653,7 @@ var init_schemas = __esm({
|
|
|
404653
404653
|
additionalProperties: false,
|
|
404654
404654
|
properties: {
|
|
404655
404655
|
networkIdleTime: {
|
|
404656
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
404656
|
+
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).",
|
|
404657
404657
|
anyOf: [
|
|
404658
404658
|
{
|
|
404659
404659
|
type: "integer",
|
|
@@ -404666,7 +404666,7 @@ var init_schemas = __esm({
|
|
|
404666
404666
|
default: 500
|
|
404667
404667
|
},
|
|
404668
404668
|
domIdleTime: {
|
|
404669
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
404669
|
+
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).",
|
|
404670
404670
|
anyOf: [
|
|
404671
404671
|
{
|
|
404672
404672
|
type: "integer",
|
|
@@ -405185,7 +405185,7 @@ var init_schemas = __esm({
|
|
|
405185
405185
|
additionalProperties: false,
|
|
405186
405186
|
properties: {
|
|
405187
405187
|
networkIdleTime: {
|
|
405188
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
405188
|
+
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).",
|
|
405189
405189
|
anyOf: [
|
|
405190
405190
|
{
|
|
405191
405191
|
type: "integer",
|
|
@@ -405198,7 +405198,7 @@ var init_schemas = __esm({
|
|
|
405198
405198
|
default: 500
|
|
405199
405199
|
},
|
|
405200
405200
|
domIdleTime: {
|
|
405201
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
405201
|
+
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).",
|
|
405202
405202
|
anyOf: [
|
|
405203
405203
|
{
|
|
405204
405204
|
type: "integer",
|
|
@@ -405481,7 +405481,7 @@ var init_schemas = __esm({
|
|
|
405481
405481
|
url: "https://www.example.com/app",
|
|
405482
405482
|
timeout: 6e4,
|
|
405483
405483
|
waitUntil: {
|
|
405484
|
-
networkIdleTime:
|
|
405484
|
+
networkIdleTime: 0
|
|
405485
405485
|
}
|
|
405486
405486
|
},
|
|
405487
405487
|
{
|
|
@@ -449527,7 +449527,7 @@ var init_schemas = __esm({
|
|
|
449527
449527
|
additionalProperties: false,
|
|
449528
449528
|
properties: {
|
|
449529
449529
|
networkIdleTime: {
|
|
449530
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
449530
|
+
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).",
|
|
449531
449531
|
anyOf: [
|
|
449532
449532
|
{
|
|
449533
449533
|
type: "integer",
|
|
@@ -449540,7 +449540,7 @@ var init_schemas = __esm({
|
|
|
449540
449540
|
default: 500
|
|
449541
449541
|
},
|
|
449542
449542
|
domIdleTime: {
|
|
449543
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
449543
|
+
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).",
|
|
449544
449544
|
anyOf: [
|
|
449545
449545
|
{
|
|
449546
449546
|
type: "integer",
|
|
@@ -450059,7 +450059,7 @@ var init_schemas = __esm({
|
|
|
450059
450059
|
additionalProperties: false,
|
|
450060
450060
|
properties: {
|
|
450061
450061
|
networkIdleTime: {
|
|
450062
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
450062
|
+
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).",
|
|
450063
450063
|
anyOf: [
|
|
450064
450064
|
{
|
|
450065
450065
|
type: "integer",
|
|
@@ -450072,7 +450072,7 @@ var init_schemas = __esm({
|
|
|
450072
450072
|
default: 500
|
|
450073
450073
|
},
|
|
450074
450074
|
domIdleTime: {
|
|
450075
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
450075
|
+
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).",
|
|
450076
450076
|
anyOf: [
|
|
450077
450077
|
{
|
|
450078
450078
|
type: "integer",
|
|
@@ -450355,7 +450355,7 @@ var init_schemas = __esm({
|
|
|
450355
450355
|
url: "https://www.example.com/app",
|
|
450356
450356
|
timeout: 6e4,
|
|
450357
450357
|
waitUntil: {
|
|
450358
|
-
networkIdleTime:
|
|
450358
|
+
networkIdleTime: 0
|
|
450359
450359
|
}
|
|
450360
450360
|
},
|
|
450361
450361
|
{
|
|
@@ -496093,7 +496093,7 @@ var init_schemas = __esm({
|
|
|
496093
496093
|
additionalProperties: false,
|
|
496094
496094
|
properties: {
|
|
496095
496095
|
networkIdleTime: {
|
|
496096
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
496096
|
+
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).",
|
|
496097
496097
|
anyOf: [
|
|
496098
496098
|
{
|
|
496099
496099
|
type: "integer",
|
|
@@ -496106,7 +496106,7 @@ var init_schemas = __esm({
|
|
|
496106
496106
|
default: 500
|
|
496107
496107
|
},
|
|
496108
496108
|
domIdleTime: {
|
|
496109
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
496109
|
+
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).",
|
|
496110
496110
|
anyOf: [
|
|
496111
496111
|
{
|
|
496112
496112
|
type: "integer",
|
|
@@ -496625,7 +496625,7 @@ var init_schemas = __esm({
|
|
|
496625
496625
|
additionalProperties: false,
|
|
496626
496626
|
properties: {
|
|
496627
496627
|
networkIdleTime: {
|
|
496628
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
496628
|
+
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).",
|
|
496629
496629
|
anyOf: [
|
|
496630
496630
|
{
|
|
496631
496631
|
type: "integer",
|
|
@@ -496638,7 +496638,7 @@ var init_schemas = __esm({
|
|
|
496638
496638
|
default: 500
|
|
496639
496639
|
},
|
|
496640
496640
|
domIdleTime: {
|
|
496641
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
496641
|
+
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).",
|
|
496642
496642
|
anyOf: [
|
|
496643
496643
|
{
|
|
496644
496644
|
type: "integer",
|
|
@@ -496921,7 +496921,7 @@ var init_schemas = __esm({
|
|
|
496921
496921
|
url: "https://www.example.com/app",
|
|
496922
496922
|
timeout: 6e4,
|
|
496923
496923
|
waitUntil: {
|
|
496924
|
-
networkIdleTime:
|
|
496924
|
+
networkIdleTime: 0
|
|
496925
496925
|
}
|
|
496926
496926
|
},
|
|
496927
496927
|
{
|
|
@@ -544312,7 +544312,7 @@ var init_schemas = __esm({
|
|
|
544312
544312
|
additionalProperties: false,
|
|
544313
544313
|
properties: {
|
|
544314
544314
|
networkIdleTime: {
|
|
544315
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
544315
|
+
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).",
|
|
544316
544316
|
anyOf: [
|
|
544317
544317
|
{
|
|
544318
544318
|
type: "integer",
|
|
@@ -544325,7 +544325,7 @@ var init_schemas = __esm({
|
|
|
544325
544325
|
default: 500
|
|
544326
544326
|
},
|
|
544327
544327
|
domIdleTime: {
|
|
544328
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
544328
|
+
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).",
|
|
544329
544329
|
anyOf: [
|
|
544330
544330
|
{
|
|
544331
544331
|
type: "integer",
|
|
@@ -544844,7 +544844,7 @@ var init_schemas = __esm({
|
|
|
544844
544844
|
additionalProperties: false,
|
|
544845
544845
|
properties: {
|
|
544846
544846
|
networkIdleTime: {
|
|
544847
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
544847
|
+
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).",
|
|
544848
544848
|
anyOf: [
|
|
544849
544849
|
{
|
|
544850
544850
|
type: "integer",
|
|
@@ -544857,7 +544857,7 @@ var init_schemas = __esm({
|
|
|
544857
544857
|
default: 500
|
|
544858
544858
|
},
|
|
544859
544859
|
domIdleTime: {
|
|
544860
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
544860
|
+
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).",
|
|
544861
544861
|
anyOf: [
|
|
544862
544862
|
{
|
|
544863
544863
|
type: "integer",
|
|
@@ -545140,7 +545140,7 @@ var init_schemas = __esm({
|
|
|
545140
545140
|
url: "https://www.example.com/app",
|
|
545141
545141
|
timeout: 6e4,
|
|
545142
545142
|
waitUntil: {
|
|
545143
|
-
networkIdleTime:
|
|
545143
|
+
networkIdleTime: 0
|
|
545144
545144
|
}
|
|
545145
545145
|
},
|
|
545146
545146
|
{
|
|
@@ -589186,7 +589186,7 @@ var init_schemas = __esm({
|
|
|
589186
589186
|
additionalProperties: false,
|
|
589187
589187
|
properties: {
|
|
589188
589188
|
networkIdleTime: {
|
|
589189
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
589189
|
+
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).",
|
|
589190
589190
|
anyOf: [
|
|
589191
589191
|
{
|
|
589192
589192
|
type: "integer",
|
|
@@ -589199,7 +589199,7 @@ var init_schemas = __esm({
|
|
|
589199
589199
|
default: 500
|
|
589200
589200
|
},
|
|
589201
589201
|
domIdleTime: {
|
|
589202
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
589202
|
+
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).",
|
|
589203
589203
|
anyOf: [
|
|
589204
589204
|
{
|
|
589205
589205
|
type: "integer",
|
|
@@ -589718,7 +589718,7 @@ var init_schemas = __esm({
|
|
|
589718
589718
|
additionalProperties: false,
|
|
589719
589719
|
properties: {
|
|
589720
589720
|
networkIdleTime: {
|
|
589721
|
-
description: "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `
|
|
589721
|
+
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).",
|
|
589722
589722
|
anyOf: [
|
|
589723
589723
|
{
|
|
589724
589724
|
type: "integer",
|
|
@@ -589731,7 +589731,7 @@ var init_schemas = __esm({
|
|
|
589731
589731
|
default: 500
|
|
589732
589732
|
},
|
|
589733
589733
|
domIdleTime: {
|
|
589734
|
-
description: "Wait for DOM mutations to stop for this duration in milliseconds. Set to `
|
|
589734
|
+
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).",
|
|
589735
589735
|
anyOf: [
|
|
589736
589736
|
{
|
|
589737
589737
|
type: "integer",
|
|
@@ -590014,7 +590014,7 @@ var init_schemas = __esm({
|
|
|
590014
590014
|
url: "https://www.example.com/app",
|
|
590015
590015
|
timeout: 6e4,
|
|
590016
590016
|
waitUntil: {
|
|
590017
|
-
networkIdleTime:
|
|
590017
|
+
networkIdleTime: 0
|
|
590018
590018
|
}
|
|
590019
590019
|
},
|
|
590020
590020
|
{
|