Closed FOSSilizedDaemon closed 3 years ago
It looks like this would give you what you need for ChromeDriver and Selenium: https://gist.github.com/ziadoz/3e8ab7e944d02fe872c3454d17af31a5
For me, I fixed this by getting the Chrome Linux selenium driver and installing the google-chrome-stable
package.
wget --content-disposition https://chromedriver.storage.googleapis.com/93.0.4577.15/chromedriver_linux64.zip
unzip chromedriver_linux64.zip
sudo apt install google-chrome-stable
For me, I fixed this by getting the Chrome Linux selenium driver and installing the
google-chrome-stable
package.wget --content-disposition https://chromedriver.storage.googleapis.com/93.0.4577.15/chromedriver_linux64.zip unzip chromedriver_linux64.zip sudo apt install google-chrome-stable
Let me test this super quick, thank you!
@andria-dev While the install worked the script just says failed over and over again sadly.
No fucking way the site is down LOL
The site is intermittently down and the script probably won't work until we can figure out a way to either bypass reCaptcha or just display the reCaptcha checkbox and wait for it to be clicked/solved every time.
We're good to close this now.
Closing as per @andria-dev 's note.
I keep getting an error:
when I attempt to run this script. I did some searching as I also got an error when I did
from my shell and got a shell equivalent error and it seems this might be caused by the binary not being for x86_64 systems, is this binary only for ARM? If so can you generate an X86_64 binary or provide the steps to do so?
Thank you for your awesome work!