DEV Community

Discussion on: Testing Chrome Extensions with Selenium

Collapse
 
tboosters profile image
Terence Chow

You can use

chromeOptions.add_argument('--load-extension=' + UNPACKED_EXTENSION_PATH)

for unpacked extensions

Collapse
 
peter279k profile image
peter279k

Thanks, and this issue I've resolved with loading unpacked Chrome extension directly.