The CitrixWaitForWindowCreation function waits until a specified window appears and expects the window to contain the same characteristics on replay as it contained during recording (i.e. height, width, position). This particular error means that since recording the window has been maximized on the screen, therefore as this could affect the coordinates of subsequent mouse clicks an error is raised and the window is restored again. To stop this error from happening you should ensure that no changes are made to the characteristics of windows between record and replay. Depending on how many changes have been made on the Citrix server, it may be best to record a new script as this will capture the characteristics of the new windows.
↧