@Deprecated public class ScreenUtil
Legacy compatibility wrapper. Image keywords now use browser viewport
screenshots via ImageLocatorController directly. Desktop-based
methods throw UnsupportedOperationException because the underlying
Sikuli / AWT Robot code has been removed.
ImageLocatorController.waitForImageInViewport() instead.| Constructor and description |
|---|
ScreenUtil
() |
ScreenUtil
(double similarity) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
clickImage(String imagePath) |
|
public List<MatchResult> |
findImages(String imagePath) |
|
public BufferedImage |
getScreenRegionImage() |
|
public double |
getSimilarity() |
|
public boolean |
isImageExist(String imagePath) |
|
public void |
setSimilarity(double similarity) |
|
public void |
type(String string) |
|
public void |
typeOnImage(String imagePath, String text) |
|
public boolean |
waitForImagePresent(String imagePath, int seconds) |