85 86 87
# File 'lib/uia/element.rb', line 85 def filter(locator) descendants.select { |e| e.locators_match? locator } end