RobotEyes icon indicating copy to clipboard operation
RobotEyes copied to clipboard

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

Open DGCarramona opened this issue 3 years ago • 0 comments

Since selenium 4.3, find_element_by_*, 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.

DGCarramona avatar Aug 19 '22 05:08 DGCarramona