{"id":16151284,"url":"https://github.com/trazyn/uiautomator-go","last_synced_at":"2025-10-22T21:46:40.027Z","repository":{"id":144200662,"uuid":"154940657","full_name":"trazyn/uiautomator-go","owner":"trazyn","description":"This is a simple golang wrapper for working uiautomator","archived":false,"fork":false,"pushed_at":"2019-03-01T04:20:20.000Z","size":35,"stargazers_count":27,"open_issues_count":2,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-16T23:12:22.242Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trazyn.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-27T08:04:39.000Z","updated_at":"2024-11-06T14:37:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"7b6a4fea-253c-4d26-b1c5-4398a711796f","html_url":"https://github.com/trazyn/uiautomator-go","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trazyn%2Fuiautomator-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trazyn%2Fuiautomator-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trazyn%2Fuiautomator-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trazyn%2Fuiautomator-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trazyn","download_url":"https://codeload.github.com/trazyn/uiautomator-go/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244288538,"owners_count":20429027,"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":[],"created_at":"2024-10-10T00:55:37.558Z","updated_at":"2025-10-22T21:46:34.982Z","avatar_url":"https://github.com/trazyn.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nThis is a simple golang wrapper for working uiautomator.\n\n## Setup\n\n\nTo install this library, simple:\n\n\n\n```bash\ngo get -u github.com/trazyn/uiautomator-go\n```\n\n\nImport the package:\n\n\n\n```go\nimport ug \"github.com/trazyn/uiautomator-go\"\n```\n\n\n## Quick start\n\nFirst, let yours mobile and PC join the same network.\n\n```go\nua := ug.New(\u0026ug.Config{\n    Host: \"10.10.20.78\",\n    Port: 7912,\n})\n\nua.Unlock()\n\n// Show toast\ntoast := ua.NewToast()\ntoast.Show(\"hallo world\", 10)\n```\n\n[https://github.com/openatx/uiautomator2#basic-api-usages](https://github.com/openatx/uiautomator2#basic-api-usages)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrazyn%2Fuiautomator-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrazyn%2Fuiautomator-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrazyn%2Fuiautomator-go/lists"}