Selenium with Chromedriver not successfully loading new page – Html
I'm learning how to use Selenium with Python, and as a simple exercise I'm trying to click a button on a page. I've successfully located the button and clicked it, and I see the button physically get clicked, and the…