MarketSquare / webdrivermanager

Python module to facilitate downloading and deploying WebDriver binaries for Chrome, Firefox, Opera & Edge

Home Page:https://pypi.org/project/webdrivermanager/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update and Remove function

bes1002t opened this issue · comments

commented

Two questions:

  1. Is it possible to somehow remove the downloaded driver?
  2. Is it possible to update the downloaded driver without removing it?

Currently I have the same issue as described in #35 , so I try to workaround until a new release is available in pip.

  1. There's no mechanism to remove the downloaded driver. Personally I run things always inside virtually env which can be cleaned up (eg. Removing the downloaded version is side effect)
  2. If you run wdm, previous versions are kept in old location but the new binary should be symlinked (linux/Mac - copyed over on windows) over the previous one.

Btw, sorry for taking time to release the fix. Been too busy at work and I don't really need webdrives there.. but 0.9.0 is now in pypi.

commented

no problem, thanks for clarification :)