bitovi / bitovi/funcunit

Request for additional waits: checked(), selected(), disabled() ...etc.

Open
#67 5 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.