{"id":27064077,"url":"https://github.com/mattregul/xamarinappcenter_webviewsamples","last_synced_at":"2026-02-02T23:09:39.931Z","repository":{"id":98102194,"uuid":"113909775","full_name":"mattregul/XamarinAppCenter_WebviewSamples","owner":"mattregul","description":"Here are a series of samples that illustrate how to use Xamarin.UITest APIs to interact with web views in a mobile app.","archived":false,"fork":false,"pushed_at":"2017-12-11T21:59:22.000Z","size":1006,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-24T15:08:49.905Z","etag":null,"topics":["appcenter","uitest","webview","xamarin-forms"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/mattregul.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-11T21:20:44.000Z","updated_at":"2017-12-11T21:51:14.000Z","dependencies_parsed_at":"2023-04-05T17:31:21.925Z","dependency_job_id":null,"html_url":"https://github.com/mattregul/XamarinAppCenter_WebviewSamples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mattregul/XamarinAppCenter_WebviewSamples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattregul%2FXamarinAppCenter_WebviewSamples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattregul%2FXamarinAppCenter_WebviewSamples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattregul%2FXamarinAppCenter_WebviewSamples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattregul%2FXamarinAppCenter_WebviewSamples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattregul","download_url":"https://codeload.github.com/mattregul/XamarinAppCenter_WebviewSamples/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattregul%2FXamarinAppCenter_WebviewSamples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29022774,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T22:20:39.141Z","status":"ssl_error","status_checked_at":"2026-02-02T22:20:37.621Z","response_time":58,"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":["appcenter","uitest","webview","xamarin-forms"],"created_at":"2025-04-05T16:36:42.004Z","updated_at":"2026-02-02T23:09:39.911Z","avatar_url":"https://github.com/mattregul.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# XamarinAppCenter_WebviewSamples\nHere are a series of samples that illustrate how to use Xamarin.UITest APIs to interact with web views in a mobile app.\n\n- Textboxes - [UI Test Code](https://github.com/mattregul/XamarinAppCenter_WebviewSamples/blob/master/Code/UITests/Tests.cs#L161) || [HTML](https://github.com/mattregul/XamarinAppCenter_WebviewSamples/blob/master/HTML/textboxes.html)\n- Buttons - [UI Test Code](https://github.com/mattregul/XamarinAppCenter_WebviewSamples/blob/master/Code/UITests/Tests.cs#L198) || [HTML](https://github.com/mattregul/XamarinAppCenter_WebviewSamples/blob/master/HTML/buttons.html)\n- Dropdowns / Select Menus - [UI Test Code](https://github.com/mattregul/XamarinAppCenter_WebviewSamples/blob/master/Code/UITests/Tests.cs#L224) || [HTML](https://github.com/mattregul/XamarinAppCenter_WebviewSamples/blob/master/HTML/dropdownmenus.html)\n- Date Picker - [UI Test Code](https://github.com/mattregul/XamarinAppCenter_WebviewSamples/blob/master/Code/UITests/Tests.cs#L276) || [HTML](https://github.com/mattregul/XamarinAppCenter_WebviewSamples/blob/master/HTML/datepicker.html)\n- Ajax/Async Requests - [UI Test Code](https://github.com/mattregul/XamarinAppCenter_WebviewSamples/blob/master/Code/UITests/Tests.cs#L327) || [HTML](https://github.com/mattregul/XamarinAppCenter_WebviewSamples/blob/master/HTML/ajaxrequest.html)\n- Radio Buttons - [UI Test Code](https://github.com/mattregul/XamarinAppCenter_WebviewSamples/blob/master/Code/UITests/Tests.cs#L379) || [HTML](https://github.com/mattregul/XamarinAppCenter_WebviewSamples/blob/master/HTML/radiogroup.html)\n- Checkboxes - [UI Test Code](https://github.com/mattregul/XamarinAppCenter_WebviewSamples/blob/master/Code/UITests/Tests.cs#L405) || [HTML](https://github.com/mattregul/XamarinAppCenter_WebviewSamples/blob/master/HTML/checkboxgroup.html)\n- jQuery's Color Picker - [UI Test Code](https://github.com/mattregul/XamarinAppCenter_WebviewSamples/blob/master/Code/UITests/Tests.cs#L438) || [HTML](https://github.com/mattregul/XamarinAppCenter_WebviewSamples/blob/master/HTML/colorpicker.html)\n- jQuery's Number Spinner - [UI Test Code](https://github.com/mattregul/XamarinAppCenter_WebviewSamples/blob/master/Code/UITests/Tests.cs#L469) || [HTML](https://github.com/mattregul/XamarinAppCenter_WebviewSamples/blob/master/HTML/spinner.html)\n- Scrollable Agreement / Div - Coming Soon! - Code || HTML\n- Embedded Video - [UI Test Code](https://github.com/mattregul/XamarinAppCenter_WebviewSamples/blob/master/Code/UITests/Tests.cs#L525) || [HTML](https://github.com/mattregul/XamarinAppCenter_WebviewSamples/blob/master/HTML/embeddedvideo.html)\n\n\u003c!-- # Additional Samples, Docs, \u0026 Tools\n- ( Tool ) [Xamarin Test Recorder](https://www.xamarin.com/test-cloud/recorder)\n- ( Doc ) [Xamarin.UITest Web Views](https://developer.xamarin.com/guides/testcloud/uitest/working-with/webviews/)\n- ( Doc ) [Xamarin.UITest](https://developer.xamarin.com/guides/testcloud/uitest/)\n- ( Doc ) [Xamarin.UITest Cheat Sheet](https://developer.xamarin.com/guides/testcloud/uitest/cheatsheet/)\n- ( Doc ) [Working With the REPL](https://developer.xamarin.com/guides/testcloud/uitest/working-with/repl/)\n- ( Samples ) [Xamarin Test Cloud Samples](https://github.com/xamarin/test-cloud-samples)\n- ( Samples ) [Cross-platform BDD with Cucumber and Calabash](https://github.com/calabash/x-platform-example) --\u003e\n\n# References\n- [jQuery Framework](https://jquery.com/) *(used in each HTML sample)*\n- [jQueryUI Framework](https://jqueryui.com/) *(used in each HTML sample)*\n- [Github Developer API](https://developer.github.com/v3/) *(used in Ajax/Async test)*\n\n# Build status\n[![Build status](https://build.appcenter.ms/v0.1/apps/3e2d5abf-78b1-4bdc-8935-ef97aeea71f6/branches/master/badge)](https://appcenter.ms)\n\n![alt text](HTML/phones.jpg \"XTC Phone Results\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattregul%2Fxamarinappcenter_webviewsamples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattregul%2Fxamarinappcenter_webviewsamples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattregul%2Fxamarinappcenter_webviewsamples/lists"}