# File lib/selenium/client/idiomatic.rb, line 156 156: def text?(pattern) 157: boolean_command "isTextPresent", [pattern,] 158: end