robotframework-pageobjectlibrary icon indicating copy to clipboard operation
robotframework-pageobjectlibrary copied to clipboard

fix: use current selenium api

Open TurekBot opened this issue 2 years ago • 1 comments

I tried the demo and it failed saying, "AttributeError: 'WebDriver' object has no attribute 'find_element_by_tag_name'"

It looks like the deprecated find_element_by_* methods have been removed in Selenium 4.3.0.

This commit replaces all the usages of those deprecated methods with their current alternatives.

Refs: https://stackoverflow.com/a/72773269/5432315

TurekBot avatar Mar 30 '23 03:03 TurekBot

We encountered the same issue. Do you know if a new release with this fix will be available soon?

mathilded737 avatar Sep 21 '23 12:09 mathilded737