Microsoft-Rewards-Farmer
Microsoft-Rewards-Farmer copied to clipboard
[BUG] 'find_element_by_name'
Traceback (most recent call last):
File "C:\Users\User\Downloads\Microsoft-Rewards-Farmer-master\Microsoft-Rewards-Farmer-master\ms_rewards_farmer.py", line 773, in
You're using the wrong version of the web driver.
Try selenium 3.14.1 and also ensure you're using the appropriate chrome version for whatever you have downloaded on your PC
Also maybe try to pull updated project if you haven't done that in awhile?
You must have downloaded the GitHub release, you need to clone the latest instead. (for some reason the "release" uses find_element_by_name
which no longer exists)
You must have downloaded the GitHub release, you need to clone the latest instead. (for some reason the "release" uses
find_element_by_name
which no longer exists)
can you please tell how do i clone the latest release
here you go: go to requirements.txt replace selenium with selenium==3.14.1 then do "pip uninstall -r requirements.txt" after everything uninstalls then do "pip install -r requirements.txt"
Fixed with v3.0 #188