@ariakit/test 0.2.5 → 0.3.1

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.
Files changed (187) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/cjs/__chunks/2KXSRUIV.cjs +205 -0
  3. package/cjs/__chunks/747HORQZ.cjs +30 -0
  4. package/cjs/__chunks/A5IFXY4J.cjs +33 -0
  5. package/cjs/__chunks/DAHHEUOU.cjs +95 -0
  6. package/cjs/__chunks/{2V5PIRJZ.cjs → ESE7QHAQ.cjs} +71 -70
  7. package/cjs/__chunks/FU2U6RZL.cjs +57 -0
  8. package/cjs/__chunks/I2BROIQW.cjs +1 -0
  9. package/cjs/__chunks/KVNENCXT.cjs +36 -0
  10. package/cjs/__chunks/LYOKT276.cjs +69 -0
  11. package/cjs/__chunks/NIEATM7R.cjs +20 -0
  12. package/cjs/__chunks/{PKWBCPZU.cjs → OVN5OYWK.cjs} +2 -1
  13. package/cjs/__chunks/{LUIPCXQX.cjs → PJWPDIUX.cjs} +48 -44
  14. package/cjs/__chunks/SDUGTL2N.cjs +13 -0
  15. package/cjs/__chunks/SEWCIANI.cjs +14 -0
  16. package/cjs/__chunks/T5KVOIJT.cjs +58 -0
  17. package/cjs/__chunks/VZINRVVH.cjs +126 -0
  18. package/cjs/__chunks/ZMMVJ3OT.cjs +72 -0
  19. package/cjs/__tests__/use-all-events.d.cts +1 -0
  20. package/cjs/__utils.d.cts +11 -0
  21. package/cjs/__utils.d.ts +6 -3
  22. package/cjs/blur.cjs +7 -8
  23. package/cjs/blur.d.cts +2 -0
  24. package/cjs/blur.d.ts +1 -2
  25. package/cjs/click.cjs +13 -14
  26. package/cjs/click.d.cts +1 -0
  27. package/cjs/click.d.ts +1 -2
  28. package/cjs/dispatch.cjs +9 -0
  29. package/cjs/dispatch.d.cts +9 -0
  30. package/cjs/dispatch.d.ts +9 -0
  31. package/cjs/focus.cjs +7 -8
  32. package/cjs/focus.d.cts +1 -0
  33. package/cjs/focus.d.ts +1 -2
  34. package/cjs/hover.cjs +8 -9
  35. package/cjs/hover.d.cts +1 -0
  36. package/cjs/hover.d.ts +1 -2
  37. package/cjs/index.cjs +19 -76
  38. package/cjs/index.d.cts +14 -0
  39. package/cjs/index.d.ts +2 -5
  40. package/cjs/mouse-down.cjs +9 -10
  41. package/cjs/mouse-down.d.cts +1 -0
  42. package/cjs/mouse-down.d.ts +1 -2
  43. package/cjs/mouse-up.cjs +7 -7
  44. package/cjs/mouse-up.d.cts +1 -0
  45. package/cjs/mouse-up.d.ts +1 -2
  46. package/cjs/press.cjs +11 -12
  47. package/cjs/press.d.cts +18 -0
  48. package/cjs/press.d.ts +0 -1
  49. package/cjs/query.cjs +10 -0
  50. package/cjs/query.d.cts +3989 -0
  51. package/cjs/query.d.ts +3989 -0
  52. package/cjs/react.cjs +90 -0
  53. package/cjs/react.d.cts +7 -0
  54. package/cjs/react.d.ts +7 -0
  55. package/cjs/select.cjs +13 -14
  56. package/cjs/select.d.cts +1 -0
  57. package/cjs/select.d.ts +1 -2
  58. package/cjs/sleep.cjs +6 -6
  59. package/cjs/sleep.d.cts +1 -0
  60. package/cjs/tap.cjs +14 -15
  61. package/cjs/tap.d.cts +1 -0
  62. package/cjs/tap.d.ts +1 -2
  63. package/cjs/type.cjs +9 -10
  64. package/cjs/type.d.cts +2 -0
  65. package/cjs/type.d.ts +0 -1
  66. package/cjs/wait-for.cjs +6 -4
  67. package/cjs/wait-for.d.cts +2 -0
  68. package/cjs/wait-for.d.ts +2 -1
  69. package/dispatch/package.json +8 -0
  70. package/esm/__chunks/{SWUQE4WB.js → 5DPK2YAQ.js} +48 -44
  71. package/esm/__chunks/7JP5HWUW.js +57 -0
  72. package/esm/__chunks/ANPGABTJ.js +69 -0
  73. package/esm/__chunks/H3BXHZTZ.js +95 -0
  74. package/esm/__chunks/HUBUFZ3U.js +205 -0
  75. package/esm/__chunks/HVRX3U4O.js +126 -0
  76. package/esm/__chunks/LHKK7Y5F.js +72 -0
  77. package/esm/__chunks/LSH2PT34.js +30 -0
  78. package/esm/__chunks/MKNCAN2F.js +13 -0
  79. package/esm/__chunks/{6XO5G2QR.js → Q65FZOE2.js} +1 -0
  80. package/esm/__chunks/RG2JKALK.js +58 -0
  81. package/esm/__chunks/RHBNMDK4.js +1 -0
  82. package/esm/__chunks/{6PY4HXVO.js → UJCT5GXS.js} +71 -70
  83. package/esm/__chunks/WAYMNUAF.js +33 -0
  84. package/esm/__chunks/WLDGXXGP.js +14 -0
  85. package/esm/__chunks/YNAZUNNE.js +20 -0
  86. package/esm/__chunks/ZIWQZF7I.js +36 -0
  87. package/esm/__utils.d.ts +6 -3
  88. package/esm/blur.d.ts +1 -2
  89. package/esm/blur.js +5 -6
  90. package/esm/click.d.ts +1 -2
  91. package/esm/click.js +11 -12
  92. package/esm/dispatch.d.ts +9 -0
  93. package/esm/dispatch.js +9 -0
  94. package/esm/focus.d.ts +1 -2
  95. package/esm/focus.js +5 -6
  96. package/esm/hover.d.ts +1 -2
  97. package/esm/hover.js +6 -7
  98. package/esm/index.d.ts +2 -5
  99. package/esm/index.js +31 -88
  100. package/esm/mouse-down.d.ts +1 -2
  101. package/esm/mouse-down.js +7 -8
  102. package/esm/mouse-up.d.ts +1 -2
  103. package/esm/mouse-up.js +5 -5
  104. package/esm/press.d.ts +0 -1
  105. package/esm/press.js +9 -10
  106. package/esm/query.d.ts +3989 -0
  107. package/esm/query.js +10 -0
  108. package/esm/react.d.ts +7 -0
  109. package/esm/react.js +90 -0
  110. package/esm/select.d.ts +1 -2
  111. package/esm/select.js +11 -12
  112. package/esm/sleep.js +4 -4
  113. package/esm/tap.d.ts +1 -2
  114. package/esm/tap.js +12 -13
  115. package/esm/type.d.ts +0 -1
  116. package/esm/type.js +7 -8
  117. package/esm/wait-for.d.ts +2 -1
  118. package/esm/wait-for.js +4 -2
  119. package/package.json +85 -40
  120. package/query/package.json +8 -0
  121. package/react/package.json +8 -0
  122. package/act/package.json +0 -8
  123. package/cjs/__chunks/3NIZQX5J.cjs +0 -6
  124. package/cjs/__chunks/3WW644T7.cjs +0 -20
  125. package/cjs/__chunks/5F5PNQCC.cjs +0 -22
  126. package/cjs/__chunks/7BZFO6FC.cjs +0 -12
  127. package/cjs/__chunks/7RUXTAPP.cjs +0 -16
  128. package/cjs/__chunks/AYRPODWR.cjs +0 -1
  129. package/cjs/__chunks/B4VP2LEU.cjs +0 -28
  130. package/cjs/__chunks/BHNBCXUN.cjs +0 -33
  131. package/cjs/__chunks/EGF4KWUK.cjs +0 -64
  132. package/cjs/__chunks/HGTTGPFK.cjs +0 -54
  133. package/cjs/__chunks/JY5DGPUE.cjs +0 -14
  134. package/cjs/__chunks/KRQVK4KQ.cjs +0 -38
  135. package/cjs/__chunks/LFNIGEB6.cjs +0 -50
  136. package/cjs/__chunks/MQA5IB4L.cjs +0 -6
  137. package/cjs/__chunks/Q7PN3HIB.cjs +0 -121
  138. package/cjs/__chunks/SYQ5J5KP.cjs +0 -32
  139. package/cjs/__chunks/VIKUJSTX.cjs +0 -83
  140. package/cjs/act.cjs +0 -8
  141. package/cjs/act.d.ts +0 -1
  142. package/cjs/fire-event.cjs +0 -9
  143. package/cjs/fire-event.d.ts +0 -3
  144. package/cjs/polyfills.cjs +0 -3
  145. package/cjs/render.cjs +0 -9
  146. package/cjs/render.d.ts +0 -5
  147. package/cjs/screen.cjs +0 -55
  148. package/cjs/screen.d.ts +0 -26
  149. package/cjs/tsconfig.build.tsbuildinfo +0 -1
  150. package/cjs/within.cjs +0 -7
  151. package/cjs/within.d.ts +0 -1
  152. package/esm/__chunks/2OZA4WAZ.js +0 -50
  153. package/esm/__chunks/2RHTJFSK.js +0 -38
  154. package/esm/__chunks/3C72DPE2.js +0 -54
  155. package/esm/__chunks/4A3YKZRA.js +0 -121
  156. package/esm/__chunks/5JPM5LQX.js +0 -6
  157. package/esm/__chunks/5PINJ4MD.js +0 -16
  158. package/esm/__chunks/AEOE57TZ.js +0 -33
  159. package/esm/__chunks/EVYPE6ZJ.js +0 -32
  160. package/esm/__chunks/EX5WPJOU.js +0 -64
  161. package/esm/__chunks/JTFRQL3H.js +0 -83
  162. package/esm/__chunks/LJWZLI6L.js +0 -14
  163. package/esm/__chunks/OQYWQML5.js +0 -12
  164. package/esm/__chunks/OSCTTZUZ.js +0 -28
  165. package/esm/__chunks/PNBZ5NXH.js +0 -0
  166. package/esm/__chunks/QA3ZS6S2.js +0 -6
  167. package/esm/__chunks/R7IYW63J.js +0 -22
  168. package/esm/__chunks/ZEO5Q6UD.js +0 -20
  169. package/esm/act.d.ts +0 -1
  170. package/esm/act.js +0 -8
  171. package/esm/fire-event.d.ts +0 -3
  172. package/esm/fire-event.js +0 -9
  173. package/esm/polyfills.d.ts +0 -1
  174. package/esm/polyfills.js +0 -3
  175. package/esm/render.d.ts +0 -5
  176. package/esm/render.js +0 -9
  177. package/esm/screen.d.ts +0 -26
  178. package/esm/screen.js +0 -55
  179. package/esm/tsconfig.build.tsbuildinfo +0 -1
  180. package/esm/within.d.ts +0 -1
  181. package/esm/within.js +0 -7
  182. package/fire-event/package.json +0 -8
  183. package/polyfills/package.json +0 -8
  184. package/render/package.json +0 -8
  185. package/screen/package.json +0 -8
  186. package/within/package.json +0 -8
  187. /package/cjs/{polyfills.d.ts → __tests__/blur-test.d.cts} +0 -0
@@ -0,0 +1,3989 @@
1
+ import type { ByRoleOptions } from "@testing-library/dom";
2
+ export declare const query: {
3
+ text: (<T extends HTMLElement = HTMLElement>(id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => T | null) & ((id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => HTMLElement | null) & {
4
+ all: (<T_1 extends HTMLElement = HTMLElement>(id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => T_1[]) & ((id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => HTMLElement[]) & {
5
+ wait: (<T_2 extends HTMLElement = HTMLElement>(id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/dom").waitForOptions | undefined) => Promise<T_2[]>) & ((id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/dom").waitForOptions | undefined) => Promise<HTMLElement[]>);
6
+ ensure: (<T_3 extends HTMLElement = HTMLElement>(id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => T_3[]) & ((id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => HTMLElement[]);
7
+ };
8
+ wait: (<T_4 extends HTMLElement = HTMLElement>(id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/dom").waitForOptions | undefined) => Promise<T_4>) & ((id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/dom").waitForOptions | undefined) => Promise<HTMLElement>) & {
9
+ all: (<T_2 extends HTMLElement = HTMLElement>(id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/dom").waitForOptions | undefined) => Promise<T_2[]>) & ((id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/dom").waitForOptions | undefined) => Promise<HTMLElement[]>);
10
+ };
11
+ ensure: (<T_5 extends HTMLElement = HTMLElement>(id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => T_5) & ((id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => HTMLElement) & {
12
+ all: (<T_3 extends HTMLElement = HTMLElement>(id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => T_3[]) & ((id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => HTMLElement[]);
13
+ };
14
+ };
15
+ labeled: (<T_6 extends HTMLElement = HTMLElement>(id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => T_6 | null) & ((id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => HTMLElement | null) & {
16
+ all: (<T_7 extends HTMLElement = HTMLElement>(id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => T_7[]) & ((id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => HTMLElement[]) & {
17
+ wait: (<T_8 extends HTMLElement = HTMLElement>(id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/dom").waitForOptions | undefined) => Promise<T_8[]>) & ((id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/dom").waitForOptions | undefined) => Promise<HTMLElement[]>);
18
+ ensure: (<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[]);
19
+ };
20
+ wait: (<T_10 extends HTMLElement = HTMLElement>(id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/dom").waitForOptions | undefined) => Promise<T_10>) & ((id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/dom").waitForOptions | undefined) => Promise<HTMLElement>) & {
21
+ all: (<T_8 extends HTMLElement = HTMLElement>(id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/dom").waitForOptions | undefined) => Promise<T_8[]>) & ((id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/dom").waitForOptions | undefined) => Promise<HTMLElement[]>);
22
+ };
23
+ ensure: (<T_11 extends HTMLElement = HTMLElement>(id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => T_11) & ((id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => HTMLElement) & {
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
+ };
26
+ };
27
+ none: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
28
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
29
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
30
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
31
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
32
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
33
+ };
34
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
35
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
36
+ };
37
+ };
38
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
39
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
40
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
41
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
42
+ };
43
+ };
44
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
45
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
46
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
47
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
48
+ };
49
+ };
50
+ };
51
+ article: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
52
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
53
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
54
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
55
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
56
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
57
+ };
58
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
59
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
60
+ };
61
+ };
62
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
63
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
64
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
65
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
66
+ };
67
+ };
68
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
69
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
70
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
71
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
72
+ };
73
+ };
74
+ };
75
+ blockquote: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
76
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
77
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
78
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
79
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
80
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
81
+ };
82
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
83
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
84
+ };
85
+ };
86
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
87
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
88
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
89
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
90
+ };
91
+ };
92
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
93
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
94
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
95
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
96
+ };
97
+ };
98
+ };
99
+ button: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
100
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
101
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
102
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
103
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
104
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
105
+ };
106
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
107
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
108
+ };
109
+ };
110
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
111
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
112
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
113
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
114
+ };
115
+ };
116
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
117
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
118
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
119
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
120
+ };
121
+ };
122
+ };
123
+ caption: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
124
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
125
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
126
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
127
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
128
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
129
+ };
130
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
131
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
132
+ };
133
+ };
134
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
135
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
136
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
137
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
138
+ };
139
+ };
140
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
141
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
142
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
143
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
144
+ };
145
+ };
146
+ };
147
+ code: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
148
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
149
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
150
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
151
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
152
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
153
+ };
154
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
155
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
156
+ };
157
+ };
158
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
159
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
160
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
161
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
162
+ };
163
+ };
164
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
165
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
166
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
167
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
168
+ };
169
+ };
170
+ };
171
+ dialog: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
172
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
173
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
174
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
175
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
176
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
177
+ };
178
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
179
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
180
+ };
181
+ };
182
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
183
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
184
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
185
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
186
+ };
187
+ };
188
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
189
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
190
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
191
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
192
+ };
193
+ };
194
+ };
195
+ figure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
196
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
197
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
198
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
199
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
200
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
201
+ };
202
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
203
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
204
+ };
205
+ };
206
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
207
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
208
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
209
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
210
+ };
211
+ };
212
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
213
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
214
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
215
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
216
+ };
217
+ };
218
+ };
219
+ form: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
220
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
221
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
222
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
223
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
224
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
225
+ };
226
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
227
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
228
+ };
229
+ };
230
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
231
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
232
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
233
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
234
+ };
235
+ };
236
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
237
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
238
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
239
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
240
+ };
241
+ };
242
+ };
243
+ img: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
244
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
245
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
246
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
247
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
248
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
249
+ };
250
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
251
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
252
+ };
253
+ };
254
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
255
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
256
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
257
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
258
+ };
259
+ };
260
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
261
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
262
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
263
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
264
+ };
265
+ };
266
+ };
267
+ link: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
268
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
269
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
270
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
271
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
272
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
273
+ };
274
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
275
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
276
+ };
277
+ };
278
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
279
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
280
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
281
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
282
+ };
283
+ };
284
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
285
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
286
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
287
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
288
+ };
289
+ };
290
+ };
291
+ main: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
292
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
293
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
294
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
295
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
296
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
297
+ };
298
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
299
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
300
+ };
301
+ };
302
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
303
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
304
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
305
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
306
+ };
307
+ };
308
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
309
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
310
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
311
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
312
+ };
313
+ };
314
+ };
315
+ menu: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
316
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
317
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
318
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
319
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
320
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
321
+ };
322
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
323
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
324
+ };
325
+ };
326
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
327
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
328
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
329
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
330
+ };
331
+ };
332
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
333
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
334
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
335
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
336
+ };
337
+ };
338
+ };
339
+ meter: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
340
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
341
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
342
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
343
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
344
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
345
+ };
346
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
347
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
348
+ };
349
+ };
350
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
351
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
352
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
353
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
354
+ };
355
+ };
356
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
357
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
358
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
359
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
360
+ };
361
+ };
362
+ };
363
+ option: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
364
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
365
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
366
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
367
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
368
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
369
+ };
370
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
371
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
372
+ };
373
+ };
374
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
375
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
376
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
377
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
378
+ };
379
+ };
380
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
381
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
382
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
383
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
384
+ };
385
+ };
386
+ };
387
+ search: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
388
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
389
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
390
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
391
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
392
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
393
+ };
394
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
395
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
396
+ };
397
+ };
398
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
399
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
400
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
401
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
402
+ };
403
+ };
404
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
405
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
406
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
407
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
408
+ };
409
+ };
410
+ };
411
+ strong: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
412
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
413
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
414
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
415
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
416
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
417
+ };
418
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
419
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
420
+ };
421
+ };
422
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
423
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
424
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
425
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
426
+ };
427
+ };
428
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
429
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
430
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
431
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
432
+ };
433
+ };
434
+ };
435
+ table: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
436
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
437
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
438
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
439
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
440
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
441
+ };
442
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
443
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
444
+ };
445
+ };
446
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
447
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
448
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
449
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
450
+ };
451
+ };
452
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
453
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
454
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
455
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
456
+ };
457
+ };
458
+ };
459
+ time: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
460
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
461
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
462
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
463
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
464
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
465
+ };
466
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
467
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
468
+ };
469
+ };
470
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
471
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
472
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
473
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
474
+ };
475
+ };
476
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
477
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
478
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
479
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
480
+ };
481
+ };
482
+ };
483
+ switch: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
484
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
485
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
486
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
487
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
488
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
489
+ };
490
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
491
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
492
+ };
493
+ };
494
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
495
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
496
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
497
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
498
+ };
499
+ };
500
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
501
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
502
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
503
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
504
+ };
505
+ };
506
+ };
507
+ math: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
508
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
509
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
510
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
511
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
512
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
513
+ };
514
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
515
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
516
+ };
517
+ };
518
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
519
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
520
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
521
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
522
+ };
523
+ };
524
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
525
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
526
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
527
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
528
+ };
529
+ };
530
+ };
531
+ marquee: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
532
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
533
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
534
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
535
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
536
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
537
+ };
538
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
539
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
540
+ };
541
+ };
542
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
543
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
544
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
545
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
546
+ };
547
+ };
548
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
549
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
550
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
551
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
552
+ };
553
+ };
554
+ };
555
+ menuitem: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
556
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
557
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
558
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
559
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
560
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
561
+ };
562
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
563
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
564
+ };
565
+ };
566
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
567
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
568
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
569
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
570
+ };
571
+ };
572
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
573
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
574
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
575
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
576
+ };
577
+ };
578
+ };
579
+ list: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
580
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
581
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
582
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
583
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
584
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
585
+ };
586
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
587
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
588
+ };
589
+ };
590
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
591
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
592
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
593
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
594
+ };
595
+ };
596
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
597
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
598
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
599
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
600
+ };
601
+ };
602
+ };
603
+ checkbox: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
604
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
605
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
606
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
607
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
608
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
609
+ };
610
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
611
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
612
+ };
613
+ };
614
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
615
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
616
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
617
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
618
+ };
619
+ };
620
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
621
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
622
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
623
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
624
+ };
625
+ };
626
+ };
627
+ radio: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
628
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
629
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
630
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
631
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
632
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
633
+ };
634
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
635
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
636
+ };
637
+ };
638
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
639
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
640
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
641
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
642
+ };
643
+ };
644
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
645
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
646
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
647
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
648
+ };
649
+ };
650
+ };
651
+ alert: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
652
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
653
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
654
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
655
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
656
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
657
+ };
658
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
659
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
660
+ };
661
+ };
662
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
663
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
664
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
665
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
666
+ };
667
+ };
668
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
669
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
670
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
671
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
672
+ };
673
+ };
674
+ };
675
+ alertdialog: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
676
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
677
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
678
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
679
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
680
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
681
+ };
682
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
683
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
684
+ };
685
+ };
686
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
687
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
688
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
689
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
690
+ };
691
+ };
692
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
693
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
694
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
695
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
696
+ };
697
+ };
698
+ };
699
+ application: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
700
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
701
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
702
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
703
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
704
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
705
+ };
706
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
707
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
708
+ };
709
+ };
710
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
711
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
712
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
713
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
714
+ };
715
+ };
716
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
717
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
718
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
719
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
720
+ };
721
+ };
722
+ };
723
+ banner: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
724
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
725
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
726
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
727
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
728
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
729
+ };
730
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
731
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
732
+ };
733
+ };
734
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
735
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
736
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
737
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
738
+ };
739
+ };
740
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
741
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
742
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
743
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
744
+ };
745
+ };
746
+ };
747
+ cell: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
748
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
749
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
750
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
751
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
752
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
753
+ };
754
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
755
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
756
+ };
757
+ };
758
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
759
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
760
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
761
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
762
+ };
763
+ };
764
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
765
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
766
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
767
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
768
+ };
769
+ };
770
+ };
771
+ columnheader: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
772
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
773
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
774
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
775
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
776
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
777
+ };
778
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
779
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
780
+ };
781
+ };
782
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
783
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
784
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
785
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
786
+ };
787
+ };
788
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
789
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
790
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
791
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
792
+ };
793
+ };
794
+ };
795
+ combobox: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
796
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
797
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
798
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
799
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
800
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
801
+ };
802
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
803
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
804
+ };
805
+ };
806
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
807
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
808
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
809
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
810
+ };
811
+ };
812
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
813
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
814
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
815
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
816
+ };
817
+ };
818
+ };
819
+ complementary: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
820
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
821
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
822
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
823
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
824
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
825
+ };
826
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
827
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
828
+ };
829
+ };
830
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
831
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
832
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
833
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
834
+ };
835
+ };
836
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
837
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
838
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
839
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
840
+ };
841
+ };
842
+ };
843
+ contentinfo: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
844
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
845
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
846
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
847
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
848
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
849
+ };
850
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
851
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
852
+ };
853
+ };
854
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
855
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
856
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
857
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
858
+ };
859
+ };
860
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
861
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
862
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
863
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
864
+ };
865
+ };
866
+ };
867
+ definition: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
868
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
869
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
870
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
871
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
872
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
873
+ };
874
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
875
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
876
+ };
877
+ };
878
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
879
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
880
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
881
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
882
+ };
883
+ };
884
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
885
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
886
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
887
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
888
+ };
889
+ };
890
+ };
891
+ deletion: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
892
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
893
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
894
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
895
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
896
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
897
+ };
898
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
899
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
900
+ };
901
+ };
902
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
903
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
904
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
905
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
906
+ };
907
+ };
908
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
909
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
910
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
911
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
912
+ };
913
+ };
914
+ };
915
+ directory: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
916
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
917
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
918
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
919
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
920
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
921
+ };
922
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
923
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
924
+ };
925
+ };
926
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
927
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
928
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
929
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
930
+ };
931
+ };
932
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
933
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
934
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
935
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
936
+ };
937
+ };
938
+ };
939
+ document: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
940
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
941
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
942
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
943
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
944
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
945
+ };
946
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
947
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
948
+ };
949
+ };
950
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
951
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
952
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
953
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
954
+ };
955
+ };
956
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
957
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
958
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
959
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
960
+ };
961
+ };
962
+ };
963
+ emphasis: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
964
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
965
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
966
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
967
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
968
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
969
+ };
970
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
971
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
972
+ };
973
+ };
974
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
975
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
976
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
977
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
978
+ };
979
+ };
980
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
981
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
982
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
983
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
984
+ };
985
+ };
986
+ };
987
+ feed: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
988
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
989
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
990
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
991
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
992
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
993
+ };
994
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
995
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
996
+ };
997
+ };
998
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
999
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
1000
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1001
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1002
+ };
1003
+ };
1004
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
1005
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
1006
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1007
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1008
+ };
1009
+ };
1010
+ };
1011
+ generic: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
1012
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
1013
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1014
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1015
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1016
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1017
+ };
1018
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1019
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1020
+ };
1021
+ };
1022
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
1023
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
1024
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1025
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1026
+ };
1027
+ };
1028
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
1029
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
1030
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1031
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1032
+ };
1033
+ };
1034
+ };
1035
+ grid: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
1036
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
1037
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1038
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1039
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1040
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1041
+ };
1042
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1043
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1044
+ };
1045
+ };
1046
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
1047
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
1048
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1049
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1050
+ };
1051
+ };
1052
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
1053
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
1054
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1055
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1056
+ };
1057
+ };
1058
+ };
1059
+ gridcell: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
1060
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
1061
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1062
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1063
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1064
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1065
+ };
1066
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1067
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1068
+ };
1069
+ };
1070
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
1071
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
1072
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1073
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1074
+ };
1075
+ };
1076
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
1077
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
1078
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1079
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1080
+ };
1081
+ };
1082
+ };
1083
+ group: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
1084
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
1085
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1086
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1087
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1088
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1089
+ };
1090
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1091
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1092
+ };
1093
+ };
1094
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
1095
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
1096
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1097
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1098
+ };
1099
+ };
1100
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
1101
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
1102
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1103
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1104
+ };
1105
+ };
1106
+ };
1107
+ heading: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
1108
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
1109
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1110
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1111
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1112
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1113
+ };
1114
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1115
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1116
+ };
1117
+ };
1118
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
1119
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
1120
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1121
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1122
+ };
1123
+ };
1124
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
1125
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
1126
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1127
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1128
+ };
1129
+ };
1130
+ };
1131
+ insertion: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
1132
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
1133
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1134
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1135
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1136
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1137
+ };
1138
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1139
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1140
+ };
1141
+ };
1142
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
1143
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
1144
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1145
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1146
+ };
1147
+ };
1148
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
1149
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
1150
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1151
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1152
+ };
1153
+ };
1154
+ };
1155
+ listbox: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
1156
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
1157
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1158
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1159
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1160
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1161
+ };
1162
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1163
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1164
+ };
1165
+ };
1166
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
1167
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
1168
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1169
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1170
+ };
1171
+ };
1172
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
1173
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
1174
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1175
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1176
+ };
1177
+ };
1178
+ };
1179
+ listitem: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
1180
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
1181
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1182
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1183
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1184
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1185
+ };
1186
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1187
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1188
+ };
1189
+ };
1190
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
1191
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
1192
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1193
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1194
+ };
1195
+ };
1196
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
1197
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
1198
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1199
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1200
+ };
1201
+ };
1202
+ };
1203
+ log: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
1204
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
1205
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1206
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1207
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1208
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1209
+ };
1210
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1211
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1212
+ };
1213
+ };
1214
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
1215
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
1216
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1217
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1218
+ };
1219
+ };
1220
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
1221
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
1222
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1223
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1224
+ };
1225
+ };
1226
+ };
1227
+ menubar: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
1228
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
1229
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1230
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1231
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1232
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1233
+ };
1234
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1235
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1236
+ };
1237
+ };
1238
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
1239
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
1240
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1241
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1242
+ };
1243
+ };
1244
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
1245
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
1246
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1247
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1248
+ };
1249
+ };
1250
+ };
1251
+ menuitemcheckbox: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
1252
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
1253
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1254
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1255
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1256
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1257
+ };
1258
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1259
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1260
+ };
1261
+ };
1262
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
1263
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
1264
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1265
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1266
+ };
1267
+ };
1268
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
1269
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
1270
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1271
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1272
+ };
1273
+ };
1274
+ };
1275
+ menuitemradio: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
1276
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
1277
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1278
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1279
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1280
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1281
+ };
1282
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1283
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1284
+ };
1285
+ };
1286
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
1287
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
1288
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1289
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1290
+ };
1291
+ };
1292
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
1293
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
1294
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1295
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1296
+ };
1297
+ };
1298
+ };
1299
+ navigation: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
1300
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
1301
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1302
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1303
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1304
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1305
+ };
1306
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1307
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1308
+ };
1309
+ };
1310
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
1311
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
1312
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1313
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1314
+ };
1315
+ };
1316
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
1317
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
1318
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1319
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1320
+ };
1321
+ };
1322
+ };
1323
+ note: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
1324
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
1325
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1326
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1327
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1328
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1329
+ };
1330
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1331
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1332
+ };
1333
+ };
1334
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
1335
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
1336
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1337
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1338
+ };
1339
+ };
1340
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
1341
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
1342
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1343
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1344
+ };
1345
+ };
1346
+ };
1347
+ paragraph: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
1348
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
1349
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1350
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1351
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1352
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1353
+ };
1354
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1355
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1356
+ };
1357
+ };
1358
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
1359
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
1360
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1361
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1362
+ };
1363
+ };
1364
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
1365
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
1366
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1367
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1368
+ };
1369
+ };
1370
+ };
1371
+ presentation: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
1372
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
1373
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1374
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1375
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1376
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1377
+ };
1378
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1379
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1380
+ };
1381
+ };
1382
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
1383
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
1384
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1385
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1386
+ };
1387
+ };
1388
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
1389
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
1390
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1391
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1392
+ };
1393
+ };
1394
+ };
1395
+ progressbar: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
1396
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
1397
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1398
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1399
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1400
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1401
+ };
1402
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1403
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1404
+ };
1405
+ };
1406
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
1407
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
1408
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1409
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1410
+ };
1411
+ };
1412
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
1413
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
1414
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1415
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1416
+ };
1417
+ };
1418
+ };
1419
+ radiogroup: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
1420
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
1421
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1422
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1423
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1424
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1425
+ };
1426
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1427
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1428
+ };
1429
+ };
1430
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
1431
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
1432
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1433
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1434
+ };
1435
+ };
1436
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
1437
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
1438
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1439
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1440
+ };
1441
+ };
1442
+ };
1443
+ region: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
1444
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
1445
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1446
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1447
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1448
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1449
+ };
1450
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1451
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1452
+ };
1453
+ };
1454
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
1455
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
1456
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1457
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1458
+ };
1459
+ };
1460
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
1461
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
1462
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1463
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1464
+ };
1465
+ };
1466
+ };
1467
+ row: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
1468
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
1469
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1470
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1471
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1472
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1473
+ };
1474
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1475
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1476
+ };
1477
+ };
1478
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
1479
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
1480
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1481
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1482
+ };
1483
+ };
1484
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
1485
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
1486
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1487
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1488
+ };
1489
+ };
1490
+ };
1491
+ rowgroup: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
1492
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
1493
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1494
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1495
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1496
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1497
+ };
1498
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1499
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1500
+ };
1501
+ };
1502
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
1503
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
1504
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1505
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1506
+ };
1507
+ };
1508
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
1509
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
1510
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1511
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1512
+ };
1513
+ };
1514
+ };
1515
+ rowheader: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
1516
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
1517
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1518
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1519
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1520
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1521
+ };
1522
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1523
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1524
+ };
1525
+ };
1526
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
1527
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
1528
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1529
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1530
+ };
1531
+ };
1532
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
1533
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
1534
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1535
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1536
+ };
1537
+ };
1538
+ };
1539
+ scrollbar: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
1540
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
1541
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1542
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1543
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1544
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1545
+ };
1546
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1547
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1548
+ };
1549
+ };
1550
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
1551
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
1552
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1553
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1554
+ };
1555
+ };
1556
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
1557
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
1558
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1559
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1560
+ };
1561
+ };
1562
+ };
1563
+ searchbox: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
1564
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
1565
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1566
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1567
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1568
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1569
+ };
1570
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1571
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1572
+ };
1573
+ };
1574
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
1575
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
1576
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1577
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1578
+ };
1579
+ };
1580
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
1581
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
1582
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1583
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1584
+ };
1585
+ };
1586
+ };
1587
+ separator: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
1588
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
1589
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1590
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1591
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1592
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1593
+ };
1594
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1595
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1596
+ };
1597
+ };
1598
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
1599
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
1600
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1601
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1602
+ };
1603
+ };
1604
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
1605
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
1606
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1607
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1608
+ };
1609
+ };
1610
+ };
1611
+ slider: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
1612
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
1613
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1614
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1615
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1616
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1617
+ };
1618
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1619
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1620
+ };
1621
+ };
1622
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
1623
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
1624
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1625
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1626
+ };
1627
+ };
1628
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
1629
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
1630
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1631
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1632
+ };
1633
+ };
1634
+ };
1635
+ spinbutton: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
1636
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
1637
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1638
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1639
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1640
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1641
+ };
1642
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1643
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1644
+ };
1645
+ };
1646
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
1647
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
1648
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1649
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1650
+ };
1651
+ };
1652
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
1653
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
1654
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1655
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1656
+ };
1657
+ };
1658
+ };
1659
+ status: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
1660
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
1661
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1662
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1663
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1664
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1665
+ };
1666
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1667
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1668
+ };
1669
+ };
1670
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
1671
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
1672
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1673
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1674
+ };
1675
+ };
1676
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
1677
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
1678
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1679
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1680
+ };
1681
+ };
1682
+ };
1683
+ subscript: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
1684
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
1685
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1686
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1687
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1688
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1689
+ };
1690
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1691
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1692
+ };
1693
+ };
1694
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
1695
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
1696
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1697
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1698
+ };
1699
+ };
1700
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
1701
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
1702
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1703
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1704
+ };
1705
+ };
1706
+ };
1707
+ superscript: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
1708
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
1709
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1710
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1711
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1712
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1713
+ };
1714
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1715
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1716
+ };
1717
+ };
1718
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
1719
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
1720
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1721
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1722
+ };
1723
+ };
1724
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
1725
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
1726
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1727
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1728
+ };
1729
+ };
1730
+ };
1731
+ tab: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
1732
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
1733
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1734
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1735
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1736
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1737
+ };
1738
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1739
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1740
+ };
1741
+ };
1742
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
1743
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
1744
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1745
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1746
+ };
1747
+ };
1748
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
1749
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
1750
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1751
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1752
+ };
1753
+ };
1754
+ };
1755
+ tablist: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
1756
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
1757
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1758
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1759
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1760
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1761
+ };
1762
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1763
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1764
+ };
1765
+ };
1766
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
1767
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
1768
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1769
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1770
+ };
1771
+ };
1772
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
1773
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
1774
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1775
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1776
+ };
1777
+ };
1778
+ };
1779
+ tabpanel: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
1780
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
1781
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1782
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1783
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1784
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1785
+ };
1786
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1787
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1788
+ };
1789
+ };
1790
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
1791
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
1792
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1793
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1794
+ };
1795
+ };
1796
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
1797
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
1798
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1799
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1800
+ };
1801
+ };
1802
+ };
1803
+ term: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
1804
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
1805
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1806
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1807
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1808
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1809
+ };
1810
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1811
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1812
+ };
1813
+ };
1814
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
1815
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
1816
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1817
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1818
+ };
1819
+ };
1820
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
1821
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
1822
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1823
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1824
+ };
1825
+ };
1826
+ };
1827
+ textbox: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
1828
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
1829
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1830
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1831
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1832
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1833
+ };
1834
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1835
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1836
+ };
1837
+ };
1838
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
1839
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
1840
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1841
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1842
+ };
1843
+ };
1844
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
1845
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
1846
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1847
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1848
+ };
1849
+ };
1850
+ };
1851
+ timer: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
1852
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
1853
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1854
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1855
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1856
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1857
+ };
1858
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1859
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1860
+ };
1861
+ };
1862
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
1863
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
1864
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1865
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1866
+ };
1867
+ };
1868
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
1869
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
1870
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1871
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1872
+ };
1873
+ };
1874
+ };
1875
+ toolbar: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
1876
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
1877
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1878
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1879
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1880
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1881
+ };
1882
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1883
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1884
+ };
1885
+ };
1886
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
1887
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
1888
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1889
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1890
+ };
1891
+ };
1892
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
1893
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
1894
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1895
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1896
+ };
1897
+ };
1898
+ };
1899
+ tooltip: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
1900
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
1901
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1902
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1903
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1904
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1905
+ };
1906
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1907
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1908
+ };
1909
+ };
1910
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
1911
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
1912
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1913
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1914
+ };
1915
+ };
1916
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
1917
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
1918
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1919
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1920
+ };
1921
+ };
1922
+ };
1923
+ tree: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
1924
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
1925
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1926
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1927
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1928
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1929
+ };
1930
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1931
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1932
+ };
1933
+ };
1934
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
1935
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
1936
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1937
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1938
+ };
1939
+ };
1940
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
1941
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
1942
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1943
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1944
+ };
1945
+ };
1946
+ };
1947
+ treegrid: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
1948
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
1949
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1950
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1951
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1952
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1953
+ };
1954
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1955
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1956
+ };
1957
+ };
1958
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
1959
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
1960
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1961
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1962
+ };
1963
+ };
1964
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
1965
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
1966
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1967
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1968
+ };
1969
+ };
1970
+ };
1971
+ treeitem: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
1972
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
1973
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1974
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1975
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1976
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1977
+ };
1978
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1979
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1980
+ };
1981
+ };
1982
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
1983
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
1984
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
1985
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
1986
+ };
1987
+ };
1988
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
1989
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
1990
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
1991
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
1992
+ };
1993
+ };
1994
+ };
1995
+ };
1996
+ export declare const q: {
1997
+ text: (<T extends HTMLElement = HTMLElement>(id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => T | null) & ((id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => HTMLElement | null) & {
1998
+ all: (<T_1 extends HTMLElement = HTMLElement>(id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => T_1[]) & ((id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => HTMLElement[]) & {
1999
+ wait: (<T_2 extends HTMLElement = HTMLElement>(id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/dom").waitForOptions | undefined) => Promise<T_2[]>) & ((id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/dom").waitForOptions | undefined) => Promise<HTMLElement[]>);
2000
+ ensure: (<T_3 extends HTMLElement = HTMLElement>(id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => T_3[]) & ((id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => HTMLElement[]);
2001
+ };
2002
+ wait: (<T_4 extends HTMLElement = HTMLElement>(id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/dom").waitForOptions | undefined) => Promise<T_4>) & ((id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/dom").waitForOptions | undefined) => Promise<HTMLElement>) & {
2003
+ all: (<T_2 extends HTMLElement = HTMLElement>(id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/dom").waitForOptions | undefined) => Promise<T_2[]>) & ((id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/dom").waitForOptions | undefined) => Promise<HTMLElement[]>);
2004
+ };
2005
+ ensure: (<T_5 extends HTMLElement = HTMLElement>(id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => T_5) & ((id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => HTMLElement) & {
2006
+ all: (<T_3 extends HTMLElement = HTMLElement>(id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => T_3[]) & ((id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => HTMLElement[]);
2007
+ };
2008
+ };
2009
+ labeled: (<T_6 extends HTMLElement = HTMLElement>(id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => T_6 | null) & ((id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => HTMLElement | null) & {
2010
+ all: (<T_7 extends HTMLElement = HTMLElement>(id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => T_7[]) & ((id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => HTMLElement[]) & {
2011
+ wait: (<T_8 extends HTMLElement = HTMLElement>(id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/dom").waitForOptions | undefined) => Promise<T_8[]>) & ((id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/dom").waitForOptions | undefined) => Promise<HTMLElement[]>);
2012
+ ensure: (<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[]);
2013
+ };
2014
+ wait: (<T_10 extends HTMLElement = HTMLElement>(id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/dom").waitForOptions | undefined) => Promise<T_10>) & ((id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/dom").waitForOptions | undefined) => Promise<HTMLElement>) & {
2015
+ all: (<T_8 extends HTMLElement = HTMLElement>(id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/dom").waitForOptions | undefined) => Promise<T_8[]>) & ((id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/dom").waitForOptions | undefined) => Promise<HTMLElement[]>);
2016
+ };
2017
+ ensure: (<T_11 extends HTMLElement = HTMLElement>(id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => T_11) & ((id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => HTMLElement) & {
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
+ };
2020
+ };
2021
+ none: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
2022
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
2023
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2024
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2025
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2026
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2027
+ };
2028
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2029
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2030
+ };
2031
+ };
2032
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
2033
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
2034
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2035
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2036
+ };
2037
+ };
2038
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
2039
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
2040
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2041
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2042
+ };
2043
+ };
2044
+ };
2045
+ article: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
2046
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
2047
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2048
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2049
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2050
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2051
+ };
2052
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2053
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2054
+ };
2055
+ };
2056
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
2057
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
2058
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2059
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2060
+ };
2061
+ };
2062
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
2063
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
2064
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2065
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2066
+ };
2067
+ };
2068
+ };
2069
+ blockquote: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
2070
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
2071
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2072
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2073
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2074
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2075
+ };
2076
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2077
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2078
+ };
2079
+ };
2080
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
2081
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
2082
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2083
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2084
+ };
2085
+ };
2086
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
2087
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
2088
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2089
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2090
+ };
2091
+ };
2092
+ };
2093
+ button: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
2094
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
2095
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2096
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2097
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2098
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2099
+ };
2100
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2101
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2102
+ };
2103
+ };
2104
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
2105
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
2106
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2107
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2108
+ };
2109
+ };
2110
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
2111
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
2112
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2113
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2114
+ };
2115
+ };
2116
+ };
2117
+ caption: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
2118
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
2119
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2120
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2121
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2122
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2123
+ };
2124
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2125
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2126
+ };
2127
+ };
2128
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
2129
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
2130
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2131
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2132
+ };
2133
+ };
2134
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
2135
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
2136
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2137
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2138
+ };
2139
+ };
2140
+ };
2141
+ code: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
2142
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
2143
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2144
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2145
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2146
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2147
+ };
2148
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2149
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2150
+ };
2151
+ };
2152
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
2153
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
2154
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2155
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2156
+ };
2157
+ };
2158
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
2159
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
2160
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2161
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2162
+ };
2163
+ };
2164
+ };
2165
+ dialog: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
2166
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
2167
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2168
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2169
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2170
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2171
+ };
2172
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2173
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2174
+ };
2175
+ };
2176
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
2177
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
2178
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2179
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2180
+ };
2181
+ };
2182
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
2183
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
2184
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2185
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2186
+ };
2187
+ };
2188
+ };
2189
+ figure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
2190
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
2191
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2192
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2193
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2194
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2195
+ };
2196
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2197
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2198
+ };
2199
+ };
2200
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
2201
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
2202
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2203
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2204
+ };
2205
+ };
2206
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
2207
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
2208
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2209
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2210
+ };
2211
+ };
2212
+ };
2213
+ form: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
2214
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
2215
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2216
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2217
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2218
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2219
+ };
2220
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2221
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2222
+ };
2223
+ };
2224
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
2225
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
2226
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2227
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2228
+ };
2229
+ };
2230
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
2231
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
2232
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2233
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2234
+ };
2235
+ };
2236
+ };
2237
+ img: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
2238
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
2239
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2240
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2241
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2242
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2243
+ };
2244
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2245
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2246
+ };
2247
+ };
2248
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
2249
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
2250
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2251
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2252
+ };
2253
+ };
2254
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
2255
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
2256
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2257
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2258
+ };
2259
+ };
2260
+ };
2261
+ link: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
2262
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
2263
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2264
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2265
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2266
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2267
+ };
2268
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2269
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2270
+ };
2271
+ };
2272
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
2273
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
2274
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2275
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2276
+ };
2277
+ };
2278
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
2279
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
2280
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2281
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2282
+ };
2283
+ };
2284
+ };
2285
+ main: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
2286
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
2287
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2288
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2289
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2290
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2291
+ };
2292
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2293
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2294
+ };
2295
+ };
2296
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
2297
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
2298
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2299
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2300
+ };
2301
+ };
2302
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
2303
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
2304
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2305
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2306
+ };
2307
+ };
2308
+ };
2309
+ menu: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
2310
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
2311
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2312
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2313
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2314
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2315
+ };
2316
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2317
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2318
+ };
2319
+ };
2320
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
2321
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
2322
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2323
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2324
+ };
2325
+ };
2326
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
2327
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
2328
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2329
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2330
+ };
2331
+ };
2332
+ };
2333
+ meter: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
2334
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
2335
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2336
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2337
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2338
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2339
+ };
2340
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2341
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2342
+ };
2343
+ };
2344
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
2345
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
2346
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2347
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2348
+ };
2349
+ };
2350
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
2351
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
2352
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2353
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2354
+ };
2355
+ };
2356
+ };
2357
+ option: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
2358
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
2359
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2360
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2361
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2362
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2363
+ };
2364
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2365
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2366
+ };
2367
+ };
2368
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
2369
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
2370
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2371
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2372
+ };
2373
+ };
2374
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
2375
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
2376
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2377
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2378
+ };
2379
+ };
2380
+ };
2381
+ search: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
2382
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
2383
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2384
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2385
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2386
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2387
+ };
2388
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2389
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2390
+ };
2391
+ };
2392
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
2393
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
2394
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2395
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2396
+ };
2397
+ };
2398
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
2399
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
2400
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2401
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2402
+ };
2403
+ };
2404
+ };
2405
+ strong: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
2406
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
2407
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2408
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2409
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2410
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2411
+ };
2412
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2413
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2414
+ };
2415
+ };
2416
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
2417
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
2418
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2419
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2420
+ };
2421
+ };
2422
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
2423
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
2424
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2425
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2426
+ };
2427
+ };
2428
+ };
2429
+ table: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
2430
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
2431
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2432
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2433
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2434
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2435
+ };
2436
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2437
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2438
+ };
2439
+ };
2440
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
2441
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
2442
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2443
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2444
+ };
2445
+ };
2446
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
2447
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
2448
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2449
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2450
+ };
2451
+ };
2452
+ };
2453
+ time: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
2454
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
2455
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2456
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2457
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2458
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2459
+ };
2460
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2461
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2462
+ };
2463
+ };
2464
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
2465
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
2466
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2467
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2468
+ };
2469
+ };
2470
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
2471
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
2472
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2473
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2474
+ };
2475
+ };
2476
+ };
2477
+ switch: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
2478
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
2479
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2480
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2481
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2482
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2483
+ };
2484
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2485
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2486
+ };
2487
+ };
2488
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
2489
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
2490
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2491
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2492
+ };
2493
+ };
2494
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
2495
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
2496
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2497
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2498
+ };
2499
+ };
2500
+ };
2501
+ math: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
2502
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
2503
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2504
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2505
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2506
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2507
+ };
2508
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2509
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2510
+ };
2511
+ };
2512
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
2513
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
2514
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2515
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2516
+ };
2517
+ };
2518
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
2519
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
2520
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2521
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2522
+ };
2523
+ };
2524
+ };
2525
+ marquee: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
2526
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
2527
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2528
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2529
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2530
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2531
+ };
2532
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2533
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2534
+ };
2535
+ };
2536
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
2537
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
2538
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2539
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2540
+ };
2541
+ };
2542
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
2543
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
2544
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2545
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2546
+ };
2547
+ };
2548
+ };
2549
+ menuitem: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
2550
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
2551
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2552
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2553
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2554
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2555
+ };
2556
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2557
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2558
+ };
2559
+ };
2560
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
2561
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
2562
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2563
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2564
+ };
2565
+ };
2566
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
2567
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
2568
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2569
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2570
+ };
2571
+ };
2572
+ };
2573
+ list: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
2574
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
2575
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2576
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2577
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2578
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2579
+ };
2580
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2581
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2582
+ };
2583
+ };
2584
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
2585
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
2586
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2587
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2588
+ };
2589
+ };
2590
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
2591
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
2592
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2593
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2594
+ };
2595
+ };
2596
+ };
2597
+ checkbox: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
2598
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
2599
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2600
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2601
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2602
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2603
+ };
2604
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2605
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2606
+ };
2607
+ };
2608
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
2609
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
2610
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2611
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2612
+ };
2613
+ };
2614
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
2615
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
2616
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2617
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2618
+ };
2619
+ };
2620
+ };
2621
+ radio: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
2622
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
2623
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2624
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2625
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2626
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2627
+ };
2628
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2629
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2630
+ };
2631
+ };
2632
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
2633
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
2634
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2635
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2636
+ };
2637
+ };
2638
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
2639
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
2640
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2641
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2642
+ };
2643
+ };
2644
+ };
2645
+ alert: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
2646
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
2647
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2648
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2649
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2650
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2651
+ };
2652
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2653
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2654
+ };
2655
+ };
2656
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
2657
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
2658
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2659
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2660
+ };
2661
+ };
2662
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
2663
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
2664
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2665
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2666
+ };
2667
+ };
2668
+ };
2669
+ alertdialog: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
2670
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
2671
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2672
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2673
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2674
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2675
+ };
2676
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2677
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2678
+ };
2679
+ };
2680
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
2681
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
2682
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2683
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2684
+ };
2685
+ };
2686
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
2687
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
2688
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2689
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2690
+ };
2691
+ };
2692
+ };
2693
+ application: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
2694
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
2695
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2696
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2697
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2698
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2699
+ };
2700
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2701
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2702
+ };
2703
+ };
2704
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
2705
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
2706
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2707
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2708
+ };
2709
+ };
2710
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
2711
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
2712
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2713
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2714
+ };
2715
+ };
2716
+ };
2717
+ banner: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
2718
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
2719
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2720
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2721
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2722
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2723
+ };
2724
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2725
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2726
+ };
2727
+ };
2728
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
2729
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
2730
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2731
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2732
+ };
2733
+ };
2734
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
2735
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
2736
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2737
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2738
+ };
2739
+ };
2740
+ };
2741
+ cell: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
2742
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
2743
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2744
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2745
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2746
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2747
+ };
2748
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2749
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2750
+ };
2751
+ };
2752
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
2753
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
2754
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2755
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2756
+ };
2757
+ };
2758
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
2759
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
2760
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2761
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2762
+ };
2763
+ };
2764
+ };
2765
+ columnheader: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
2766
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
2767
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2768
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2769
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2770
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2771
+ };
2772
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2773
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2774
+ };
2775
+ };
2776
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
2777
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
2778
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2779
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2780
+ };
2781
+ };
2782
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
2783
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
2784
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2785
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2786
+ };
2787
+ };
2788
+ };
2789
+ combobox: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
2790
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
2791
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2792
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2793
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2794
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2795
+ };
2796
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2797
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2798
+ };
2799
+ };
2800
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
2801
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
2802
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2803
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2804
+ };
2805
+ };
2806
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
2807
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
2808
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2809
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2810
+ };
2811
+ };
2812
+ };
2813
+ complementary: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
2814
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
2815
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2816
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2817
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2818
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2819
+ };
2820
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2821
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2822
+ };
2823
+ };
2824
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
2825
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
2826
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2827
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2828
+ };
2829
+ };
2830
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
2831
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
2832
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2833
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2834
+ };
2835
+ };
2836
+ };
2837
+ contentinfo: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
2838
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
2839
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2840
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2841
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2842
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2843
+ };
2844
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2845
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2846
+ };
2847
+ };
2848
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
2849
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
2850
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2851
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2852
+ };
2853
+ };
2854
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
2855
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
2856
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2857
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2858
+ };
2859
+ };
2860
+ };
2861
+ definition: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
2862
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
2863
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2864
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2865
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2866
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2867
+ };
2868
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2869
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2870
+ };
2871
+ };
2872
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
2873
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
2874
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2875
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2876
+ };
2877
+ };
2878
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
2879
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
2880
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2881
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2882
+ };
2883
+ };
2884
+ };
2885
+ deletion: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
2886
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
2887
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2888
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2889
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2890
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2891
+ };
2892
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2893
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2894
+ };
2895
+ };
2896
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
2897
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
2898
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2899
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2900
+ };
2901
+ };
2902
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
2903
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
2904
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2905
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2906
+ };
2907
+ };
2908
+ };
2909
+ directory: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
2910
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
2911
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2912
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2913
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2914
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2915
+ };
2916
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2917
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2918
+ };
2919
+ };
2920
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
2921
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
2922
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2923
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2924
+ };
2925
+ };
2926
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
2927
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
2928
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2929
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2930
+ };
2931
+ };
2932
+ };
2933
+ document: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
2934
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
2935
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2936
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2937
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2938
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2939
+ };
2940
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2941
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2942
+ };
2943
+ };
2944
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
2945
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
2946
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2947
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2948
+ };
2949
+ };
2950
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
2951
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
2952
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2953
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2954
+ };
2955
+ };
2956
+ };
2957
+ emphasis: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
2958
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
2959
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2960
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2961
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2962
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2963
+ };
2964
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2965
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2966
+ };
2967
+ };
2968
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
2969
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
2970
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2971
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2972
+ };
2973
+ };
2974
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
2975
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
2976
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2977
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2978
+ };
2979
+ };
2980
+ };
2981
+ feed: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
2982
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
2983
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2984
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2985
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2986
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2987
+ };
2988
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
2989
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
2990
+ };
2991
+ };
2992
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
2993
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
2994
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
2995
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
2996
+ };
2997
+ };
2998
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
2999
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
3000
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3001
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3002
+ };
3003
+ };
3004
+ };
3005
+ generic: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
3006
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
3007
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3008
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3009
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3010
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3011
+ };
3012
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3013
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3014
+ };
3015
+ };
3016
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
3017
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
3018
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3019
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3020
+ };
3021
+ };
3022
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
3023
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
3024
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3025
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3026
+ };
3027
+ };
3028
+ };
3029
+ grid: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
3030
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
3031
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3032
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3033
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3034
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3035
+ };
3036
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3037
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3038
+ };
3039
+ };
3040
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
3041
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
3042
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3043
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3044
+ };
3045
+ };
3046
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
3047
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
3048
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3049
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3050
+ };
3051
+ };
3052
+ };
3053
+ gridcell: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
3054
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
3055
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3056
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3057
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3058
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3059
+ };
3060
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3061
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3062
+ };
3063
+ };
3064
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
3065
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
3066
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3067
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3068
+ };
3069
+ };
3070
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
3071
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
3072
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3073
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3074
+ };
3075
+ };
3076
+ };
3077
+ group: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
3078
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
3079
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3080
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3081
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3082
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3083
+ };
3084
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3085
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3086
+ };
3087
+ };
3088
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
3089
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
3090
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3091
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3092
+ };
3093
+ };
3094
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
3095
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
3096
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3097
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3098
+ };
3099
+ };
3100
+ };
3101
+ heading: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
3102
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
3103
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3104
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3105
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3106
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3107
+ };
3108
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3109
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3110
+ };
3111
+ };
3112
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
3113
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
3114
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3115
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3116
+ };
3117
+ };
3118
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
3119
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
3120
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3121
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3122
+ };
3123
+ };
3124
+ };
3125
+ insertion: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
3126
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
3127
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3128
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3129
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3130
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3131
+ };
3132
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3133
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3134
+ };
3135
+ };
3136
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
3137
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
3138
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3139
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3140
+ };
3141
+ };
3142
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
3143
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
3144
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3145
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3146
+ };
3147
+ };
3148
+ };
3149
+ listbox: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
3150
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
3151
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3152
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3153
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3154
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3155
+ };
3156
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3157
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3158
+ };
3159
+ };
3160
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
3161
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
3162
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3163
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3164
+ };
3165
+ };
3166
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
3167
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
3168
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3169
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3170
+ };
3171
+ };
3172
+ };
3173
+ listitem: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
3174
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
3175
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3176
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3177
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3178
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3179
+ };
3180
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3181
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3182
+ };
3183
+ };
3184
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
3185
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
3186
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3187
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3188
+ };
3189
+ };
3190
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
3191
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
3192
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3193
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3194
+ };
3195
+ };
3196
+ };
3197
+ log: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
3198
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
3199
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3200
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3201
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3202
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3203
+ };
3204
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3205
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3206
+ };
3207
+ };
3208
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
3209
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
3210
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3211
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3212
+ };
3213
+ };
3214
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
3215
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
3216
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3217
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3218
+ };
3219
+ };
3220
+ };
3221
+ menubar: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
3222
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
3223
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3224
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3225
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3226
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3227
+ };
3228
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3229
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3230
+ };
3231
+ };
3232
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
3233
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
3234
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3235
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3236
+ };
3237
+ };
3238
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
3239
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
3240
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3241
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3242
+ };
3243
+ };
3244
+ };
3245
+ menuitemcheckbox: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
3246
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
3247
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3248
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3249
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3250
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3251
+ };
3252
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3253
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3254
+ };
3255
+ };
3256
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
3257
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
3258
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3259
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3260
+ };
3261
+ };
3262
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
3263
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
3264
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3265
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3266
+ };
3267
+ };
3268
+ };
3269
+ menuitemradio: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
3270
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
3271
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3272
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3273
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3274
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3275
+ };
3276
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3277
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3278
+ };
3279
+ };
3280
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
3281
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
3282
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3283
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3284
+ };
3285
+ };
3286
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
3287
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
3288
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3289
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3290
+ };
3291
+ };
3292
+ };
3293
+ navigation: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
3294
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
3295
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3296
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3297
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3298
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3299
+ };
3300
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3301
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3302
+ };
3303
+ };
3304
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
3305
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
3306
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3307
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3308
+ };
3309
+ };
3310
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
3311
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
3312
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3313
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3314
+ };
3315
+ };
3316
+ };
3317
+ note: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
3318
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
3319
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3320
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3321
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3322
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3323
+ };
3324
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3325
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3326
+ };
3327
+ };
3328
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
3329
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
3330
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3331
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3332
+ };
3333
+ };
3334
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
3335
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
3336
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3337
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3338
+ };
3339
+ };
3340
+ };
3341
+ paragraph: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
3342
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
3343
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3344
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3345
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3346
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3347
+ };
3348
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3349
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3350
+ };
3351
+ };
3352
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
3353
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
3354
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3355
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3356
+ };
3357
+ };
3358
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
3359
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
3360
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3361
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3362
+ };
3363
+ };
3364
+ };
3365
+ presentation: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
3366
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
3367
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3368
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3369
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3370
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3371
+ };
3372
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3373
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3374
+ };
3375
+ };
3376
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
3377
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
3378
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3379
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3380
+ };
3381
+ };
3382
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
3383
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
3384
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3385
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3386
+ };
3387
+ };
3388
+ };
3389
+ progressbar: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
3390
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
3391
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3392
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3393
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3394
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3395
+ };
3396
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3397
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3398
+ };
3399
+ };
3400
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
3401
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
3402
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3403
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3404
+ };
3405
+ };
3406
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
3407
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
3408
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3409
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3410
+ };
3411
+ };
3412
+ };
3413
+ radiogroup: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
3414
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
3415
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3416
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3417
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3418
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3419
+ };
3420
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3421
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3422
+ };
3423
+ };
3424
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
3425
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
3426
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3427
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3428
+ };
3429
+ };
3430
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
3431
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
3432
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3433
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3434
+ };
3435
+ };
3436
+ };
3437
+ region: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
3438
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
3439
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3440
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3441
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3442
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3443
+ };
3444
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3445
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3446
+ };
3447
+ };
3448
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
3449
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
3450
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3451
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3452
+ };
3453
+ };
3454
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
3455
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
3456
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3457
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3458
+ };
3459
+ };
3460
+ };
3461
+ row: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
3462
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
3463
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3464
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3465
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3466
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3467
+ };
3468
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3469
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3470
+ };
3471
+ };
3472
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
3473
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
3474
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3475
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3476
+ };
3477
+ };
3478
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
3479
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
3480
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3481
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3482
+ };
3483
+ };
3484
+ };
3485
+ rowgroup: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
3486
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
3487
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3488
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3489
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3490
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3491
+ };
3492
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3493
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3494
+ };
3495
+ };
3496
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
3497
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
3498
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3499
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3500
+ };
3501
+ };
3502
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
3503
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
3504
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3505
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3506
+ };
3507
+ };
3508
+ };
3509
+ rowheader: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
3510
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
3511
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3512
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3513
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3514
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3515
+ };
3516
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3517
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3518
+ };
3519
+ };
3520
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
3521
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
3522
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3523
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3524
+ };
3525
+ };
3526
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
3527
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
3528
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3529
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3530
+ };
3531
+ };
3532
+ };
3533
+ scrollbar: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
3534
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
3535
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3536
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3537
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3538
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3539
+ };
3540
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3541
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3542
+ };
3543
+ };
3544
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
3545
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
3546
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3547
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3548
+ };
3549
+ };
3550
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
3551
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
3552
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3553
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3554
+ };
3555
+ };
3556
+ };
3557
+ searchbox: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
3558
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
3559
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3560
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3561
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3562
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3563
+ };
3564
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3565
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3566
+ };
3567
+ };
3568
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
3569
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
3570
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3571
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3572
+ };
3573
+ };
3574
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
3575
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
3576
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3577
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3578
+ };
3579
+ };
3580
+ };
3581
+ separator: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
3582
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
3583
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3584
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3585
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3586
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3587
+ };
3588
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3589
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3590
+ };
3591
+ };
3592
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
3593
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
3594
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3595
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3596
+ };
3597
+ };
3598
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
3599
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
3600
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3601
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3602
+ };
3603
+ };
3604
+ };
3605
+ slider: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
3606
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
3607
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3608
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3609
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3610
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3611
+ };
3612
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3613
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3614
+ };
3615
+ };
3616
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
3617
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
3618
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3619
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3620
+ };
3621
+ };
3622
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
3623
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
3624
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3625
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3626
+ };
3627
+ };
3628
+ };
3629
+ spinbutton: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
3630
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
3631
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3632
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3633
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3634
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3635
+ };
3636
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3637
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3638
+ };
3639
+ };
3640
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
3641
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
3642
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3643
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3644
+ };
3645
+ };
3646
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
3647
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
3648
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3649
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3650
+ };
3651
+ };
3652
+ };
3653
+ status: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
3654
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
3655
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3656
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3657
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3658
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3659
+ };
3660
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3661
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3662
+ };
3663
+ };
3664
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
3665
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
3666
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3667
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3668
+ };
3669
+ };
3670
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
3671
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
3672
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3673
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3674
+ };
3675
+ };
3676
+ };
3677
+ subscript: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
3678
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
3679
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3680
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3681
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3682
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3683
+ };
3684
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3685
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3686
+ };
3687
+ };
3688
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
3689
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
3690
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3691
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3692
+ };
3693
+ };
3694
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
3695
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
3696
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3697
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3698
+ };
3699
+ };
3700
+ };
3701
+ superscript: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
3702
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
3703
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3704
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3705
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3706
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3707
+ };
3708
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3709
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3710
+ };
3711
+ };
3712
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
3713
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
3714
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3715
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3716
+ };
3717
+ };
3718
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
3719
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
3720
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3721
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3722
+ };
3723
+ };
3724
+ };
3725
+ tab: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
3726
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
3727
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3728
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3729
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3730
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3731
+ };
3732
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3733
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3734
+ };
3735
+ };
3736
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
3737
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
3738
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3739
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3740
+ };
3741
+ };
3742
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
3743
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
3744
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3745
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3746
+ };
3747
+ };
3748
+ };
3749
+ tablist: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
3750
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
3751
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3752
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3753
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3754
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3755
+ };
3756
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3757
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3758
+ };
3759
+ };
3760
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
3761
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
3762
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3763
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3764
+ };
3765
+ };
3766
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
3767
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
3768
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3769
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3770
+ };
3771
+ };
3772
+ };
3773
+ tabpanel: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
3774
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
3775
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3776
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3777
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3778
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3779
+ };
3780
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3781
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3782
+ };
3783
+ };
3784
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
3785
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
3786
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3787
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3788
+ };
3789
+ };
3790
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
3791
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
3792
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3793
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3794
+ };
3795
+ };
3796
+ };
3797
+ term: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
3798
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
3799
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3800
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3801
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3802
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3803
+ };
3804
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3805
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3806
+ };
3807
+ };
3808
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
3809
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
3810
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3811
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3812
+ };
3813
+ };
3814
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
3815
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
3816
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3817
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3818
+ };
3819
+ };
3820
+ };
3821
+ textbox: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
3822
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
3823
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3824
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3825
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3826
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3827
+ };
3828
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3829
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3830
+ };
3831
+ };
3832
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
3833
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
3834
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3835
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3836
+ };
3837
+ };
3838
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
3839
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
3840
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3841
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3842
+ };
3843
+ };
3844
+ };
3845
+ timer: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
3846
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
3847
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3848
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3849
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3850
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3851
+ };
3852
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3853
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3854
+ };
3855
+ };
3856
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
3857
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
3858
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3859
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3860
+ };
3861
+ };
3862
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
3863
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
3864
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3865
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3866
+ };
3867
+ };
3868
+ };
3869
+ toolbar: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
3870
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
3871
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3872
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3873
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3874
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3875
+ };
3876
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3877
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3878
+ };
3879
+ };
3880
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
3881
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
3882
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3883
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3884
+ };
3885
+ };
3886
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
3887
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
3888
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3889
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3890
+ };
3891
+ };
3892
+ };
3893
+ tooltip: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
3894
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
3895
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3896
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3897
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3898
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3899
+ };
3900
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3901
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3902
+ };
3903
+ };
3904
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
3905
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
3906
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3907
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3908
+ };
3909
+ };
3910
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
3911
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
3912
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3913
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3914
+ };
3915
+ };
3916
+ };
3917
+ tree: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
3918
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
3919
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3920
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3921
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3922
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3923
+ };
3924
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3925
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3926
+ };
3927
+ };
3928
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
3929
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
3930
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3931
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3932
+ };
3933
+ };
3934
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
3935
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
3936
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3937
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3938
+ };
3939
+ };
3940
+ };
3941
+ treegrid: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
3942
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
3943
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3944
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3945
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3946
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3947
+ };
3948
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3949
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3950
+ };
3951
+ };
3952
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
3953
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
3954
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3955
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3956
+ };
3957
+ };
3958
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
3959
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
3960
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3961
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3962
+ };
3963
+ };
3964
+ };
3965
+ treeitem: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null) & {
3966
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement | null;
3967
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3968
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3969
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3970
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3971
+ };
3972
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3973
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3974
+ };
3975
+ };
3976
+ wait: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>) & {
3977
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement>;
3978
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>) & {
3979
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => Promise<HTMLElement[]>;
3980
+ };
3981
+ };
3982
+ ensure: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement) & {
3983
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement;
3984
+ all: ((name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[]) & {
3985
+ includesHidden: (name?: string | RegExp, options?: ByRoleOptions) => HTMLElement[];
3986
+ };
3987
+ };
3988
+ };
3989
+ };