Hi,
can anyone tell me how to capture checkboxes square shaped checkmark and round shaped checkmark in flexilayout.
Thanks if any one can answer.
Hi,
can anyone tell me how to capture checkboxes square shaped checkmark and round shaped checkmark in flexilayout.
Thanks if any one can answer.
0 out of 0 found this helpful
Comments
2 comments
Hello,
You can use the custom recognition script for the checkmark, for example:
if (FieldRegion.Picture.AnalyzePageObjects(null).BlacknessPercentage > 1){
Result.Value = true;
}
Do I need to write this in admin station and .net script? can you guide me more and how to implement. I want checkbox to detect tickmark and without tickmark.
Please sign in to leave a comment.