docs: selectOption actionability checks (#15518)
Based on anecdotal testing, and the code:
dd0eb5fb1d/packages/playwright-core/src/server/dom.ts (L557)
it looks like `selectOption` documentation failed to note it waits on
`visiible` and `enabled`.
This commit is contained in:
parent
98ea418124
commit
26805d7617
|
|
@ -35,7 +35,7 @@ Here is the complete list of actionability checks performed for each action:
|
|||
| innerHTML | Yes | - | - | - | - | - |
|
||||
| press | Yes | - | - | - | - | - |
|
||||
| setInputFiles | Yes | - | - | - | - | - |
|
||||
| selectOption | Yes | - | - | - | - | - |
|
||||
| selectOption | Yes | Yes | - | - | Yes | - |
|
||||
| textContent | Yes | - | - | - | - | - |
|
||||
| type | Yes | - | - | - | - | - |
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue