So, ui.vision has a really handy feature where you can take an image of a portion of the ui, draw a green box around some consistent anchor point, and a pink box around the area that you want to interact with.
An example is a label for a form field, and then clicking on the input box that contains changing / dynamic data.
Is this something that can currently be done with nut? I didn't see anything in the docs.
I don't know if ui.vision does anything more clever than matching on the area in the green box and then calculating an offset using the relative position of the pink box.
https://ui.vision/rpa/docs/xclick
