Directing the workflow acording to the windows that opens

Hi,

I am trying to automate a java application. The login sequence of the application opens different windows accordiong to the credentials that user enters. I want to direct my login workflow according to the windows that open sequentialy.

I.E. If John wants to login, department, office and financial year are asked (in different windows), But if Mark wants to login only department and office are asked.

So i want to determine which window opens, and redirect my flow to the appropriate sub-sequence.

Thanks in advance. :slight_smile:
Bests.

Use Element Exist activity to identify the Window and then using If Activity to proceed further depending on which element exists

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.