* Returns a locator for the nth element matching the selector. * @see {@link https://vitest.dev/api/browser/locators#nth}
(index: number)
| 702 | * @see {@link https://vitest.dev/api/browser/locators#nth} |
| 703 | */ |
| 704 | nth(index: number): Locator |
| 705 | /** |
| 706 | * Returns a locator for the first element matching the selector. |
| 707 | * @see {@link https://vitest.dev/api/browser/locators#first} |
no outgoing calls
no test coverage detected