{"id":13337285,"url":"https://github.com/leobooth/sikuli-pageobject-demo","last_synced_at":"2025-03-11T04:32:28.321Z","repository":{"id":55626831,"uuid":"280306947","full_name":"leobooth/sikuli-pageobject-demo","owner":"leobooth","description":"adapting the Page Object Model to test desktop applications with Sikuli","archived":false,"fork":false,"pushed_at":"2020-12-17T06:11:18.000Z","size":85,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-07-30T20:52:28.948Z","etag":null,"topics":["e2e-testing","java","sikuli","sikulix","test-automation","windows"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leobooth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-17T02:27:25.000Z","updated_at":"2023-08-22T17:12:08.000Z","dependencies_parsed_at":"2022-08-15T04:50:28.828Z","dependency_job_id":null,"html_url":"https://github.com/leobooth/sikuli-pageobject-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leobooth%2Fsikuli-pageobject-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leobooth%2Fsikuli-pageobject-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leobooth%2Fsikuli-pageobject-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leobooth%2Fsikuli-pageobject-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leobooth","download_url":"https://codeload.github.com/leobooth/sikuli-pageobject-demo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221205799,"owners_count":16776277,"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":["e2e-testing","java","sikuli","sikulix","test-automation","windows"],"created_at":"2024-07-29T19:13:43.290Z","updated_at":"2024-10-23T15:32:29.427Z","avatar_url":"https://github.com/leobooth.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sikuli-pageobject-demo\n\nSikuli is a Java application that uses OpenCV and Java Robot to look for an image within a larger on-screen image and interact with it. This simplicity allows Sikuli to be used to automate almost anything - webpages, desktop applications, mobile phone apps, even games. As a result, however, one must create the structure to automate the application under test.\n\nA typical Windows Desktop application has the following structure (see https://docs.microsoft.com/en-us/windows/win32/uxguide/visual-index):\n1. a **Desktop** on which the user interface of an Application appears\n1. one or more **Screens** which may extend the Desktop\n1. the **Application** itself\n1. at least one **Window** that contains the user interface\n1. at least one **Form** that contains user interface Elements\n1. at least one **Element** that the user interacts with\n\nTo make testing Windows desktop apps easier, this repository provides classes with a similar structure:\n1. **SikuliDesktop**: a single Desktop on which the application appears\n1. **Screen**: a pre-existing Sikuli class which simulates a computer monitor\n1. **SikuliApp**: a class used to open and manage application connections and focus windows\n1. **SikuliWindow**: one or more windows that can be used to restrict the image search area\n1. **SikuliPage**: one or more pages displayed in a window that contain elements (similar to a traditional WebDriver PageObject)\n1. **SikuliElement**: one or more elements that contain images used to drive UI interactions\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleobooth%2Fsikuli-pageobject-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleobooth%2Fsikuli-pageobject-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleobooth%2Fsikuli-pageobject-demo/lists"}