krtek4 / MultiPass

Automatically login to Basic Authentication using data based on URL regexp.
http://gilles.crettenand.info/MultiPass
Do What The F*ck You Want To Public License
87 stars 22 forks source link

Extension get removed after working with Chromedriver #104

Closed iRaghothaman closed 4 months ago

iRaghothaman commented 4 months ago

On performing any automated test with Chromedriver session, once its completed. on initiating new session with chrome the extension is removed. Had to manually add the extension again, but although the saved credentials are cached.

Browser : Google Chrome Version : 124.0.+ Operating system : Mac Version : Sonoma 14.4

krtek4 commented 4 months ago

I am not familiar with ChromeDriver at all, but after a quick search, it seems that extensions need to be added specifically to it (see https://stackoverflow.com/questions/16531479/extensions-installed-on-chrome-browser-missing-when-chrome-browser-instance-is-o for example).

Anyhow, I don't think this is an issue with the extension itself but rather with ChromeDriver.

Closing this for now, if you have any suspicion that it's Multipass itself that removes itself, please reopen with more context.