Request for additional waits: checked(), selected(), disabled() ...etc.
Open
enhancement
p4
- Dominant language
- JavaScript
- Stars
- 571
- Forks
- 370
- PR merge metrics
- No merged PRs in 30d
Description
While automating an internal application, I found myself having to write workarounds for some basic use cases. It's common that the user would want to check the state of form elements when automating UI or wait for the desired state condition to take place. One such case is the state of checkboxes.
I suggest adding the following waits to avoid the need for workarounds:
- checked()
- selected()
- disabled()
- containsHtml() (in contrast to .html() this is for partial matching)
- containsText() (in contrast to .text() this is for partial matching)
Let me know what you think!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.