背景

使用pycharm实现chrome自动化,报错

1
ModuleNotFoundError: No module named 'webdriver_manager'

查找包也没有找到

解决方案

原来这个包是webdriver-manager
安装后即可。