MarketSquare / MarketSquare/robotframework-SikuliLibrary
Search specific region for image
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 163
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
Hi, I'm trying to implement a way in RF with Sikuli to check whether a specific region on screen contains an image that I have captured before. I was wondering if it's possible to add this function, or if it's already possible and i haven't figured it out. I know that it's possible with sikuli in java with the `reg.find("targetPattern)` command, but I'm unsure how it would work in RobotFramework, and I haven't been able to see any other topics discussing this issue so far.
Thanks in advance for any help.
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 reviewing the existing Robot Framework Sikuli keywords and how Java's Sikuli Region.find operation is exposed. Determine whether a keyword can target a supplied screen region and define completion as reliably checking for a previously captured image only within that region, with appropriate usage documentation or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100