With the release of Chrome `137.x` the flag `--load-extension` was removed. We were using this flag to load our extension to record browser events that is currently broken in that chrome version. We are looking into alternatives and will be using this issue for updates --- [google groups discussion](https://groups.google.com/a/chromium.org/g/chromium-extensions/c/1-g8EFx2BBY/m/S0ET5wPjCAAJ) possible solutions from the thread: - [Chrome devtools protocol](https://chromedevtools.github.io/devtools-protocol/tot/Extensions/#method-loadUnpacked) - [WebDriver BiDi](https://www.w3.org/TR/webdriver-bidi/#command-webExtension-install) - [Chrome for Testing](https://developer.chrome.com/blog/chrome-for-testing)