I created a UWP application that contains only WebView . When the application is launched, WebView receives the URL on the Azure Remote App login page, where I can log in using my AD AD AD credentials and use the application (e.g. Excel) after logging in. Now the problem is, how can I automate all this with an encoded interface? I have the following two projects in Visual Studio that I used.

Now the problems are:
1) Recording and playback options are not supported for UWP in both projects.
2) If I use the Coded UI Test (Universal Windows) project, It cannot detect WebView or controls inside WebView (so this is useless to me).
3) If I use the Coded UI Test Project (Universal Windows Phone) project, it is able to detect the web view and the elements inside it, such as the email and password fields, and the login button, but in the code I have nothing like XamlWebView which I can use, and then use SearchProperty to find the email field and use it (so I'm halfway there).
The only two links that I found relevant are:
Windows 10 Coded User Interface (UWP)
Coded User Interface - Windows - Generic Applications
But they do not offer much help.
I also went through WinAppDriver (I saw a video on Channel9 from // build 2016, where Gopinat and Yusuf explained about WinAppDriver), but could not figure out whether it can be used in my Script and how.
I hope I have clearly stated my question. Thank you for your help.
webview win-universal-app coded-ui-tests
Saurabh rai
source share