Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Click by offset doesn't work through remote library even though it works with "Start Sikuli Process" #178

Open
erdemkucuk opened this issue Sep 7, 2022 · 0 comments

Comments

@erdemkucuk
Copy link

erdemkucuk commented Sep 7, 2022

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant