# File lib/capybara/node/finders.rb, line 82
def
find_by_id
(
id
)
find
(
:css
,
"##{id}"
)
end