Can the coordinates of the clipping area be a variable, not an integer?

Can you use variables to enter dynamic coordinates?

이미지_20200210_016

refer to this:

thanks.

Thanks to you, I got to know ‘set clipping region’.

Can you tell me about the uielement?

Uielement in layman terms contains the selector as a variable. Your flow will be:

  1. Find element - outputs: uielement variable
  2. Set Clipping region - set the region of the uielement
  3. Click/Type Activities - pass the uielement variable under element property instead of selector.

Find element : Do I have to use this?
I’m only going to use ‘get ocr activity’.

You can try find image if you are dealine with images/ocr. It will return uielement variable too.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.