I am parsing the rows of a tree control, but the parent window's title is variable along the lines of
Local $oP4=_UIA_getObjectByFindAll($oP5, "Title:=List: Items (1);controltype:=UIA_PaneControlTypeId;class:=WindowsForms10.Window.8.app.0.13f082a_r27_ad1", $treescope_children)
the (1) may be anything, I was hoping I could partial match with "Title:=List: Items" but this does not work
Is there a way to get an object based on a partial title match?
Thank you