I am trying to connect with Citrix application through my local window, I am able to handle all the Username/password and pop up(Security Windows) pages successfully. But after doing all these things, I reached at one browser based page (https://xxx.xxx.xx/dana-na/auth/url_43/welcome.cgi?p=user-confirm&id=state_7bfe65568e98f615f03a7322ec2ae248) and not able to "launch" or "attach" this page to spy the elements.
"launch" or "attach" will not work for this page because this whole path is changeable and can not be given as a default in application modeller.
I checked all the process (Task Manager) and found that this page creates 2 processes (parent and child) with target application "iexplore". And both parent and child process is having same name (I am assuming) because when I am giving window title of target application (let's say "Confirmation"), it is giving this error :
"Error - Failed to launch application - Target application could not be identified".
And when target application is changed to "Confirmation*" getting this error: "Error - Failed to launch application - More than one application matched the criteria". I checked all the processes and there was no other task running with this name "Confirmation".
Again to check the process, when I am aborting child or parent task both task is ended/disturbed.
Can anybody suggest here how to solve this situation? Have anyone ever faced this situation?