Skip to content

Switch to newer methods of finding elements

Edmund Smith requested to merge wip/eds/fix_selenium into main

In Selenium 4.3.0, the find_element_by_* family of methods, which had been deprecated, were removed. The preferred form (now, the only form) is find_element(key, value).

Merge request reports