Open vkulaganathan opened 2 years ago
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:
profile_img_links = driver.find_elements("xpath", "//a[@class='_2ial']")
others include:
image = e.find_element(By.TAG_NAME, "img") link_name = self.driver.find_elements(By.TAG_NAME,'a')
You need to adjust both google.py and facebook.py. After that comes the need to adjust the xpaths.
I get the following error: python3 eagle-eye.py