Skip to content

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

@erdemkucuk

Description

@erdemkucuk

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions