# File lib/selenium/web_page.rb, line 152
    def enter(locator, text)
      @browser.type(locator, text)
    end