I went to the chrome selenium drivers download and downloaded the current driver needed (matching the current version of chrome I'm running. I have the old chrome driver deleted and the new one in the folder with all of the other files for shareware. However, when I go to run the shar_war.py using
"python share_war.py -t 10800 -o True -d 1" I get the following error output:
[*] ERROR the selected driver may not be setup correctly.
Ensure you can access it from the command line and
try again.
Message: session not created: This version of ChromeDriver only supports Chrome version 83
I had my chrome upgraded (and the selenium driver) so I no longer run chrome version 83...I'm not sure why it's saying that when I don't have version 83 chrome or the driver for it.
I went to the chrome selenium drivers download and downloaded the current driver needed (matching the current version of chrome I'm running. I have the old chrome driver deleted and the new one in the folder with all of the other files for shareware. However, when I go to run the shar_war.py using "python share_war.py -t 10800 -o True -d 1" I get the following error output:
[*] ERROR the selected driver may not be setup correctly. Ensure you can access it from the command line and try again. Message: session not created: This version of ChromeDriver only supports Chrome version 83
I had my chrome upgraded (and the selenium driver) so I no longer run chrome version 83...I'm not sure why it's saying that when I don't have version 83 chrome or the driver for it.