robotframework-imagehorizonlibrary
robotframework-imagehorizonlibrary copied to clipboard
Cross-platform Robot Framework library for GUI automation based on image recognition
This feature request (well more a suggestion) is aimed primarily at the Click * Image and Does Exist keywords. This feature would make imagehorizonlibrary behave more similarly to [SeleniumLibrary](https://robotframework.org/SeleniumLibrary/) and...
It would be handy if IHL could automatically check screenshot against multiple versions of same reference image. One idea could be to have the reference image name to be either...
There is an issue with running OSX tests on Travis-CI, the permission popup is stealing input focus from the test app, like seen on the screenshot:  Error: `'' cannot...
Here is my proposed fix for Issue #28 https://github.com/eficode/robotframework-imagehorizonlibrary/issues/28
When I run my tests in CI, I do not want to store the the results in the job which did the actually running. I move the result to different...
Using the Type keyword combined with an email address, the @ char is converted into an ò char.
I must check icons on a web page, the same icon is used at several locations of the page, I would like to be able to restrict the checking into...
Following Keywords fail: ``` Locate Wait for Click Image ``` Error is: ``` ImageNotFoundException: Reference image "myimage.png" was not found on screen ``` If I use an Image inside VSCode,...
You are able to set what keyword is run during library import. There should probably be also a keyword for this to set it dynamically.
I am opening a web page which has third party flash contents. I am error "WindowsError: [Error 5] Access is denied." for Click, Click Image and Double Click. In this...