MarketSquare / MarketSquare/robotframework-SikuliLibrary
`Click` with offsets not working properly
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 163
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
On MacOS the following fails:
```
Click LPX/NewTrackInstrument 0 30
```
Instead of going 30 Pixels down ( Y Axis ) Sikuli tend to go 30 Pixels up.
Using:
```
Click LPX/NewTrackInstrument 0 -30
```
Also goes 30 Pixels up. So how to go down ?!?
Workaround:
```
Click LPX/NewTrackInstrument 0 1
Click LPX/NewTrackInstrument 0 30
```
Absolutely ugly but works.
Unfortunetly there is no Move Offset Function which results in unneeded Clicks.
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 reproducing the Click keyword with positive and negative Y offsets on macOS, then trace the offset handling behind Click in the SikuliLibrary entry point. Done means a positive Y offset moves downward, negative values move upward, and the behavior is covered by a regression test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, macos
- Domain
- desktop, testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100