* Returns an element matching the selector. * * - If multiple elements match the selector, an error is thrown. * - If no elements match the selector, an error is thrown. * * @see {@link https://vitest.dev/api/browser/locators#element}
()
| 674 | * @see {@link https://vitest.dev/api/browser/locators#element} |
| 675 | */ |
| 676 | element(): HTMLElement | SVGElement |
| 677 | /** |
| 678 | * Returns an array of elements matching the selector. |
| 679 | * |
no outgoing calls