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