Method: Uia::Element#filter

Defined in:
lib/uia/element.rb

#filter(locator) ⇒ Object



85
86
87
# File 'lib/uia/element.rb', line 85

def filter(locator)
  descendants.select { |e| e.locators_match? locator }
end