admin管理员组文章数量:1302503
The goal is to validate CSS properties of android app elements e.g. text color, font size etc using appium with selenium with java for android app automation. The android app is built using maui blazor hybrid framework.
Need to access the webview of the android app from selenium code. But even after enabling webview using this line
protected override void OnCreate(Bundle savedInstanceState)
{
base.OnCreate(savedInstanceState);
Android.Webkit.WebView.SetWebContentsDebuggingEnabled(true);
}
And placing this under MainActivity.cs
After getting build from CICD pipeline, webview is not present in the built app. However, if start the app from visual studio from debug mode webview is present.
What should I do now?
本文标签:
版权声明:本文标题:selenium webdriver - What are the steps necessary to enable Webview in an android app built using .Net MAUI with Blazor Hybrid? 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741715100a2394062.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论