Get scroll height of the page last_height = driver.execute_script("return document.body.scrollHeight") while True: # Scroll down to bottom ...
確定! 回上一頁