Title pretty much. I click on a button using Selenium that loads in some text that I'm trying to scrape, and when I inspect element, I'm able to find what I'm looking for. However, no matter how long I wait, dumping .page_source or doing driver.execute_script("return document.documentElement.outerHTML") (as suggested here and here) does not reflect the changes to the HTML.