6 7 8
# File 'lib/capybara/rack_test/css_handlers.rb', line 6 def disabled(list) list.find_all { |node| node.has_attribute? 'disabled' } end#enabled(list) ⇒ Object
10 11 12
# File 'lib/capybara/rack_test/css_handlers.rb', line 10 def enabled(list) list.find_all { |node| !node.has_attribute? 'disabled' } end
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4