@ariakit/test 0.3.9 → 0.3.11
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/CHANGELOG.md +9 -0
- package/cjs/__aria-role.d.cts +2 -0
- package/cjs/__aria-role.d.ts +2 -0
- package/cjs/__chunks/ERFCHS75.cjs +91 -0
- package/cjs/__chunks/{ZH5OPOS6.cjs → W53ATX47.cjs} +4 -85
- package/cjs/index.cjs +3 -2
- package/cjs/playwright.cjs +19 -0
- package/cjs/playwright.d.cts +6 -0
- package/cjs/playwright.d.ts +6 -0
- package/cjs/query.cjs +3 -2
- package/cjs/query.d.cts +150 -150
- package/cjs/query.d.ts +150 -150
- package/cjs/react.cjs +3 -2
- package/cjs/react.d.cts +2 -2
- package/cjs/react.d.ts +2 -2
- package/esm/__aria-role.d.ts +2 -0
- package/esm/__chunks/{P574EHHD.js → 2L7BSF5A.js} +3 -84
- package/esm/__chunks/CWTUOQ5Z.js +91 -0
- package/esm/index.js +2 -1
- package/esm/playwright.d.ts +6 -0
- package/esm/playwright.js +19 -0
- package/esm/query.d.ts +150 -150
- package/esm/query.js +2 -1
- package/esm/react.d.ts +2 -2
- package/esm/react.js +2 -1
- package/package.json +13 -2
- package/playwright/package.json +8 -0
package/cjs/query.d.ts
CHANGED
|
@@ -24,7 +24,7 @@ export declare const query: {
|
|
|
24
24
|
all: (<T_9 extends HTMLElement = HTMLElement>(id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => T_9[]) & ((id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => HTMLElement[]);
|
|
25
25
|
};
|
|
26
26
|
};
|
|
27
|
-
|
|
27
|
+
alert: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
28
28
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
29
29
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
30
30
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -48,7 +48,7 @@ export declare const query: {
|
|
|
48
48
|
};
|
|
49
49
|
};
|
|
50
50
|
};
|
|
51
|
-
|
|
51
|
+
alertdialog: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
52
52
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
53
53
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
54
54
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -72,7 +72,7 @@ export declare const query: {
|
|
|
72
72
|
};
|
|
73
73
|
};
|
|
74
74
|
};
|
|
75
|
-
|
|
75
|
+
application: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
76
76
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
77
77
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
78
78
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -120,7 +120,7 @@ export declare const query: {
|
|
|
120
120
|
};
|
|
121
121
|
};
|
|
122
122
|
};
|
|
123
|
-
|
|
123
|
+
banner: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
124
124
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
125
125
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
126
126
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -144,7 +144,7 @@ export declare const query: {
|
|
|
144
144
|
};
|
|
145
145
|
};
|
|
146
146
|
};
|
|
147
|
-
|
|
147
|
+
blockquote: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
148
148
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
149
149
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
150
150
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -168,7 +168,7 @@ export declare const query: {
|
|
|
168
168
|
};
|
|
169
169
|
};
|
|
170
170
|
};
|
|
171
|
-
|
|
171
|
+
button: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
172
172
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
173
173
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
174
174
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -192,7 +192,7 @@ export declare const query: {
|
|
|
192
192
|
};
|
|
193
193
|
};
|
|
194
194
|
};
|
|
195
|
-
|
|
195
|
+
caption: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
196
196
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
197
197
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
198
198
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -216,7 +216,7 @@ export declare const query: {
|
|
|
216
216
|
};
|
|
217
217
|
};
|
|
218
218
|
};
|
|
219
|
-
|
|
219
|
+
cell: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
220
220
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
221
221
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
222
222
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -240,7 +240,7 @@ export declare const query: {
|
|
|
240
240
|
};
|
|
241
241
|
};
|
|
242
242
|
};
|
|
243
|
-
|
|
243
|
+
checkbox: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
244
244
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
245
245
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
246
246
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -264,7 +264,7 @@ export declare const query: {
|
|
|
264
264
|
};
|
|
265
265
|
};
|
|
266
266
|
};
|
|
267
|
-
|
|
267
|
+
code: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
268
268
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
269
269
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
270
270
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -288,7 +288,7 @@ export declare const query: {
|
|
|
288
288
|
};
|
|
289
289
|
};
|
|
290
290
|
};
|
|
291
|
-
|
|
291
|
+
columnheader: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
292
292
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
293
293
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
294
294
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -312,7 +312,7 @@ export declare const query: {
|
|
|
312
312
|
};
|
|
313
313
|
};
|
|
314
314
|
};
|
|
315
|
-
|
|
315
|
+
combobox: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
316
316
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
317
317
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
318
318
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -336,7 +336,7 @@ export declare const query: {
|
|
|
336
336
|
};
|
|
337
337
|
};
|
|
338
338
|
};
|
|
339
|
-
|
|
339
|
+
complementary: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
340
340
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
341
341
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
342
342
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -360,7 +360,7 @@ export declare const query: {
|
|
|
360
360
|
};
|
|
361
361
|
};
|
|
362
362
|
};
|
|
363
|
-
|
|
363
|
+
contentinfo: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
364
364
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
365
365
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
366
366
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -384,7 +384,7 @@ export declare const query: {
|
|
|
384
384
|
};
|
|
385
385
|
};
|
|
386
386
|
};
|
|
387
|
-
|
|
387
|
+
definition: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
388
388
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
389
389
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
390
390
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -408,7 +408,7 @@ export declare const query: {
|
|
|
408
408
|
};
|
|
409
409
|
};
|
|
410
410
|
};
|
|
411
|
-
|
|
411
|
+
deletion: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
412
412
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
413
413
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
414
414
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -432,7 +432,7 @@ export declare const query: {
|
|
|
432
432
|
};
|
|
433
433
|
};
|
|
434
434
|
};
|
|
435
|
-
|
|
435
|
+
dialog: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
436
436
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
437
437
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
438
438
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -456,7 +456,7 @@ export declare const query: {
|
|
|
456
456
|
};
|
|
457
457
|
};
|
|
458
458
|
};
|
|
459
|
-
|
|
459
|
+
directory: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
460
460
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
461
461
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
462
462
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -480,7 +480,7 @@ export declare const query: {
|
|
|
480
480
|
};
|
|
481
481
|
};
|
|
482
482
|
};
|
|
483
|
-
|
|
483
|
+
document: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
484
484
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
485
485
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
486
486
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -504,7 +504,7 @@ export declare const query: {
|
|
|
504
504
|
};
|
|
505
505
|
};
|
|
506
506
|
};
|
|
507
|
-
|
|
507
|
+
emphasis: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
508
508
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
509
509
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
510
510
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -528,7 +528,7 @@ export declare const query: {
|
|
|
528
528
|
};
|
|
529
529
|
};
|
|
530
530
|
};
|
|
531
|
-
|
|
531
|
+
feed: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
532
532
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
533
533
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
534
534
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -552,7 +552,7 @@ export declare const query: {
|
|
|
552
552
|
};
|
|
553
553
|
};
|
|
554
554
|
};
|
|
555
|
-
|
|
555
|
+
figure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
556
556
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
557
557
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
558
558
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -576,7 +576,7 @@ export declare const query: {
|
|
|
576
576
|
};
|
|
577
577
|
};
|
|
578
578
|
};
|
|
579
|
-
|
|
579
|
+
form: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
580
580
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
581
581
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
582
582
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -600,7 +600,7 @@ export declare const query: {
|
|
|
600
600
|
};
|
|
601
601
|
};
|
|
602
602
|
};
|
|
603
|
-
|
|
603
|
+
generic: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
604
604
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
605
605
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
606
606
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -624,7 +624,7 @@ export declare const query: {
|
|
|
624
624
|
};
|
|
625
625
|
};
|
|
626
626
|
};
|
|
627
|
-
|
|
627
|
+
grid: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
628
628
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
629
629
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
630
630
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -648,7 +648,7 @@ export declare const query: {
|
|
|
648
648
|
};
|
|
649
649
|
};
|
|
650
650
|
};
|
|
651
|
-
|
|
651
|
+
gridcell: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
652
652
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
653
653
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
654
654
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -672,7 +672,7 @@ export declare const query: {
|
|
|
672
672
|
};
|
|
673
673
|
};
|
|
674
674
|
};
|
|
675
|
-
|
|
675
|
+
group: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
676
676
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
677
677
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
678
678
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -696,7 +696,7 @@ export declare const query: {
|
|
|
696
696
|
};
|
|
697
697
|
};
|
|
698
698
|
};
|
|
699
|
-
|
|
699
|
+
heading: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
700
700
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
701
701
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
702
702
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -720,7 +720,7 @@ export declare const query: {
|
|
|
720
720
|
};
|
|
721
721
|
};
|
|
722
722
|
};
|
|
723
|
-
|
|
723
|
+
img: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
724
724
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
725
725
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
726
726
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -744,7 +744,7 @@ export declare const query: {
|
|
|
744
744
|
};
|
|
745
745
|
};
|
|
746
746
|
};
|
|
747
|
-
|
|
747
|
+
insertion: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
748
748
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
749
749
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
750
750
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -768,7 +768,7 @@ export declare const query: {
|
|
|
768
768
|
};
|
|
769
769
|
};
|
|
770
770
|
};
|
|
771
|
-
|
|
771
|
+
link: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
772
772
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
773
773
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
774
774
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -792,7 +792,7 @@ export declare const query: {
|
|
|
792
792
|
};
|
|
793
793
|
};
|
|
794
794
|
};
|
|
795
|
-
|
|
795
|
+
list: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
796
796
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
797
797
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
798
798
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -816,7 +816,7 @@ export declare const query: {
|
|
|
816
816
|
};
|
|
817
817
|
};
|
|
818
818
|
};
|
|
819
|
-
|
|
819
|
+
listbox: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
820
820
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
821
821
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
822
822
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -840,7 +840,7 @@ export declare const query: {
|
|
|
840
840
|
};
|
|
841
841
|
};
|
|
842
842
|
};
|
|
843
|
-
|
|
843
|
+
listitem: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
844
844
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
845
845
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
846
846
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -864,7 +864,7 @@ export declare const query: {
|
|
|
864
864
|
};
|
|
865
865
|
};
|
|
866
866
|
};
|
|
867
|
-
|
|
867
|
+
log: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
868
868
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
869
869
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
870
870
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -888,7 +888,7 @@ export declare const query: {
|
|
|
888
888
|
};
|
|
889
889
|
};
|
|
890
890
|
};
|
|
891
|
-
|
|
891
|
+
main: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
892
892
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
893
893
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
894
894
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -912,7 +912,7 @@ export declare const query: {
|
|
|
912
912
|
};
|
|
913
913
|
};
|
|
914
914
|
};
|
|
915
|
-
|
|
915
|
+
marquee: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
916
916
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
917
917
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
918
918
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -936,7 +936,7 @@ export declare const query: {
|
|
|
936
936
|
};
|
|
937
937
|
};
|
|
938
938
|
};
|
|
939
|
-
|
|
939
|
+
math: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
940
940
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
941
941
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
942
942
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -960,7 +960,7 @@ export declare const query: {
|
|
|
960
960
|
};
|
|
961
961
|
};
|
|
962
962
|
};
|
|
963
|
-
|
|
963
|
+
menu: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
964
964
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
965
965
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
966
966
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -984,7 +984,7 @@ export declare const query: {
|
|
|
984
984
|
};
|
|
985
985
|
};
|
|
986
986
|
};
|
|
987
|
-
|
|
987
|
+
menubar: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
988
988
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
989
989
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
990
990
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -1008,7 +1008,7 @@ export declare const query: {
|
|
|
1008
1008
|
};
|
|
1009
1009
|
};
|
|
1010
1010
|
};
|
|
1011
|
-
|
|
1011
|
+
menuitem: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
1012
1012
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
1013
1013
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
1014
1014
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -1032,7 +1032,7 @@ export declare const query: {
|
|
|
1032
1032
|
};
|
|
1033
1033
|
};
|
|
1034
1034
|
};
|
|
1035
|
-
|
|
1035
|
+
menuitemcheckbox: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
1036
1036
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
1037
1037
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
1038
1038
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -1056,7 +1056,7 @@ export declare const query: {
|
|
|
1056
1056
|
};
|
|
1057
1057
|
};
|
|
1058
1058
|
};
|
|
1059
|
-
|
|
1059
|
+
menuitemradio: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
1060
1060
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
1061
1061
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
1062
1062
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -1080,7 +1080,7 @@ export declare const query: {
|
|
|
1080
1080
|
};
|
|
1081
1081
|
};
|
|
1082
1082
|
};
|
|
1083
|
-
|
|
1083
|
+
meter: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
1084
1084
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
1085
1085
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
1086
1086
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -1104,7 +1104,7 @@ export declare const query: {
|
|
|
1104
1104
|
};
|
|
1105
1105
|
};
|
|
1106
1106
|
};
|
|
1107
|
-
|
|
1107
|
+
navigation: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
1108
1108
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
1109
1109
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
1110
1110
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -1128,7 +1128,7 @@ export declare const query: {
|
|
|
1128
1128
|
};
|
|
1129
1129
|
};
|
|
1130
1130
|
};
|
|
1131
|
-
|
|
1131
|
+
none: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
1132
1132
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
1133
1133
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
1134
1134
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -1152,7 +1152,7 @@ export declare const query: {
|
|
|
1152
1152
|
};
|
|
1153
1153
|
};
|
|
1154
1154
|
};
|
|
1155
|
-
|
|
1155
|
+
note: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
1156
1156
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
1157
1157
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
1158
1158
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -1176,7 +1176,7 @@ export declare const query: {
|
|
|
1176
1176
|
};
|
|
1177
1177
|
};
|
|
1178
1178
|
};
|
|
1179
|
-
|
|
1179
|
+
option: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
1180
1180
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
1181
1181
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
1182
1182
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -1200,7 +1200,7 @@ export declare const query: {
|
|
|
1200
1200
|
};
|
|
1201
1201
|
};
|
|
1202
1202
|
};
|
|
1203
|
-
|
|
1203
|
+
paragraph: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
1204
1204
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
1205
1205
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
1206
1206
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -1224,7 +1224,7 @@ export declare const query: {
|
|
|
1224
1224
|
};
|
|
1225
1225
|
};
|
|
1226
1226
|
};
|
|
1227
|
-
|
|
1227
|
+
presentation: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
1228
1228
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
1229
1229
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
1230
1230
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -1248,7 +1248,7 @@ export declare const query: {
|
|
|
1248
1248
|
};
|
|
1249
1249
|
};
|
|
1250
1250
|
};
|
|
1251
|
-
|
|
1251
|
+
progressbar: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
1252
1252
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
1253
1253
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
1254
1254
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -1272,7 +1272,7 @@ export declare const query: {
|
|
|
1272
1272
|
};
|
|
1273
1273
|
};
|
|
1274
1274
|
};
|
|
1275
|
-
|
|
1275
|
+
radio: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
1276
1276
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
1277
1277
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
1278
1278
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -1296,7 +1296,7 @@ export declare const query: {
|
|
|
1296
1296
|
};
|
|
1297
1297
|
};
|
|
1298
1298
|
};
|
|
1299
|
-
|
|
1299
|
+
radiogroup: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
1300
1300
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
1301
1301
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
1302
1302
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -1320,7 +1320,7 @@ export declare const query: {
|
|
|
1320
1320
|
};
|
|
1321
1321
|
};
|
|
1322
1322
|
};
|
|
1323
|
-
|
|
1323
|
+
region: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
1324
1324
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
1325
1325
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
1326
1326
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -1344,7 +1344,7 @@ export declare const query: {
|
|
|
1344
1344
|
};
|
|
1345
1345
|
};
|
|
1346
1346
|
};
|
|
1347
|
-
|
|
1347
|
+
row: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
1348
1348
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
1349
1349
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
1350
1350
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -1368,7 +1368,7 @@ export declare const query: {
|
|
|
1368
1368
|
};
|
|
1369
1369
|
};
|
|
1370
1370
|
};
|
|
1371
|
-
|
|
1371
|
+
rowgroup: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
1372
1372
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
1373
1373
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
1374
1374
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -1392,7 +1392,7 @@ export declare const query: {
|
|
|
1392
1392
|
};
|
|
1393
1393
|
};
|
|
1394
1394
|
};
|
|
1395
|
-
|
|
1395
|
+
rowheader: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
1396
1396
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
1397
1397
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
1398
1398
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -1416,7 +1416,7 @@ export declare const query: {
|
|
|
1416
1416
|
};
|
|
1417
1417
|
};
|
|
1418
1418
|
};
|
|
1419
|
-
|
|
1419
|
+
scrollbar: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
1420
1420
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
1421
1421
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
1422
1422
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -1440,7 +1440,7 @@ export declare const query: {
|
|
|
1440
1440
|
};
|
|
1441
1441
|
};
|
|
1442
1442
|
};
|
|
1443
|
-
|
|
1443
|
+
search: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
1444
1444
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
1445
1445
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
1446
1446
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -1464,7 +1464,7 @@ export declare const query: {
|
|
|
1464
1464
|
};
|
|
1465
1465
|
};
|
|
1466
1466
|
};
|
|
1467
|
-
|
|
1467
|
+
searchbox: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
1468
1468
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
1469
1469
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
1470
1470
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -1488,7 +1488,7 @@ export declare const query: {
|
|
|
1488
1488
|
};
|
|
1489
1489
|
};
|
|
1490
1490
|
};
|
|
1491
|
-
|
|
1491
|
+
separator: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
1492
1492
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
1493
1493
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
1494
1494
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -1512,7 +1512,7 @@ export declare const query: {
|
|
|
1512
1512
|
};
|
|
1513
1513
|
};
|
|
1514
1514
|
};
|
|
1515
|
-
|
|
1515
|
+
slider: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
1516
1516
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
1517
1517
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
1518
1518
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -1536,7 +1536,7 @@ export declare const query: {
|
|
|
1536
1536
|
};
|
|
1537
1537
|
};
|
|
1538
1538
|
};
|
|
1539
|
-
|
|
1539
|
+
spinbutton: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
1540
1540
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
1541
1541
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
1542
1542
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -1560,7 +1560,7 @@ export declare const query: {
|
|
|
1560
1560
|
};
|
|
1561
1561
|
};
|
|
1562
1562
|
};
|
|
1563
|
-
|
|
1563
|
+
status: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
1564
1564
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
1565
1565
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
1566
1566
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -1584,7 +1584,7 @@ export declare const query: {
|
|
|
1584
1584
|
};
|
|
1585
1585
|
};
|
|
1586
1586
|
};
|
|
1587
|
-
|
|
1587
|
+
strong: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
1588
1588
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
1589
1589
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
1590
1590
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -1608,7 +1608,7 @@ export declare const query: {
|
|
|
1608
1608
|
};
|
|
1609
1609
|
};
|
|
1610
1610
|
};
|
|
1611
|
-
|
|
1611
|
+
subscript: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
1612
1612
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
1613
1613
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
1614
1614
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -1632,7 +1632,7 @@ export declare const query: {
|
|
|
1632
1632
|
};
|
|
1633
1633
|
};
|
|
1634
1634
|
};
|
|
1635
|
-
|
|
1635
|
+
superscript: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
1636
1636
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
1637
1637
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
1638
1638
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -1656,7 +1656,7 @@ export declare const query: {
|
|
|
1656
1656
|
};
|
|
1657
1657
|
};
|
|
1658
1658
|
};
|
|
1659
|
-
|
|
1659
|
+
switch: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
1660
1660
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
1661
1661
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
1662
1662
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -1680,7 +1680,7 @@ export declare const query: {
|
|
|
1680
1680
|
};
|
|
1681
1681
|
};
|
|
1682
1682
|
};
|
|
1683
|
-
|
|
1683
|
+
tab: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
1684
1684
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
1685
1685
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
1686
1686
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -1704,7 +1704,7 @@ export declare const query: {
|
|
|
1704
1704
|
};
|
|
1705
1705
|
};
|
|
1706
1706
|
};
|
|
1707
|
-
|
|
1707
|
+
table: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
1708
1708
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
1709
1709
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
1710
1710
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -1728,7 +1728,7 @@ export declare const query: {
|
|
|
1728
1728
|
};
|
|
1729
1729
|
};
|
|
1730
1730
|
};
|
|
1731
|
-
|
|
1731
|
+
tablist: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
1732
1732
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
1733
1733
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
1734
1734
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -1752,7 +1752,7 @@ export declare const query: {
|
|
|
1752
1752
|
};
|
|
1753
1753
|
};
|
|
1754
1754
|
};
|
|
1755
|
-
|
|
1755
|
+
tabpanel: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
1756
1756
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
1757
1757
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
1758
1758
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -1776,7 +1776,7 @@ export declare const query: {
|
|
|
1776
1776
|
};
|
|
1777
1777
|
};
|
|
1778
1778
|
};
|
|
1779
|
-
|
|
1779
|
+
term: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
1780
1780
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
1781
1781
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
1782
1782
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -1800,7 +1800,7 @@ export declare const query: {
|
|
|
1800
1800
|
};
|
|
1801
1801
|
};
|
|
1802
1802
|
};
|
|
1803
|
-
|
|
1803
|
+
textbox: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
1804
1804
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
1805
1805
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
1806
1806
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -1824,7 +1824,7 @@ export declare const query: {
|
|
|
1824
1824
|
};
|
|
1825
1825
|
};
|
|
1826
1826
|
};
|
|
1827
|
-
|
|
1827
|
+
time: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
1828
1828
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
1829
1829
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
1830
1830
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -2018,7 +2018,7 @@ export declare const q: {
|
|
|
2018
2018
|
all: (<T_9 extends HTMLElement = HTMLElement>(id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => T_9[]) & ((id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => HTMLElement[]);
|
|
2019
2019
|
};
|
|
2020
2020
|
};
|
|
2021
|
-
|
|
2021
|
+
alert: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
2022
2022
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
2023
2023
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
2024
2024
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -2042,7 +2042,7 @@ export declare const q: {
|
|
|
2042
2042
|
};
|
|
2043
2043
|
};
|
|
2044
2044
|
};
|
|
2045
|
-
|
|
2045
|
+
alertdialog: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
2046
2046
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
2047
2047
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
2048
2048
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -2066,7 +2066,7 @@ export declare const q: {
|
|
|
2066
2066
|
};
|
|
2067
2067
|
};
|
|
2068
2068
|
};
|
|
2069
|
-
|
|
2069
|
+
application: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
2070
2070
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
2071
2071
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
2072
2072
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -2114,7 +2114,7 @@ export declare const q: {
|
|
|
2114
2114
|
};
|
|
2115
2115
|
};
|
|
2116
2116
|
};
|
|
2117
|
-
|
|
2117
|
+
banner: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
2118
2118
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
2119
2119
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
2120
2120
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -2138,7 +2138,7 @@ export declare const q: {
|
|
|
2138
2138
|
};
|
|
2139
2139
|
};
|
|
2140
2140
|
};
|
|
2141
|
-
|
|
2141
|
+
blockquote: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
2142
2142
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
2143
2143
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
2144
2144
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -2162,7 +2162,7 @@ export declare const q: {
|
|
|
2162
2162
|
};
|
|
2163
2163
|
};
|
|
2164
2164
|
};
|
|
2165
|
-
|
|
2165
|
+
button: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
2166
2166
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
2167
2167
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
2168
2168
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -2186,7 +2186,7 @@ export declare const q: {
|
|
|
2186
2186
|
};
|
|
2187
2187
|
};
|
|
2188
2188
|
};
|
|
2189
|
-
|
|
2189
|
+
caption: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
2190
2190
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
2191
2191
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
2192
2192
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -2210,7 +2210,7 @@ export declare const q: {
|
|
|
2210
2210
|
};
|
|
2211
2211
|
};
|
|
2212
2212
|
};
|
|
2213
|
-
|
|
2213
|
+
cell: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
2214
2214
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
2215
2215
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
2216
2216
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -2234,7 +2234,7 @@ export declare const q: {
|
|
|
2234
2234
|
};
|
|
2235
2235
|
};
|
|
2236
2236
|
};
|
|
2237
|
-
|
|
2237
|
+
checkbox: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
2238
2238
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
2239
2239
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
2240
2240
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -2258,7 +2258,7 @@ export declare const q: {
|
|
|
2258
2258
|
};
|
|
2259
2259
|
};
|
|
2260
2260
|
};
|
|
2261
|
-
|
|
2261
|
+
code: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
2262
2262
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
2263
2263
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
2264
2264
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -2282,7 +2282,7 @@ export declare const q: {
|
|
|
2282
2282
|
};
|
|
2283
2283
|
};
|
|
2284
2284
|
};
|
|
2285
|
-
|
|
2285
|
+
columnheader: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
2286
2286
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
2287
2287
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
2288
2288
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -2306,7 +2306,7 @@ export declare const q: {
|
|
|
2306
2306
|
};
|
|
2307
2307
|
};
|
|
2308
2308
|
};
|
|
2309
|
-
|
|
2309
|
+
combobox: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
2310
2310
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
2311
2311
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
2312
2312
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -2330,7 +2330,7 @@ export declare const q: {
|
|
|
2330
2330
|
};
|
|
2331
2331
|
};
|
|
2332
2332
|
};
|
|
2333
|
-
|
|
2333
|
+
complementary: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
2334
2334
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
2335
2335
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
2336
2336
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -2354,7 +2354,7 @@ export declare const q: {
|
|
|
2354
2354
|
};
|
|
2355
2355
|
};
|
|
2356
2356
|
};
|
|
2357
|
-
|
|
2357
|
+
contentinfo: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
2358
2358
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
2359
2359
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
2360
2360
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -2378,7 +2378,7 @@ export declare const q: {
|
|
|
2378
2378
|
};
|
|
2379
2379
|
};
|
|
2380
2380
|
};
|
|
2381
|
-
|
|
2381
|
+
definition: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
2382
2382
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
2383
2383
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
2384
2384
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -2402,7 +2402,7 @@ export declare const q: {
|
|
|
2402
2402
|
};
|
|
2403
2403
|
};
|
|
2404
2404
|
};
|
|
2405
|
-
|
|
2405
|
+
deletion: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
2406
2406
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
2407
2407
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
2408
2408
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -2426,7 +2426,7 @@ export declare const q: {
|
|
|
2426
2426
|
};
|
|
2427
2427
|
};
|
|
2428
2428
|
};
|
|
2429
|
-
|
|
2429
|
+
dialog: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
2430
2430
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
2431
2431
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
2432
2432
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -2450,7 +2450,7 @@ export declare const q: {
|
|
|
2450
2450
|
};
|
|
2451
2451
|
};
|
|
2452
2452
|
};
|
|
2453
|
-
|
|
2453
|
+
directory: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
2454
2454
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
2455
2455
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
2456
2456
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -2474,7 +2474,7 @@ export declare const q: {
|
|
|
2474
2474
|
};
|
|
2475
2475
|
};
|
|
2476
2476
|
};
|
|
2477
|
-
|
|
2477
|
+
document: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
2478
2478
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
2479
2479
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
2480
2480
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -2498,7 +2498,7 @@ export declare const q: {
|
|
|
2498
2498
|
};
|
|
2499
2499
|
};
|
|
2500
2500
|
};
|
|
2501
|
-
|
|
2501
|
+
emphasis: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
2502
2502
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
2503
2503
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
2504
2504
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -2522,7 +2522,7 @@ export declare const q: {
|
|
|
2522
2522
|
};
|
|
2523
2523
|
};
|
|
2524
2524
|
};
|
|
2525
|
-
|
|
2525
|
+
feed: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
2526
2526
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
2527
2527
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
2528
2528
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -2546,7 +2546,7 @@ export declare const q: {
|
|
|
2546
2546
|
};
|
|
2547
2547
|
};
|
|
2548
2548
|
};
|
|
2549
|
-
|
|
2549
|
+
figure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
2550
2550
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
2551
2551
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
2552
2552
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -2570,7 +2570,7 @@ export declare const q: {
|
|
|
2570
2570
|
};
|
|
2571
2571
|
};
|
|
2572
2572
|
};
|
|
2573
|
-
|
|
2573
|
+
form: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
2574
2574
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
2575
2575
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
2576
2576
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -2594,7 +2594,7 @@ export declare const q: {
|
|
|
2594
2594
|
};
|
|
2595
2595
|
};
|
|
2596
2596
|
};
|
|
2597
|
-
|
|
2597
|
+
generic: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
2598
2598
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
2599
2599
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
2600
2600
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -2618,7 +2618,7 @@ export declare const q: {
|
|
|
2618
2618
|
};
|
|
2619
2619
|
};
|
|
2620
2620
|
};
|
|
2621
|
-
|
|
2621
|
+
grid: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
2622
2622
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
2623
2623
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
2624
2624
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -2642,7 +2642,7 @@ export declare const q: {
|
|
|
2642
2642
|
};
|
|
2643
2643
|
};
|
|
2644
2644
|
};
|
|
2645
|
-
|
|
2645
|
+
gridcell: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
2646
2646
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
2647
2647
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
2648
2648
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -2666,7 +2666,7 @@ export declare const q: {
|
|
|
2666
2666
|
};
|
|
2667
2667
|
};
|
|
2668
2668
|
};
|
|
2669
|
-
|
|
2669
|
+
group: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
2670
2670
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
2671
2671
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
2672
2672
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -2690,7 +2690,7 @@ export declare const q: {
|
|
|
2690
2690
|
};
|
|
2691
2691
|
};
|
|
2692
2692
|
};
|
|
2693
|
-
|
|
2693
|
+
heading: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
2694
2694
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
2695
2695
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
2696
2696
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -2714,7 +2714,7 @@ export declare const q: {
|
|
|
2714
2714
|
};
|
|
2715
2715
|
};
|
|
2716
2716
|
};
|
|
2717
|
-
|
|
2717
|
+
img: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
2718
2718
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
2719
2719
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
2720
2720
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -2738,7 +2738,7 @@ export declare const q: {
|
|
|
2738
2738
|
};
|
|
2739
2739
|
};
|
|
2740
2740
|
};
|
|
2741
|
-
|
|
2741
|
+
insertion: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
2742
2742
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
2743
2743
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
2744
2744
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -2762,7 +2762,7 @@ export declare const q: {
|
|
|
2762
2762
|
};
|
|
2763
2763
|
};
|
|
2764
2764
|
};
|
|
2765
|
-
|
|
2765
|
+
link: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
2766
2766
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
2767
2767
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
2768
2768
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -2786,7 +2786,7 @@ export declare const q: {
|
|
|
2786
2786
|
};
|
|
2787
2787
|
};
|
|
2788
2788
|
};
|
|
2789
|
-
|
|
2789
|
+
list: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
2790
2790
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
2791
2791
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
2792
2792
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -2810,7 +2810,7 @@ export declare const q: {
|
|
|
2810
2810
|
};
|
|
2811
2811
|
};
|
|
2812
2812
|
};
|
|
2813
|
-
|
|
2813
|
+
listbox: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
2814
2814
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
2815
2815
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
2816
2816
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -2834,7 +2834,7 @@ export declare const q: {
|
|
|
2834
2834
|
};
|
|
2835
2835
|
};
|
|
2836
2836
|
};
|
|
2837
|
-
|
|
2837
|
+
listitem: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
2838
2838
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
2839
2839
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
2840
2840
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -2858,7 +2858,7 @@ export declare const q: {
|
|
|
2858
2858
|
};
|
|
2859
2859
|
};
|
|
2860
2860
|
};
|
|
2861
|
-
|
|
2861
|
+
log: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
2862
2862
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
2863
2863
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
2864
2864
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -2882,7 +2882,7 @@ export declare const q: {
|
|
|
2882
2882
|
};
|
|
2883
2883
|
};
|
|
2884
2884
|
};
|
|
2885
|
-
|
|
2885
|
+
main: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
2886
2886
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
2887
2887
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
2888
2888
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -2906,7 +2906,7 @@ export declare const q: {
|
|
|
2906
2906
|
};
|
|
2907
2907
|
};
|
|
2908
2908
|
};
|
|
2909
|
-
|
|
2909
|
+
marquee: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
2910
2910
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
2911
2911
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
2912
2912
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -2930,7 +2930,7 @@ export declare const q: {
|
|
|
2930
2930
|
};
|
|
2931
2931
|
};
|
|
2932
2932
|
};
|
|
2933
|
-
|
|
2933
|
+
math: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
2934
2934
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
2935
2935
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
2936
2936
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -2954,7 +2954,7 @@ export declare const q: {
|
|
|
2954
2954
|
};
|
|
2955
2955
|
};
|
|
2956
2956
|
};
|
|
2957
|
-
|
|
2957
|
+
menu: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
2958
2958
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
2959
2959
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
2960
2960
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -2978,7 +2978,7 @@ export declare const q: {
|
|
|
2978
2978
|
};
|
|
2979
2979
|
};
|
|
2980
2980
|
};
|
|
2981
|
-
|
|
2981
|
+
menubar: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
2982
2982
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
2983
2983
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
2984
2984
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -3002,7 +3002,7 @@ export declare const q: {
|
|
|
3002
3002
|
};
|
|
3003
3003
|
};
|
|
3004
3004
|
};
|
|
3005
|
-
|
|
3005
|
+
menuitem: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
3006
3006
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
3007
3007
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
3008
3008
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -3026,7 +3026,7 @@ export declare const q: {
|
|
|
3026
3026
|
};
|
|
3027
3027
|
};
|
|
3028
3028
|
};
|
|
3029
|
-
|
|
3029
|
+
menuitemcheckbox: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
3030
3030
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
3031
3031
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
3032
3032
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -3050,7 +3050,7 @@ export declare const q: {
|
|
|
3050
3050
|
};
|
|
3051
3051
|
};
|
|
3052
3052
|
};
|
|
3053
|
-
|
|
3053
|
+
menuitemradio: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
3054
3054
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
3055
3055
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
3056
3056
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -3074,7 +3074,7 @@ export declare const q: {
|
|
|
3074
3074
|
};
|
|
3075
3075
|
};
|
|
3076
3076
|
};
|
|
3077
|
-
|
|
3077
|
+
meter: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
3078
3078
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
3079
3079
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
3080
3080
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -3098,7 +3098,7 @@ export declare const q: {
|
|
|
3098
3098
|
};
|
|
3099
3099
|
};
|
|
3100
3100
|
};
|
|
3101
|
-
|
|
3101
|
+
navigation: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
3102
3102
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
3103
3103
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
3104
3104
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -3122,7 +3122,7 @@ export declare const q: {
|
|
|
3122
3122
|
};
|
|
3123
3123
|
};
|
|
3124
3124
|
};
|
|
3125
|
-
|
|
3125
|
+
none: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
3126
3126
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
3127
3127
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
3128
3128
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -3146,7 +3146,7 @@ export declare const q: {
|
|
|
3146
3146
|
};
|
|
3147
3147
|
};
|
|
3148
3148
|
};
|
|
3149
|
-
|
|
3149
|
+
note: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
3150
3150
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
3151
3151
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
3152
3152
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -3170,7 +3170,7 @@ export declare const q: {
|
|
|
3170
3170
|
};
|
|
3171
3171
|
};
|
|
3172
3172
|
};
|
|
3173
|
-
|
|
3173
|
+
option: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
3174
3174
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
3175
3175
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
3176
3176
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -3194,7 +3194,7 @@ export declare const q: {
|
|
|
3194
3194
|
};
|
|
3195
3195
|
};
|
|
3196
3196
|
};
|
|
3197
|
-
|
|
3197
|
+
paragraph: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
3198
3198
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
3199
3199
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
3200
3200
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -3218,7 +3218,7 @@ export declare const q: {
|
|
|
3218
3218
|
};
|
|
3219
3219
|
};
|
|
3220
3220
|
};
|
|
3221
|
-
|
|
3221
|
+
presentation: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
3222
3222
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
3223
3223
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
3224
3224
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -3242,7 +3242,7 @@ export declare const q: {
|
|
|
3242
3242
|
};
|
|
3243
3243
|
};
|
|
3244
3244
|
};
|
|
3245
|
-
|
|
3245
|
+
progressbar: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
3246
3246
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
3247
3247
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
3248
3248
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -3266,7 +3266,7 @@ export declare const q: {
|
|
|
3266
3266
|
};
|
|
3267
3267
|
};
|
|
3268
3268
|
};
|
|
3269
|
-
|
|
3269
|
+
radio: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
3270
3270
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
3271
3271
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
3272
3272
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -3290,7 +3290,7 @@ export declare const q: {
|
|
|
3290
3290
|
};
|
|
3291
3291
|
};
|
|
3292
3292
|
};
|
|
3293
|
-
|
|
3293
|
+
radiogroup: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
3294
3294
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
3295
3295
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
3296
3296
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -3314,7 +3314,7 @@ export declare const q: {
|
|
|
3314
3314
|
};
|
|
3315
3315
|
};
|
|
3316
3316
|
};
|
|
3317
|
-
|
|
3317
|
+
region: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
3318
3318
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
3319
3319
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
3320
3320
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -3338,7 +3338,7 @@ export declare const q: {
|
|
|
3338
3338
|
};
|
|
3339
3339
|
};
|
|
3340
3340
|
};
|
|
3341
|
-
|
|
3341
|
+
row: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
3342
3342
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
3343
3343
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
3344
3344
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -3362,7 +3362,7 @@ export declare const q: {
|
|
|
3362
3362
|
};
|
|
3363
3363
|
};
|
|
3364
3364
|
};
|
|
3365
|
-
|
|
3365
|
+
rowgroup: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
3366
3366
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
3367
3367
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
3368
3368
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -3386,7 +3386,7 @@ export declare const q: {
|
|
|
3386
3386
|
};
|
|
3387
3387
|
};
|
|
3388
3388
|
};
|
|
3389
|
-
|
|
3389
|
+
rowheader: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
3390
3390
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
3391
3391
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
3392
3392
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -3410,7 +3410,7 @@ export declare const q: {
|
|
|
3410
3410
|
};
|
|
3411
3411
|
};
|
|
3412
3412
|
};
|
|
3413
|
-
|
|
3413
|
+
scrollbar: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
3414
3414
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
3415
3415
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
3416
3416
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -3434,7 +3434,7 @@ export declare const q: {
|
|
|
3434
3434
|
};
|
|
3435
3435
|
};
|
|
3436
3436
|
};
|
|
3437
|
-
|
|
3437
|
+
search: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
3438
3438
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
3439
3439
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
3440
3440
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -3458,7 +3458,7 @@ export declare const q: {
|
|
|
3458
3458
|
};
|
|
3459
3459
|
};
|
|
3460
3460
|
};
|
|
3461
|
-
|
|
3461
|
+
searchbox: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
3462
3462
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
3463
3463
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
3464
3464
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -3482,7 +3482,7 @@ export declare const q: {
|
|
|
3482
3482
|
};
|
|
3483
3483
|
};
|
|
3484
3484
|
};
|
|
3485
|
-
|
|
3485
|
+
separator: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
3486
3486
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
3487
3487
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
3488
3488
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -3506,7 +3506,7 @@ export declare const q: {
|
|
|
3506
3506
|
};
|
|
3507
3507
|
};
|
|
3508
3508
|
};
|
|
3509
|
-
|
|
3509
|
+
slider: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
3510
3510
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
3511
3511
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
3512
3512
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -3530,7 +3530,7 @@ export declare const q: {
|
|
|
3530
3530
|
};
|
|
3531
3531
|
};
|
|
3532
3532
|
};
|
|
3533
|
-
|
|
3533
|
+
spinbutton: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
3534
3534
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
3535
3535
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
3536
3536
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -3554,7 +3554,7 @@ export declare const q: {
|
|
|
3554
3554
|
};
|
|
3555
3555
|
};
|
|
3556
3556
|
};
|
|
3557
|
-
|
|
3557
|
+
status: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
3558
3558
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
3559
3559
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
3560
3560
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -3578,7 +3578,7 @@ export declare const q: {
|
|
|
3578
3578
|
};
|
|
3579
3579
|
};
|
|
3580
3580
|
};
|
|
3581
|
-
|
|
3581
|
+
strong: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
3582
3582
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
3583
3583
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
3584
3584
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -3602,7 +3602,7 @@ export declare const q: {
|
|
|
3602
3602
|
};
|
|
3603
3603
|
};
|
|
3604
3604
|
};
|
|
3605
|
-
|
|
3605
|
+
subscript: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
3606
3606
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
3607
3607
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
3608
3608
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -3626,7 +3626,7 @@ export declare const q: {
|
|
|
3626
3626
|
};
|
|
3627
3627
|
};
|
|
3628
3628
|
};
|
|
3629
|
-
|
|
3629
|
+
superscript: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
3630
3630
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
3631
3631
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
3632
3632
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -3650,7 +3650,7 @@ export declare const q: {
|
|
|
3650
3650
|
};
|
|
3651
3651
|
};
|
|
3652
3652
|
};
|
|
3653
|
-
|
|
3653
|
+
switch: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
3654
3654
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
3655
3655
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
3656
3656
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -3674,7 +3674,7 @@ export declare const q: {
|
|
|
3674
3674
|
};
|
|
3675
3675
|
};
|
|
3676
3676
|
};
|
|
3677
|
-
|
|
3677
|
+
tab: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
3678
3678
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
3679
3679
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
3680
3680
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -3698,7 +3698,7 @@ export declare const q: {
|
|
|
3698
3698
|
};
|
|
3699
3699
|
};
|
|
3700
3700
|
};
|
|
3701
|
-
|
|
3701
|
+
table: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
3702
3702
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
3703
3703
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
3704
3704
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -3722,7 +3722,7 @@ export declare const q: {
|
|
|
3722
3722
|
};
|
|
3723
3723
|
};
|
|
3724
3724
|
};
|
|
3725
|
-
|
|
3725
|
+
tablist: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
3726
3726
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
3727
3727
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
3728
3728
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -3746,7 +3746,7 @@ export declare const q: {
|
|
|
3746
3746
|
};
|
|
3747
3747
|
};
|
|
3748
3748
|
};
|
|
3749
|
-
|
|
3749
|
+
tabpanel: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
3750
3750
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
3751
3751
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
3752
3752
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -3770,7 +3770,7 @@ export declare const q: {
|
|
|
3770
3770
|
};
|
|
3771
3771
|
};
|
|
3772
3772
|
};
|
|
3773
|
-
|
|
3773
|
+
term: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
3774
3774
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
3775
3775
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
3776
3776
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -3794,7 +3794,7 @@ export declare const q: {
|
|
|
3794
3794
|
};
|
|
3795
3795
|
};
|
|
3796
3796
|
};
|
|
3797
|
-
|
|
3797
|
+
textbox: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
3798
3798
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
3799
3799
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
3800
3800
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|
|
@@ -3818,7 +3818,7 @@ export declare const q: {
|
|
|
3818
3818
|
};
|
|
3819
3819
|
};
|
|
3820
3820
|
};
|
|
3821
|
-
|
|
3821
|
+
time: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
|
|
3822
3822
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
|
|
3823
3823
|
all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
|
|
3824
3824
|
includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
|