Open
Description
I'm noticing this issue with several browsers. To replicate:
const page = await host.browse(
"https://microsoft.github.io/genaiscript/reference/scripts/browser/",
{
headless: false,
browser: "firefox",
}
);
Each time you run the script, it creates a new browser session.
What makes this worse is Chromium session cannot be quit with Cmd+Q. You have to Force Quit it. That's why I chose to use Firefox.
