@Given("^system cuts image from screenshot$")
 public void system_cuts_image_from_screenshot() throws IOException {
   df.cutRequiredImage();
 }