undetected-chromedriver worked; added the following to the header and to call ChromeOptions and the driver.
import undetected_chromedriver as uc options = uc.ChromeOptions() driver = uc.Chrome(options=options)