Hello everybody,
— The situation —
For an UI automation/RPA project, I’m using the python library called ‘lackey’. This works similarly as the sikulyLibrary: try to find a pattern on the UI, using a png-file which is stored on disk. This works fine.
When the png-file during runtime is not located on disk, he can’t find it and reports an exception: ‘ImageMissing’. …as expected…o far so good
---- The problem ----
yesterday I installed the Robot Code extension (by @daniel ) for VS Code, replacing the deprecated extension ‘Robot Framework Intellisense’
The problem:
Robot Code is complaining that images are missing. See attached screenshot.
During runtime this is NOT an issue,…because the location where to look for the png’s is provided during runtime.
(note: I can’t use the Robot Code extension to run the script , but just using the command line to run the script, it works fine. So there’s no problem(!) with the testcase itself)
my question is
How to get rid of the reported error by Robot Code?
It seems like this error shouldn’t be shown
other question:
- I guess this error prevents Robot Code to detect the python functions as Keywords?
With ‘Robot Framework Intellisense’ this worked fine.
I hope the problems is clear and someone can help me to resolve it.
Kind regards,
Daniel