You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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
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!
The text was updated successfully, but these errors were encountered: