Hello,
I'm trying to use imageExists function and getting the error below.
![]()
I'm getting the error on this code part. What could be the problem? Thank you...
for (int i=0;i<10;i++){
if(desktop.imageExists("aktifGorevlendirmeler.imageasset"))
{
System.out.println("FOUND IT"+rolAdi);
break;
}
.
.
.
}
![]()