Upgrade from Selenium 4.2.0 to 4.3.0 and adjust all calls to WebDriver.find_element_by_XXX calls.
Background
Selenium 4.3.0 changes the API for finding an element on the page. This changes causes numerous existing tests that worked in 4.2.0 to fail in 4.3.0.
Fix
Reference
https://pythoninoffice.com/fixing-attributeerror-webdriver-object-has-no-attribute-find_element_by_xpath/