MarketSquare / MarketSquare/robotframework-SikuliLibrary
Click by offset doesn't work through remote library even though it works with "Start Sikuli Process"
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 163
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
Hi All,
On Ubuntu 20.04, in a .robot file, when I use click keyword with offset similar to below example, it works.
```
Click Test
Start Sikuli Process
Click
... target.png
... xOffset= -10
... yOffset= 100
```
But if I start the sikuli process manually and use remote library like the below example, offset doesn't work.
```
Click Test
Import Library Remote http://localhost:10000/
Click
... target.png
... xOffset= -10
... yOffset= 100
```
Is there any workaround for this?
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 xOffset=-10 and yOffset=100 in the two paths shown: Start Sikuli Process and Remote at http://localhost:10000/. Compare how the Click entry point receives and applies offsets in each path; done means the remote-library case behaves like the local process case or documents a confirmed limitation and workaround.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100