Scenario: Testing the clip_read and clip_write methods
Given awinGUIclient
When theclip_writemethodiscalledtostorethetext"Thereisalightthatnevergoesout"
Then whentheclip_readmethodiscalled,itmustreturnthesametext
Scenario: Testing the screen_scale and screen_size methods
Given awinGUIclient
When thescreen_scalemethodiscalled
And thescreen_sizemethodisalsocalled
Then thereturnsofbothmustbeequal
# Please note that most of the other screen methods use image recognition and, because of that, it is not possible to test them on every computer, since there is no way to know wich images are being displayed on the screen.