# File lib/selenium/client/legacy_driver.rb, line 1079 def is_text_present(pattern) return boolean_command("isTextPresent", [pattern,]) end