See this post on StackOverflow for reference : https://stackoverflow.com/questions/79791856/how-to-load-extensions-in-chrome-version-139-using-playwright
We can use the cdp.extensions.loadUnpacked command to achieve the same behavior (run on startup). Should work with new Chrome versions, and older versions as well.
See this post on StackOverflow for reference : https://stackoverflow.com/questions/79791856/how-to-load-extensions-in-chrome-version-139-using-playwright
We can use the cdp.extensions.loadUnpacked command to achieve the same behavior (run on startup). Should work with new Chrome versions, and older versions as well.