# File lib/selenium/web_page.rb, line 130
    def element_present?(locator)
      @browser.is_element_present(locator)
    end