ThoughtfulDev / EagleEye

Stalk your Friends. Find their Instagram, FB and Twitter Profiles using Image Recognition and Reverse Image Search.
Do What The F*ck You Want To Public License
4.14k stars 561 forks source link

find_element_by_tag_name is deprecated. [facebook grabber] #148

Open AdeebG9 opened 2 years ago

AdeebG9 commented 2 years ago

UserWarning: find_element_by_tag_name is deprecated. Please use find_element(by=By.TAG_NAME, value=name) instead

ThoughtfulDev commented 2 years ago

Which python version are you using? Im not getting that on MacM1 with py3.9

urlan commented 2 months ago

This problem is related to Selenium version.