googleid_116641
13 years agoOccasional Contributor
Regions.FindRegion
Hello
I am trying to use Regions.FindRegion to verify whether a particular checkbox is checked or not .
I had stored the checked picture of the checkbox through region checkpoint
I am getting this error , when trying to execute
"Cannot get a picture object from the input parameter"
I am using this script
if(Regions.FindRegion(Aliases.window.panel.Picture(),Regions.Checkbox) !=null)
Log.Message("Found");
else
Log.Message("Not Found");
Thanks in advance
I am trying to use Regions.FindRegion to verify whether a particular checkbox is checked or not .
I had stored the checked picture of the checkbox through region checkpoint
I am getting this error , when trying to execute
"Cannot get a picture object from the input parameter"
I am using this script
if(Regions.FindRegion(Aliases.window.panel.Picture(),Regions.Checkbox) !=null)
Log.Message("Found");
else
Log.Message("Not Found");
Thanks in advance