# File lib/capybara/driver/rack_test_driver.rb, line 29 def value if tag_name == 'textarea' node.content else super end end