Skip to content

Close Activity

The Close activity terminates a specific browser session or application instance identified by its reference name. This activity ensures that system resources are properly released by shutting down the target process once automation tasks are complete.

Field Description Requirement
Application name Specifies the reference name of the application or browser session that was previously opened or attached. Required

Action Types & Examples

Application Termination

  • Format: string
  • Example Result: "Process terminated"

Implementation Examples

Field Setup - Application name: ${robustaWebpage}

Execution Parameters - Action: Close - Target Type: Web Browser

Technical Notes

The Application name must correspond exactly to a reference name defined in a preceding Open or Attach activity. If the specified application is not active or the reference name is invalid, the activity will fail to execute the termination command.