MarketSquare / MarketSquare/robotframework-SikuliLibrary
findall not available in robot library?
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 use the Sikuli Library to analyse and perform actions on a SVG image. The basics work alright, but now I've come across a bump in the road: The same image occurs several times on the page.
I've found the findall function of Sikulix itself ([in the documentation](https://sikulix-2014.readthedocs.io/en/latest/finder.html#Finder.findAll)), but it isn't implemented in the robotframework library.
I think this keyword does the trick since I need to click and analyse every single occurrence of the image. Are you able to implement this feature?
With kind regards,
Frank van der Kuur
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 Java implementation of the Sikuli Library keywords and compare its available operations with SikuliX's Finder.findAll documentation linked in the issue. Define the keyword's behavior for multiple matching image occurrences, then add coverage showing that each occurrence can be clicked or analyzed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100