# File lib/selenium/web_page.rb, line 138
def
text_present?
(
text
)
@browser
.
is_text_present
(
text
)
end