LEMMA icon indicating copy to clipboard operation
LEMMA copied to clipboard

pyautogui

Open 0112HY opened this issue 11 months ago • 3 comments

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!

0112HY avatar Jan 13 '25 03:01 0112HY

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

fan19-hub avatar Jan 13 '25 05:01 fan19-hub

您好作者,

首先,感谢您开源此项目的代码。我正在研究一个相关主题并引用您的文章。在运行您的代码时,我遇到了一些问题。您能否澄清一下整个代码是否打算在 Linux 上运行?我正在尝试在 Linux 上运行它,但我一直遇到 pyautogui 和 webdriver 的问题。Chrome() 的 Chrome 中。您能否就此提供一些详细的指导?

谢谢!

我在window系统运行也遇到这个问题了。

HKun1998 avatar Mar 14 '25 13:03 HKun1998

您好,请问现在还有问题吗,抱歉之前忙于工作没有及时维护,后面我会经常来查看

fan19-hub avatar Jun 04 '25 17:06 fan19-hub