pyautogui
Hello Author,
First of all, thank you for open-sourcing the code for this project. I am working on a related topic and citing your article. While running your code, I encountered some issues. Could you please clarify if the entire code is intended to run on Linux? I am trying to run it on Linux, but I keep running into problems with pyautogui and webdriver.Chrome(). Could you kindly provide some detailed guidance on this?
Thank you!
Thanks for asking! This code works best on Windows OS. It can work on MacOS or Linux (with the graphic interface) as long as you do not use pyautogui. In other words, you directly provide the image url instead of uploading them. That's because we haven't tested pyautogui on MacOS and Linux.
Additionally, ensure that webdriver.Chrome() functions properly by downloading the correct version of ChromeDriver that matches your Chrome browser version. Replace the chromedriver.exe with the correct one
您好作者,
首先,感谢您开源此项目的代码。我正在研究一个相关主题并引用您的文章。在运行您的代码时,我遇到了一些问题。您能否澄清一下整个代码是否打算在 Linux 上运行?我正在尝试在 Linux 上运行它,但我一直遇到 pyautogui 和 webdriver 的问题。Chrome() 的 Chrome 中。您能否就此提供一些详细的指导?
谢谢!
我在window系统运行也遇到这个问题了。
您好,请问现在还有问题吗,抱歉之前忙于工作没有及时维护,后面我会经常来查看