MarketSquare / MarketSquare/robotframework-SikuliLibrary

findall not available in robot library?

Open
#73 9 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.