Check the type of the variable “Processed” in the variables panel. It has to be Boolean, but apparently it’s “UiElement”. How are you initializing this variable?
Hi,
The following might work as you expect.
Processed isnot Nothing
Regards,
Actually I’m using the Find Element
For If the image is appear The Bot continue process
otherwise It go to the Else Part and click the refresh Button
Use “Check App State” instead:
It will allow you to specify what to do if the element exists (left side) or does not exist (right side).
In this process i use the strong textelement to disappearstrong text
So the TARGET DOES not disappear will work first
After the element appear the **Target Disappears ** want to Work Right?
But i my Process
TARGET DOES not disappear Only work
after my Element disappear also
I think U will Understand what i’m trying to say
Can you please share more details about what is not working?
In this process i use the element to disappear
So the TARGET DOES not disappear will work first
After the element appear the **Target Disappears ** want to Work Right?
But i my Process
TARGET DOES not disappear Only work
after my Element disappear also
I think U will Understand what i’m trying to say
Help Me To resolve this
The logic should be the following:
- If element appears (which is the equivalent of “element exists”) it means that the element you’re looking for is displayed, so you can interact with it
- Else it means that the element is not displayed, so you can do other actions
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.