static S chromeCmd() { ret platformQuote(isWindows() ? f2s(assertNotNull("chrome.exe not found", windowsFindChromeExe())) : "chromium-browser"); }