robotframework-imagehorizonlibrary
robotframework-imagehorizonlibrary copied to clipboard
Cross-platform Robot Framework library for GUI automation based on image recognition
I think in some big resolution to improve performance it would be nice to give option to give hints where to start looking for pattern, when hints failed resume using...
Locate can`t find image when is located on other screen, maybe you can use different method (locateAllOnScreen() as fallback when first failed) https://pyautogui.readthedocs.io/en/latest/cheatsheet.html#screenshot-functions
You need to access display to use IHL with Jenkins. Document to eg. README how to do minimal setup.
Instead of always comparing reference image to a current screenshot, there might also be a need to just compare two arbitrary image files
Capability to define font and text to find the defined box in the screen. This would remove hassle of changing backgrounds etc. Probably not the easiest to do, but would...
I was getting the error `'
It seems that ImageHorizonLibrary doesn't work with Wayland desktops. All I get is image not found on screen and screen shots that are completely black, I have only tried on...