asweigart / pyautogui

A cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard.
BSD 3-Clause "New" or "Revised" License
10.22k stars 1.24k forks source link

Omissions in Quickstart Screenshot & Locate #846

Open GadgetSteve opened 6 months ago

GadgetSteve commented 6 months ago

The Quick-start page documentation of screenshot does not mention the use of the region parameter.

The section on Locate functions does not have a title and incorrectly states returns None if no matches rather than mentioning ImageNotFoundException as is now the case.