📜  如何使用 pyautogui 向下滚动网站 - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:58.929000             🧑  作者: Mango

代码示例1
import pyautogui as gui
import time

time.sleep(5) #during the 5 secs move your cursor to the website you want to scroll
gui.scroll(any number)