Closing a Browser Task Overlay (Magic xpa 4.x)
When a Browser task calls a child task (Task B) to replace a previously called child task (Task A), the following sequence of operations occur:
-
Task B is opened. The Task Prefix and First Record Prefix are executed, and the result HTML page is returned to the browser client.
-
Task A is closed completely. The Record Suffix and Task Suffix are executed. The Exit URL is ignored. Task B is displayed instead of Task A.
-
If Task A fails to close properly (for example, Verify/Error in the Record Suffix of Task A), Task B will close completely. Any operation executed in Task B that is reflected on the client (for example, calling a Browser task and a Verify operation) is ignored. In this case, you cannot prevent Task B from closing.