我想使用 python、selenium 和 chromedriver 将左侧导航栏(显示作业列表)滚动到底部。我尝试使用:
_driver.execute_script("window.scrollTo(0, document.body.scrollHeight);")
Run Code Online (Sandbox Code Playgroud)
但什么也没发生。我是网络自动化的新手,如果您需要任何东西,请告诉我。
PS页面来源

python selenium automation google-chrome selenium-chromedriver