Louis Cardot
@lcardot
I am trying to see if I can use webdriver through selenium headless with repl.it. I believe I have chromedriver.exe correctly applied in this setting
Python
sethbowers97 How were you able to get chromedriver working correctly in your repl? I've tried simply importing from a folder that I downloaded to my desktop, but I keep getting an Error [13] permission denied error.2 years ago
OldWizard209 I guess you are following the Udemy Python course??
If that is the case, I would recommend using OyCharms instead of repl.it and also ask a question in Udemy rather than here because they answer much explicitly...
But... Hold ON
If u are not using Udemy, here is the problem:
You should have a path like:
/file1/file2/file3/chromedriver.exe if u r in windows or
/file1/file2/file3/chromedriver if u r in mac
To ge to now the path, just right click r=the driver and do copy path. Paste it into the 2 years ago
SixBeeps According to the error, you don't have the chromedriver executable in the PATH. See here.2 years ago
I am trying to get my repl file to load a server and stay up, but I keep getting this error message and tons of errors in the console. My code will st
ErrorNoInternet Servers on REPL will continue to run for an hour before automatically shutting down. If someone has been visiting your server/website, then it will have another 1 hour cool down before shutting down. I recommend you to use a service like UptimeRobot that can continuously ping your server so that way it says up.2 years ago