-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
258a563
commit 3c65703
Showing
5 changed files
with
67 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
====================== | ||
ScreenCapLibrary 1.1.0 | ||
====================== | ||
|
||
|
||
.. default-role:: code | ||
|
||
|
||
ScreenCapLibrary_ is a `Robot Framework`_ test library for taking screenshots. | ||
ScreencapLibrary 1.1.0 is a new release adding PyGTK screenshot module, to be | ||
able to take screenshots when using a virtual display like VNC (`#1`_). | ||
|
||
If you have pip_ installed, just run | ||
|
||
:: | ||
|
||
pip install robotframework-screencaplibrary | ||
|
||
to install the latest release or use | ||
|
||
:: | ||
|
||
pip install robotframework-screencaplibrary==1.1.0 | ||
|
||
to install exactly this version. Alternatively you can download the source | ||
distribution from PyPI_ and install it manually. | ||
|
||
ScreenCapLibrary 1.1.0 was released on Tuesday September 11, 2018. | ||
|
||
.. _Robot Framework: http://robotframework.org | ||
.. _screencaplibrary: https://github.com/mihaiparvu/screencaplibrary | ||
.. _Screenshot: http://robotframework.org/robotframework/latest/libraries/Screenshot.html | ||
.. _pip: http://pip-installer.org | ||
.. _PyPI: https://pypi.python.org/pypi/robotframework-screencaplibrary | ||
.. _issue tracker: https://github.com/robotframework/screencaplibrary/issues | ||
.. _#1: https://github.com/mihaiparvu/ScreenCapLibrary/issues/1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.