Optimize matchElements
to return the first object found for getUIElement
#30
Labels
matchElements
to return the first object found for getUIElement
#30
There doesn't appear to be a massive waste of time by iterating through the entire screen, finding all elements, and then only returning the first one, but if possible,
matchElements
onwebdriver.ts
should be optimized, so that if it is called fromgetUIElement
, it exits once a singular match is found.The text was updated successfully, but these errors were encountered: