We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I am working on a sample to extend your nice library with some features that I need. Perhaps you are interested to add some of the features or the sample: https://github.com/SebastianStehle/solidtest
Features:
The idea is to also have some pseudo selectors to define the conditions, e.g. at the moment this is supported:
.form-control:has-text
.form-control:has-text(500)
.modal-dialog:visible
It is based on timers, as I am not really sure about the mutation observer yet.
The text was updated successfully, but these errors were encountered:
This is amazing @SebastianStehle! Thanks for working on this.
Sorry, something went wrong.
No branches or pull requests
Hi,
I am working on a sample to extend your nice library with some features that I need. Perhaps you are interested to add some of the features or the sample:
https://github.com/SebastianStehle/solidtest
Features:
The idea is to also have some pseudo selectors to define the conditions, e.g. at the moment this is supported:
.form-control:has-text
.form-control:has-text(500)
(Wait 500ms until nothing is entered).modal-dialog:visible
(Perhaps the waitForElement is obsolete).It is based on timers, as I am not really sure about the mutation observer yet.
The text was updated successfully, but these errors were encountered: