mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore: fix lint in types.d.ts (#19346)
This commit is contained in:
parent
622c1a8da6
commit
dd58609a0b
2
packages/playwright-core/types/types.d.ts
vendored
2
packages/playwright-core/types/types.d.ts
vendored
@ -10956,7 +10956,7 @@ export interface Locator {
|
||||
* // single selection matching the label
|
||||
* element.selectOption({ label: 'Blue' });
|
||||
*
|
||||
* // multiple selection for blue, red and second option
|
||||
* // multiple selection for red, green and blue options
|
||||
* element.selectOption(['red', 'green', 'blue']);
|
||||
* ```
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user