def scroll_down(self): pyautogui.scroll(200) # Scrolls the pyautogui print("SCROLLING") time.sleep(1)