public static ImageTarget getImageTarget(LiferaySelenium liferaySelenium, String image)
      throws Exception {

    File file = new File(getPortalRootDirName() + liferaySelenium.getSikuliImagesDirName() + image);

    return new ImageTarget(file);
  }