I\'m having issues with scrolling to the top of the web page when using Python and Selenium.
When the page loads for some reason you are taken to the bottom of the
Please try this:
driver.execute_script("document.querySelector('div[role=dialog] ul').parentNode.scrollTop=1e100")