Microsoft-Rewards-Farmer
Microsoft-Rewards-Farmer copied to clipboard
[BUG] AttributeError: 'WebDriver' object has no attribute 'find_element_by_name'
[LOGIN] Logging-in...
[LOGIN] Writing email...
Traceback (most recent call last):
File "C:\Users\david\Desktop\Microsoft-Rewards-Farmer-master\ms_rewards_farmer.py", line 773, in
Some fix?
This got fixed in the last commit, pull the latest changes and check if the problem still arises.
After doing that it worked for a few days then stopped working again showing the same error.
After doing that it worked for a few days then stopped working again showing the same error.
Someone fixed the bug you are having. It's already merged into source; the creator just need to re-release the update. Selenium depreciated the attribute "find_element_by_*"
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