Classes | |
| class | Screenshot |
| Test library for taking screenshots on the machine where tests are run. More... | |
| class | ScreenshotTaker |
Variables | |
| gdk = None | |
| ImageGrab = None | |
| int | module = sys.argv[2] if len(sys.argv) > 2 else None |
| string | path = 'test' else None |
| wx = None | |
| robotide.lib.robot.libraries.Screenshot.gdk = None |
Definition at line 39 of file Screenshot.py.
| robotide.lib.robot.libraries.Screenshot.ImageGrab = None |
Definition at line 43 of file Screenshot.py.
| int robotide.lib.robot.libraries.Screenshot.module = sys.argv[2] if len(sys.argv) > 2 else None |
Definition at line 390 of file Screenshot.py.
| string robotide.lib.robot.libraries.Screenshot.path = 'test' else None |
Definition at line 389 of file Screenshot.py.
| robotide.lib.robot.libraries.Screenshot.wx = None |
Definition at line 35 of file Screenshot.py.