コミュニティ

Extract Checkmark field from forms

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件のコメント

  • Avatar
    Permanently deleted user

    Hello,

    You can use the custom recognition script for the checkmark, for example:

    if (FieldRegion.Picture.AnalyzePageObjects(null).BlacknessPercentage > 1){

       Result.Value = true;

    }

    0
  • Avatar
    Samir Waikar

     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.

    0

サインインしてコメントを残してください。