# File lib/selenium/web_page.rb, line 118
    def text(locator)
      @browser.get_text(locator)
    end