Selenium webdriver automatically installs chrome application

My problem is very specific. I want to run chrome from selenium with a specific application installed in it. I know that we can load extensions into the chrome driver, as described here . I tried to use the same code for the unpacked application, however it gives an error: the extension manifest file could not be downloaded, is missing or unreadable

+4
source share

All Articles