List All Chrome Extensions Pragmatically
My QA colleague asked me the other day about how to list all chrome extensions pragmatically.
Found two solutions:
- use the
extensions
field in chrome://system/ with webdriver - write a custom extension and use chrome.management.getAll api
December 15, 2021 chrome extension