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