jessezach / RobotEyes

Image comparison for Robot Framework
MIT License
75 stars 24 forks source link

Improvement to ignore NoSuchElementException error #47

Closed AllanMedeiros closed 4 years ago

AllanMedeiros commented 4 years ago

This change will let us work with just a single array variable with all locators that must be ignored (blurred) in the screenshot. No matter if one of the locators is not present in the current page, as it will proceed to the next locator in the array without raising exceptions.