Open Link in Standalone Browser Window

I'm trying to fix a macro to navigate to a URL in a standalone browser window (created in Chrome by selecting the Three dots in top right → Save/Share → Create Shortcut → Check "Open as Window" and click Create). I used to be able to do this via the "Set [Chrome/Front Browser] URL" action, but then the macro abruptly changed to open the link in a tabbed browser window, even if the focus is on the standalone browser window. Any idea how I can go about reverting to the old behavior?

I don't use Chrome, but can't you just have Keyboard Maestro send Command-N to open a new window, then paste the URL?

Or is a "standalone browser window" something different?

-rob.

Standalone browsers don't have editable URL bars (similar to a PWA, I think), so I'm trying to navigate to a page either via the set URL action or by executing Javascript (e.g., window.location = [URL])

Ah, I see. Does Chrome have a setting that forces all new windows to tabs? Maybe that got set by default in a recent update?

-rob.