# File lib/celerity/element_locator.rb, line 118
    def element_by_idents(idents = @idents)
      get_by_idents(:find, idents)
    end