{"id":28612774,"url":"https://github.com/unoplatform/uno.uitests.helpers","last_synced_at":"2026-05-03T12:32:10.650Z","repository":{"id":95717016,"uuid":"169294967","full_name":"unoplatform/Uno.UITests.Helpers","owner":"unoplatform","description":"Xamarin.UITests Helpers for the Uno Platforms for iOS and Android","archived":false,"fork":false,"pushed_at":"2019-02-05T20:50:01.000Z","size":263,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2026-01-19T15:17:40.939Z","etag":null,"topics":["android","csharp","ios","uitests","uno","uno-platform","xamarin"],"latest_commit_sha":null,"homepage":"https://platform.uno/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/unoplatform.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"License.md","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,"zenodo":null}},"created_at":"2019-02-05T18:59:58.000Z","updated_at":"2023-04-23T06:42:38.000Z","dependencies_parsed_at":"2023-06-25T22:58:00.152Z","dependency_job_id":null,"html_url":"https://github.com/unoplatform/Uno.UITests.Helpers","commit_stats":null,"previous_names":["nventive/uno.uitests.helpers"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/unoplatform/Uno.UITests.Helpers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unoplatform%2FUno.UITests.Helpers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unoplatform%2FUno.UITests.Helpers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unoplatform%2FUno.UITests.Helpers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unoplatform%2FUno.UITests.Helpers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unoplatform","download_url":"https://codeload.github.com/unoplatform/Uno.UITests.Helpers/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unoplatform%2FUno.UITests.Helpers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32569712,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["android","csharp","ios","uitests","uno","uno-platform","xamarin"],"created_at":"2025-06-12T00:39:45.931Z","updated_at":"2026-05-03T12:32:10.642Z","avatar_url":"https://github.com/unoplatform.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Uno.UITests.Helpers\n\nA set of Xamarin.UITest helpers for the UI Testsing of [Uno Platform](https://github.com/nventive/Uno) applications for iOS and Android.\n\nWebAssembly testing is currently not supported.\n\n## Usage\n\n```csharp\n[Test]\npublic void When_SmokeTest()\n{\n\tvar mainButton = _app.Find(\"mainButton\");\n\n\tvar position = mainButton.FirstResult().Rect;\n\t_app.TapCoordinates(position.X + 5, position.Y + 5);\n\n\tvar mainButtonResults = _app.Find(\"mainButtonResults\");\n\n\t_app.WaitForDependencyPropertyValue(mainButtonResults, \"Text\", \"Pressed 1\");\n}\n```\n\nSee this UI Tests [sample for more details](src/SamplesApp.UITests/Given_BasicSample.cs).\n\nFor Android and iOS, the `x:Name` marked controls in the XAML are automatically mapped to `contentDescription`\nwhen [`\u003cIsUiAutomationMappingEnabled\u003etrue\u003c/IsUiAutomationMappingEnabled\u003e`](https://github.com/nventive/Uno.UITests.Helpers/blob/02428169342c12e9d9c09a011d2395ad6248387d/src/SamplesApp/SamplesApp.Droid/SamplesApp.Droid.csproj#L23) is \nset in both iOS and Android projects.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funoplatform%2Funo.uitests.helpers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funoplatform%2Funo.uitests.helpers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funoplatform%2Funo.uitests.helpers/lists"}