-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
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
Add element disabled? #948
Conversation
👊 I have to admit I never ran the specs on jruby. Just installing it now to see what's up. |
It appears that jruby nokogiri is particular about the empty Other than that, this should be good. 🤘 |
👍 |
Looks really good! Thank you so much for contributing this. As for |
Also, sorry that it took me so long to review this pull request. |
I can take a stab at that. Watch this space 👍 |
|
Hey,
I've added
#disabled?
I did consider adding a locator such as
find('input', :disabled => true)
but wanted to first check if you thought this made sense?Also, I didn't squash my commits but I can do if you prefer, of course.
If there are any specific docs or otherwise you want me to update, do let me know!