Application pop up not appearing in UnAttended Mode

Hi all,

Desktop Application Process is running well in VM Attended Mode

But while running same process in UnAttended Mode its Not working

Error Pop up : System.invalidOperationException

MAIN IDEA : Process Desktop Application PopUp Appearing when clicking the button in Attended Mode

But the same   Process Desktop Application PopUp  Not Appearing when clicking the button  in UnAttended Mode instead some other Error pop Appearing ( Invalid operation exception),

Can anyone guide me please
Thanks in Advacne

@saritha,

What is the error message you are getting?

This is exception type.

Thanks Ashok for looking into this,

Not getting any Bot Error, but getting Error pop up

Some other Error pop is coming containing system . Invalid operation exception message is there with some Xaml error info in that pop up

But when I ran same queue item it is exactly getting Expected pop up.

Not sure what’s going on

May I know what does system. Invalid Exception mean ?

@saritha,

There could be many reasons. Can you try possibility of each from the below?

  1. Calling a method on an object that is not properly initialized or is disposed.

  2. Attempting to iterate a collection while it’s being modified.

  3. Accessing the value of a nullable type when it is actually null.

  4. Manipulating the UI from a non-UI thread

Thank you

But, I’m just trying to click an UI Element

Tried replacing Click activity with Hot keys too

Still same Error pop up

Try:

Thank you,

Tried different Input Methods and Delays also but nothing worked out y with different ui frameworks

Will try different ui