# File lib/selenium/client/idiomatic.rb, line 19
19:       def text(locator)
20:         string_command "getText", [locator,]
21:       end