You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal of my project 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 .net maui blazor hybrid framework.
Need to access the Webview of the android app from selenium code. At first I was not able to access the Webview of the app then these lines were added to MainActivity.cs file.
If start the app from visual studio from debug mode webview is present. However, after getting build from CICD pipeline, webview is not present in the built app.
What steps can be taken to enable webview for the released/built android app? And what steps can be taken for iOS app to achieve the same things?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The goal of my project 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 .net maui blazor hybrid framework.
Need to access the Webview of the android app from selenium code. At first I was not able to access the Webview of the app then these lines were added to MainActivity.cs file.
If start the app from visual studio from debug mode webview is present. However, after getting build from CICD pipeline, webview is not present in the built app.
What steps can be taken to enable webview for the released/built android app? And what steps can be taken for iOS app to achieve the same things?
Beta Was this translation helpful? Give feedback.
All reactions