MarketSquare / MarketSquare/robotframework-SikuliLibrary
Image file could not find
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 163
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
*** Settings ***
Suite Setup Start Sikuli Process
Suite Teardown Stop Remote Server
Library SikuliLibrary mode=NEW
*** Test Cases ***
Click Demo
Add Image Path ${CURDIR}/img
Exists header.PNG
Exists AppPlaces.PNG
Capture Screen
Wait Until Screen Contain header.PNG 5
Click AppPlaces.PNG
Here is my Click example code, pretty much same from the SikuliLibrary document. The Exists keyword found those image files OK and verified that the screen capture has the header image in it but got the following error
FAIL | com.github.rainmanwy.robotframework.sikulilib.exceptions.TimeoutException: Timeout happend, could not find header.PNG
-- | --
[debug-20180201-104221.txt](https://github.com/rainmanwy/robotframework-SikuliLibrary/files/1686758/debug-20180201-104221.txt)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the supplied Robot Framework reproduction and inspect debug-20180201-104221.txt, comparing the successful Exists checks with the failing Wait Until Screen Contain step. Reproduce the image-search timeout before investigating the SikuliLibrary implementation. Done means identifying a confirmed cause and providing a fix or precise reproduction requirements, with regression coverage if the cause is reproducible.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100