jessezach / RobotEyes

Image comparison for Robot Framework
MIT License
73 stars 24 forks source link

faet: for selenium webdriver, use find_element with selector type at first argument #98

Closed DGCarramona closed 1 year ago

DGCarramona commented 2 years ago

Since selenium 4.3, find_elementby*, which where deprecated since selenium 4, are removed. This was blocking me to update my robotframework project with last selenium library, so providing this pull request to share, in case others have same issue.