Hello,
I need an advice regarding WebView2 automation testing.
We have recently started a project which is a VSTO add-in with WebView2-based UI along with O365 add-in. Hence, we now have to consider automation testing for both apps on Desktop. Of-course, we can test both apps using native approach, but is there a way to use Selenium Web-Driver for this purpose?
I have tried this guide Automate and test WebView2 apps with Microsoft Edge WebDriver - Microsoft Edge Development | Microsoft Learn to connect to my WebView2 in Outlook add-in, but it doesn't seem to be working.
Please let me know if there are any suggestions.
Best regards