docker-python-chrome驱动程序带有Chromedriver的Python,用于运行自动化测试快速尝试$ git clone https://github.com/joyzoursky/docker-python-chromedriver.git$ cd docker-python-chromedriver$ docker run -it ...
2301_77787057的博客摘要:使用Selenium时若报错"没有模块",需逐步排查:1)检查Selenium是否安装(pip show selenium/piplist);2)确认Python解释器环境(全局还是Anaconda);3)检查pip和python是否同一环境(where python...