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:
Ross Wollman 2022-07-11 11:04:34 -07:00 committed by GitHub
parent 98ea418124
commit 26805d7617
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ Here is the complete list of actionability checks performed for each action:
| innerHTML | Yes | - | - | - | - | - | | innerHTML | Yes | - | - | - | - | - |
| press | Yes | - | - | - | - | - | | press | Yes | - | - | - | - | - |
| setInputFiles | Yes | - | - | - | - | - | | setInputFiles | Yes | - | - | - | - | - |
| selectOption | Yes | - | - | - | - | - | | selectOption | Yes | Yes | - | - | Yes | - |
| textContent | Yes | - | - | - | - | - | | textContent | Yes | - | - | - | - | - |
| type | Yes | - | - | - | - | - | | type | Yes | - | - | - | - | - |