robotframework-imagehorizonlibrary
robotframework-imagehorizonlibrary copied to clipboard
Cross-platform Robot Framework library for GUI automation based on image recognition
Hi, with this pull request I want to share the work of my valued colleague @gautamilango and me. It introduces another strategy `edge`to detect images in situations when too much...
A keyword from selenium library that I found quite useful was [Register Keyword To Run On Failure](https://robotframework.org/SeleniumLibrary/SeleniumLibrary.html#Register%20Keyword%20To%20Run%20On%20Failure). This feature request is for the equivalent keyword in IHL. I am aware...
My proposed fix for Issue #62 This update will now detect the screen scaling ratio and adjust accordingly. I tested it using "tests/atest/calculator.robot" on a mac with a Retina display...
When `reference_image` names are automatically normalised so is the `reference_folder` which should not be the case. On Windows this is not a problem as Windows ignores case in paths anyway,...
Resolves Issue #67 Feature Request: new keyword Set Keyword On Failure I believe this will be a useful keyword.
This PR is just trying to make some things in the documentation that I found weren't clear at first and had to look at the code to be sure. Not...
Resolves Issue #61 Keywords that now have the optional timeout are: - Click Image - Click To The Above Of Image - Click To The Below Of Image - Click...
Fix for issue #60 This fix ensures even if timeout is set to 0 (zero) locate is called at least once. Screen shots of before and after tests: |before|after| |---|---|...
I was looking at the code for the wait_for function and I believe that if the timeout is too small this function will always error. If the timeout is 0...
Well this is frustrating, I was trying to set up some basic tests for issues #60 and #61 before I start making changes and I encountered the "retina display issue"...