selenium,Python3滚动到页面底部的几种解决方案
在用selenium获取页面时,很多时候需要将滚动条拖到页面底部,下面总结了几种方法.目录location_once_scrolled_into_view ActionChains js方法scrollIntoView js方法scrollBy send_keys(Keys.END)模拟向页面发送空格键 页面为ajax动态加载location_once_scro...