Robot Framework Integrated Development Environment (RIDE)
robotide.lib.robot.libraries.Screenshot Namespace Reference

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
 

Variable Documentation

◆ gdk

robotide.lib.robot.libraries.Screenshot.gdk = None

Definition at line 39 of file Screenshot.py.

◆ ImageGrab

robotide.lib.robot.libraries.Screenshot.ImageGrab = None

Definition at line 43 of file Screenshot.py.

◆ module

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.

◆ path

string robotide.lib.robot.libraries.Screenshot.path = 'test' else None

Definition at line 389 of file Screenshot.py.

◆ wx

robotide.lib.robot.libraries.Screenshot.wx = None

Definition at line 35 of file Screenshot.py.