Hi,
I tried to run the code from the link below:
Unfortunately, when I try to execute this line:
var AcmeLoginScreen = uiAutomation.Open(AcmeApp.LoginScreen);
I get the error: System.NullREferenceException: ‘Object reference not set to an instance of an object’.
I tried using this code using other libraries with UI Descriptors, but the result is the same.
Do you have any ideas on how to deal with this problem?