Creating a manual UiElement

with the find matches I find 5 elements.
I would like to store those locations and create manual UiElements for them.
In debugging the find matches returns this result. Is it possible to create a ‘fake’ UiElement with this string and coordinates?
the found images are always on the same location, so it could speed up the process.

List(5)
{
UiElement
{
ClippingRegion=Region
{
Rectangle=
[{
X=421,Y=1040,Width=108,Height=15
}]
},
Selector=“<wnd app=‘nomacs.exe’ cls=‘Qt5QWindowIcon’ title=‘<variable>’ />”
}
}
(removed 4 items to make it more readable)