# File lib/selenium/web_page.rb, line 85
    def element(how, what=nil)
      HtmlElement.new(self, element_locator(how,what))
    end