I am trying to click a button using Selenium and Python. The very root of this problem that I need to understand is that when Selenium launches the Chrome window the button that I want to click does nothing when clicked. Like if I physically click the button with my mouse nothing happens. It seems to be the only element on the page functioning this way. I can click around other elements on the page and those react just fine. It's almost as if the button becomes "dead" when the browser is opened with Selenium. Note that the button works fine if I navigate to the site in a Chrome browser NOT launched by Selenium.
I also followed the answer here in case the site was somehow detecting Selenium and killing the button due to using Selenium: Can a website detect when you are using selenium with chromedriver? I've also tried my code on half a dozen other sites and I can click buttons just fine.
Anyone ever seen this before? If so, any solution or am I dead like that button is?