{"id":15144619,"url":"https://github.com/hi-fi/remotesikulilibrary","last_synced_at":"2025-10-23T22:30:48.976Z","repository":{"id":52541790,"uuid":"60961880","full_name":"Hi-Fi/remotesikulilibrary","owner":"Hi-Fi","description":"Robot framework library to utilize Sikuli's UI testing capabilities either remotely or locally.","archived":false,"fork":false,"pushed_at":"2021-04-26T18:07:46.000Z","size":166,"stargazers_count":8,"open_issues_count":33,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-30T21:11:47.804Z","etag":null,"topics":["robot-framework","robotframework","sikuli"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Hi-Fi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-06-12T10:42:27.000Z","updated_at":"2023-04-20T01:14:55.000Z","dependencies_parsed_at":"2022-09-26T21:41:12.047Z","dependency_job_id":null,"html_url":"https://github.com/Hi-Fi/remotesikulilibrary","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hi-Fi%2Fremotesikulilibrary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hi-Fi%2Fremotesikulilibrary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hi-Fi%2Fremotesikulilibrary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hi-Fi%2Fremotesikulilibrary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hi-Fi","download_url":"https://codeload.github.com/Hi-Fi/remotesikulilibrary/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237890775,"owners_count":19382562,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["robot-framework","robotframework","sikuli"],"created_at":"2024-09-26T10:42:38.086Z","updated_at":"2025-10-23T22:30:48.633Z","avatar_url":"https://github.com/Hi-Fi.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Remote Sikuli Library for Robot Framework\r\nIntroduction\r\n------------\r\nRobot framework library to utilize Sikuli's UI testing capabilities either remotely or locally.\r\n\r\n* More information about this library can be found in the\r\n  [Keyword Documentation](http://search.maven.org/remotecontent?filepath=com/github/hi-fi/remotesikulilibrary/0.0.4/remotesikulilibrary-0.0.4.html).\r\n* For keyword completion in RIDE you can download this\r\n  [Library Specs](http://search.maven.org/remotecontent?filepath=com/github/hi-fi/remotesikulilibrary/0.0.4/remotesikulilibrary-0.0.4.xml)\r\n  and place it in your PYTHONPATH.\r\n\r\nUsage\r\n-----\r\nIf you are using the [robotframework-maven-plugin](http://robotframework.org/MavenPlugin/) you can\r\nuse this library by adding the following dependency to \r\nyour pom.xml:\r\n\r\n    \u003cdependency\u003e\r\n        \u003cgroupId\u003ecom.github.hi-fi\u003c/groupId\u003e\r\n        \u003cartifactId\u003eremotesikulilibrary\u003c/artifactId\u003e\r\n        \u003cversion\u003e0.0.4\u003c/version\u003e\r\n    \u003c/dependency\u003e\r\n    \r\nWith Gradle, library can be use by importing it as a dependency in build.gradle. Because of Sikuli's own pom-file, dependencies have to be introduces following way:\r\n\r\n    switch(System.getProperty('os.name').toLowerCase().split()[0]) {\r\n        case 'windows':\r\n            compile group: 'com.sikulix', name: 'sikulixlibswin', version: '1.1.0'\r\n            break\r\n        case 'linux':\r\n            compile group: 'com.sikulix', name: 'sikulixlibslux', version: '1.1.0'\r\n            break\r\n        case 'mac':\r\n            compile group: 'com.sikulix', name: 'sikulixlibsmac', version: '1.1.0'\r\n            break\r\n        default:\r\n            throw new Exception('Unknown OS')\r\n    }\r\n    runtime('com.github.hi-fi:remotesikulilibrary:0.0.4') {\r\n        exclude module: '${sikulix.libs}'\r\n    }\r\n    \r\nLibrary import in Robot tests can be done with:\r\n\r\n|                    |                                 |\r\n| ----------------   | ------------------------------- | \r\n| *** Settings ***   |                                 |                 \r\n| Library            | RemoteSikuliLibrary             |   \r\n   \r\nExample\r\n-------\r\nUsage examples can be found at [Tests-folder](/src/test/robotframework/acceptance).\r\n\r\nDemo can be run by cloning this repository and running acceptance tests with Maven:\r\n\r\n    mvn verify\r\n    \r\nDemo uses own simple Swing application, which is included in tests.\r\n\r\nNotes\r\n-----\r\n\r\nDebug-level logging is quite exhaustive at remote calls, because base64 encoded images are written to logs, too. \r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhi-fi%2Fremotesikulilibrary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhi-fi%2Fremotesikulilibrary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhi-fi%2Fremotesikulilibrary/lists"}