MarketSquare / MarketSquare/robotframework-SikuliLibrary
Multiple image search
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 163
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
Would be nice to have keyword that would search for multiple images from screen. For example functionality of 'Wait Until Screen Contain' and 'Wait Until Screen Not Contain' in single keyword. Sometimes you need wait for 'success' image and 'failure' image on screen at the same time. If the 'failure' image could be detected in addition to 'success' image then you shouldn't have to wait for timeout in case of just being able to use 'Wait Until Screen Contain success.png'.
Keyword could be something like 'Wait For Images wantedImageToWait notWantedImage
ToWait'
Maybe could use this http://doc.sikuli.org/region.html#Region.observe
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 by locating the existing “Wait Until Screen Contain” and “Wait Until Screen Not Contain” keywords and review Sikuli’s Region.observe documentation. Determine how a new keyword could wait for both wanted and failure images, then verify that it avoids waiting for the timeout when the failure image appears.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100