GUI Automation

What if we don’t check the checkbox of clear all browser instance in start browser plugin?

When a GUI Automation workflow is run fromProcess Studio the entire browser session does not close implicitly,
Leavingthe browser open even when there is an error during development and browseris manually or abnormally terminated.
Incase you manually terminate a browser the browser driver is still initializedand when you run the workflow the start step will give an error as thebrowser is already initialized.
Similarly,in case Browser terminates abnormally then you need to clear browser driverinstance before you can start a new browser session.
Enable Clear All Browser Instancescheckbox to Clear All Browser Instances before starting the browser.