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人中0人がこの記事が役に立ったと言っています
コメント
2件のコメント
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.
サインインしてコメントを残してください。