Settings - Execution

The following setting is located at Settings->TBox->Execution:

Cancel Execution Key

Description

Defines which key is used to cancel the execution. This function is available when the Progress Visualization is activated and the execution is paused.

Example

F6

Maximize Window

Description

Defines whether the main window is maximized when the test runs.

  • If set to True, maximizes the window if it's not already maximized, and brings it to the foreground.

  • If set to False, keeps the window in its current size and it ensures it stays in the background.

If you need to set a custom window size for your XBrowser tests, we recommend that you set this to False. Then, you can use browser arguments with the OpenUrl Module, such as --window-size=800,600 for Chrome.

Note that this setting also applies when you steer a remote browser with BrowserStack. However, on SauceLabs, the browser window may be automatically maximized by default, even if the setting is set to False.

Example

True

Pause Execution Key

Description

Defines which key is used to pause or resume the execution. This function is available when the Progress Visualization is activated.

Example

Pause

Show Progress Visualization

Description

Defines whether the Windows taskbar displays the execution progress bar during automated execution.

Make sure that you have disabled the Windows option Auto-hide the taskbar.

Example

True

Startup Timeout

Description

Defines the time in milliseconds that the system should wait for the execution processes Tricentis.Automation.Agent.exe and Tricentis.Automation.LegacyExecution.exe. The default value is 45000. An error message is displayed after the specified wait time has elapsed.

Example

50000