eficode / robotframework-imagehorizonlibrary

Cross-platform Robot Framework library for GUI automation based on image recognition
MIT License
80 stars 28 forks source link

WindowsError: [Error 2] The system cannot find the file specified. #26

Closed marekbatelka closed 7 years ago

marekbatelka commented 8 years ago

Robot Framework 3.0 (Python 2.7.11 on win32)

When "Click Image" is called, button OK is clicked, but framework logs WindowsError. I suspect some logging issue....

------------------------------------------------------------------------------
Hit OK                                                                | FAIL |
WindowsError: [Error 2] The system cannot find the file specified.
------------------------------------------------------------------------------

file.robot

*** Settings ***
Library     ImageHorizonLibrary
*** Test Cases ***
Hit OK
    Wait For    ok
    Click Image ok
Tattoo commented 7 years ago

What Windows do you have?

marekbatelka commented 7 years ago

It was issue on Windows 7. I have new laptop. It is fine on Windows 10. Can be closed as not reproduced.