You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to add new tabs to the existing chromium browser and close the individual tabs once all the processes in that specific tab is completed , is there any way to do it ?
The text was updated successfully, but these errors were encountered:
By default a new browser profile is created whenever you start a new headless instance of Chrome. If you want to use a single browser profile, set the --user-data-dir= flag and pass a path to a fixed directory. Then an existing browser is re-used if available.
Thank you for your reply ,
Right now when the process in any tab is finished (the tab prints "All tests completed!" ) the entire browser is exited , instead of this behavior is it possible to close only that specific tab without stopping the processes on other tabs ?
I want to add new tabs to the existing chromium browser and close the individual tabs once all the processes in that specific tab is completed , is there any way to do it ?
The text was updated successfully, but these errors were encountered: