Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyautogui #5

Open
endJavalll opened this issue Jan 13, 2025 · 1 comment
Open

pyautogui #5

endJavalll opened this issue Jan 13, 2025 · 1 comment

Comments

@endJavalll
Copy link

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!

@fan19-hub
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants