How to automate this: Open a new chrome browser every time and execute the commands in the same browser

Hey There,
I want to open a new Chrome browser every time to execute the commands instead of opening a new tab in the opened Chrome browser.

Please suggest how to do that. Thanks in advance.

There is a new “OpenBrowser” command. It opens the website in a new browser window instead of a tab.

Hi @ulrich
Yes, but the execution is happening in the existing browser which is already opened.

My scenario is:
Open a new Chrome browser
Open the URL https://google.com
Close the browser

Please provide me the JSON. Thanks!