Skip to content

Latest commit

 

History

History
82 lines (58 loc) · 2.16 KB

ScreenCapLibrary-1.5.0.rst

File metadata and controls

82 lines (58 loc) · 2.16 KB

ScreenCapLibrary 1.5.0

ScreenCapLibrary is a Robot Framework test library for taking screenshots on the machine where tests are run. ScreenCapLibrary 1.5.0 is a new release with support for pausing and resuming video captures, displaying cursor and several enhancements and bug fixes. All issues targeted for ScreenCapLibrary v1.5.0 can be found from the issue tracker.

If you have pip installed, just run

pip install --pre --upgrade robotframework-screencaplibrary

to install the latest release or use

pip install robotframework-screencaplibrary==1.5.0

to install exactly this version. Alternatively you can download the source distribution from PyPI and install it manually.

ScreenCapLibrary 1.5.0 was released on Thursday December 17, 2020.

Thank you for your great contribution:

  • @davesliu: Display mouse cursor during the video recording (#50, rc 1)
ID Type Priority Summary Added
#50 enhancement medium Display mouse cursor during the video recording rc 1
#56 bug medium redundant embedded snapshot when using take_partial_screenshot rc 1
#63 enhancement medium Add Pause/Resume keywords rc 1

Altogether 3 issues. View on the issue tracker.