You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "eagle-eye.py", line 229, in <module>
main(skipFB=args.skipfb, FBUrls=[], jsonRep=jsonRepFile, dockerMode=aDocker, dockerName=aName)
File "eagle-eye.py", line 99, in main
f.grabData()
File "/EagleEye/EagleEye/grabber/facebook.py", line 25, in grabData
profile_img_links = driver.find_elements_by_xpath("//a[@class='_2ial']")
AttributeError: 'WebDriver' object has no attribute 'find_elements_by_xpath'
The text was updated successfully, but these errors were encountered:
I had the same problem, but to be clear I tried to install EagleEye on Ubuntu 22.10 with webdriver-manager==3.8.4.
The functions of this API have changed, it is now find_element() and its plural find_elements() and they both need arguments. In your case it would become:
I get the following error: python3 eagle-eye.py
The text was updated successfully, but these errors were encountered: