📜  左键单击 pyautogui - Python 代码示例

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

代码示例2
import pyautogui # pip install pyautogui

# simulate a left-click with the mouse (at the current mouse position)
pyautogui.click(button='left')