There are capabilities on other Appium drivers, such as the UiAutomator2, that enable giving an application all necessary permissions using appium:autoGrantPermissions as a startup argument. Other start-up capabilities enables all permissions.
After a framework change in our application (migrated from Xamarin Forms to Maui), the location pop-up is not included in the source XML anymore. Our current only alternative is to hardcode some pixel X and Y values to click Yes when asked to enable location services.
Can something similar be developed for the Windows driver?
There are capabilities on other Appium drivers, such as the UiAutomator2, that enable giving an application all necessary permissions using
appium:autoGrantPermissionsas a startup argument. Other start-up capabilities enables all permissions.After a framework change in our application (migrated from Xamarin Forms to Maui), the location pop-up is not included in the source XML anymore. Our current only alternative is to hardcode some pixel X and Y values to click
Yeswhen asked to enable location services.Can something similar be developed for the Windows driver?