webdrivermanager icon indicating copy to clipboard operation
webdrivermanager copied to clipboard

Make tqdm optional if manager is used as a python module.

Open rasjani opened this issue 7 years ago • 0 comments

If people use webdrivermanager as a python module, it would be nicer to let them decide if tqdm output can be disable in order to not mess up their console output.

Update: apparently i just didnt read the code carefully enough - it is a possibility already but there's a hard requirement for tqdm still present which is not nice from my perspective - might consider this to be pip install time extra feature ..

rasjani avatar Oct 28 '18 11:10 rasjani