https://github.com/mattregul/xamarinappcenter_webviewsamples
Here are a series of samples that illustrate how to use Xamarin.UITest APIs to interact with web views in a mobile app.
https://github.com/mattregul/xamarinappcenter_webviewsamples
appcenter uitest webview xamarin-forms
Last synced: 5 months ago
JSON representation
Here are a series of samples that illustrate how to use Xamarin.UITest APIs to interact with web views in a mobile app.
- Host: GitHub
- URL: https://github.com/mattregul/xamarinappcenter_webviewsamples
- Owner: mattregul
- Created: 2017-12-11T21:20:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-11T21:59:22.000Z (over 8 years ago)
- Last Synced: 2025-06-24T15:08:49.905Z (12 months ago)
- Topics: appcenter, uitest, webview, xamarin-forms
- Language: HTML
- Homepage:
- Size: 982 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# XamarinAppCenter_WebviewSamples
Here are a series of samples that illustrate how to use Xamarin.UITest APIs to interact with web views in a mobile app.
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- Scrollable Agreement / Div - Coming Soon! - Code || HTML
- 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)
# References
- [jQuery Framework](https://jquery.com/) *(used in each HTML sample)*
- [jQueryUI Framework](https://jqueryui.com/) *(used in each HTML sample)*
- [Github Developer API](https://developer.github.com/v3/) *(used in Ajax/Async test)*
# Build status
[](https://appcenter.ms)
