How does flowchart decision works ? As i am trying to open application if it's not opened?

Hello I start working with the flowchart however i place the decision block and if true its work perfectly, On the other hand when’s false it does not do anything ( i am doing simple flowchart if the application it will show the user its open , if it’s not open it will open the application).

  1. Take an Element exist and point it to the element on the screen which is displayed once application is open (This can be an application logo / welcome user tag). Save the output in an variable say IsElementExist

  2. Use this Variable in the flowchart decesion and check if the variable is true or False.

  3. In case of False- Take an Open Application to Reopen the application.


Mukesh

1 Like