robocorp / rpaframework

Collection of open-source libraries and tools for Robotic Process Automation (RPA), designed to be used with both Robot Framework and Python
https://www.rpaframework.org/
Apache License 2.0
1.17k stars 225 forks source link

Support multiple monitors for screenshots and template matching #39

Closed osrjv closed 3 years ago

osrjv commented 4 years ago

Currently PIL / pyscreenshot only captures the active monitor, which limits the usability of template matching in multi-monitor environments. RPA.Images should be improved to capture images from all available display devices, and the resulting coordinates should map correctly with RPA.Desktop.Windows.

osrjv commented 3 years ago

This is now included in the new RPA.Desktop library.