Definition at line 235 of file Screenshot.py.
◆ __init__()
| def robot.libraries.Screenshot.ScreenshotTaker.__init__ |
( |
|
self, |
|
|
|
module_name = None |
|
) |
| |
◆ __bool__()
| def robot.libraries.Screenshot.ScreenshotTaker.__bool__ |
( |
|
self | ) |
|
◆ __call__()
| def robot.libraries.Screenshot.ScreenshotTaker.__call__ |
( |
|
self, |
|
|
|
path |
|
) |
| |
◆ _call()
| def robot.libraries.Screenshot.ScreenshotTaker._call |
( |
|
self, |
|
|
* |
command |
|
) |
| |
|
private |
◆ _get_default_screenshot_taker()
| def robot.libraries.Screenshot.ScreenshotTaker._get_default_screenshot_taker |
( |
|
self | ) |
|
|
private |
◆ _get_named_screenshot_taker()
| def robot.libraries.Screenshot.ScreenshotTaker._get_named_screenshot_taker |
( |
|
self, |
|
|
|
name |
|
) |
| |
|
private |
◆ _get_screenshot_taker()
| def robot.libraries.Screenshot.ScreenshotTaker._get_screenshot_taker |
( |
|
self, |
|
|
|
module_name = None |
|
) |
| |
|
private |
◆ _gtk_screenshot()
| def robot.libraries.Screenshot.ScreenshotTaker._gtk_screenshot |
( |
|
self, |
|
|
|
path |
|
) |
| |
|
private |
◆ _no_screenshot()
| def robot.libraries.Screenshot.ScreenshotTaker._no_screenshot |
( |
|
self, |
|
|
|
path |
|
) |
| |
|
private |
◆ _osx_screenshot()
| def robot.libraries.Screenshot.ScreenshotTaker._osx_screenshot |
( |
|
self, |
|
|
|
path |
|
) |
| |
|
private |
◆ _pil_screenshot()
| def robot.libraries.Screenshot.ScreenshotTaker._pil_screenshot |
( |
|
self, |
|
|
|
path |
|
) |
| |
|
private |
◆ _scrot()
| def robot.libraries.Screenshot.ScreenshotTaker._scrot |
( |
|
self | ) |
|
|
private |
◆ _scrot_screenshot()
| def robot.libraries.Screenshot.ScreenshotTaker._scrot_screenshot |
( |
|
self, |
|
|
|
path |
|
) |
| |
|
private |
◆ _wx_screenshot()
| def robot.libraries.Screenshot.ScreenshotTaker._wx_screenshot |
( |
|
self, |
|
|
|
path |
|
) |
| |
|
private |
◆ test()
| def robot.libraries.Screenshot.ScreenshotTaker.test |
( |
|
self, |
|
|
|
path = None |
|
) |
| |
◆ _screenshot
| robot.libraries.Screenshot.ScreenshotTaker._screenshot |
|
private |
◆ _wx_app_reference
| robot.libraries.Screenshot.ScreenshotTaker._wx_app_reference |
|
private |
◆ module
| robot.libraries.Screenshot.ScreenshotTaker.module |
◆ _scrot
| robot.libraries.Screenshot.ScreenshotTaker._scrot = property |
|
staticprivate |
The documentation for this class was generated from the following file: