首页
编程
java
php
前端
首页
编程
java
php
前端
Python脚本和WebDriver打包成exe的问题
如何将Python脚本和webdriver一起打包成exe文件到第三方电脑上可以使用
参考这个
Make Python & Selenium program executable (.exe) (How to include webdriver in .exe) | ZA-Coding
Make a program created with Python & Selenium into an executable format (.exe).In particular, this time we will make one exe file.It is easy to use PyInstaller, but as it is, WebDriver (in this article, chromedriver.exe) is not included in the exe. The fact that it is not included in the exe means that when you distribute the executable file, you must also distribute the WebDriver. I didn’t like this, so I investigated how to put it in an exe.
https://www.zacoding.com/en/post/python-selenium-to-exe/
请看👉 :
python 重新使用一个Webdriver的解决方法
点击展开全文