https://www.autoitscript.com/forum/topic/153520-iuiautomation-ms-framework-automate-chrome-ff-ie/?do=findComment&comment=1156373 At least we have an element title: [Display is 0] class: [] Having the following values for all properties: Title is: ClassClass := <> controltype:= ,<50020> , (0000C364) 146;182;320;76 *** Parent Information top down *** 2: Title is: Class := controltype:= ,<50032> , (0000C370) 138;86;336;540 "Title:=Calculator;controltype:=UIA_WindowControlTypeId;class:=ApplicationFrameWindow"" 1: Title is: Class := controltype:= ,<50032> , (0000C370) 146;86;320;532 "Title:=Calculator;controltype:=UIA_WindowControlTypeId;class:=Windows.UI.Core.CoreWindow"" 0: Title is: <> Class := controltype:= ,<50026> , (0000C36A) 146;121;320;493 "Title:=;controltype:=UIA_GroupControlTypeId;class:=LandmarkTarget"" ;~ *** Standard code maintainable *** #include "UIAWrappers.au3" AutoItSetOption("MustDeclareVars", 1) _UIA_setVar("oP1","Title:=Calculator;controltype:=UIA_WindowControlTypeId;class:=ApplicationFrameWindow") ;Calculator _UIA_setVar("oP2","Title:=Calculator;controltype:=UIA_WindowControlTypeId;class:=Windows.UI.Core.CoreWindow") ;Calculator _UIA_setVar("oP3","Title:=;controltype:=UIA_GroupControlTypeId;class:=LandmarkTarget") ; ;~ $oUIElement=_UIA_getObjectByFindAll("Displayis0.mainwindow", "title:=Display is 0;ControlType:=UIA_TextControlTypeId", $treescope_subtree) _UIA_setVar("oUIElement","Title:=Display is 0;controltype:=UIA_TextControlTypeId;class:=") ;ControlType:=UIA_TextControlTypeId;classname:=") ;~ Actions split away from logical/technical definition above can come from configfiles ;~_UIA_Action("oP1","highlight") _UIA_Action("oP1","setfocus") ;~_UIA_Action("oP2","highlight") _UIA_Action("oP2","setfocus") ;~_UIA_Action("oP3","highlight") _UIA_Action("oP3","setfocus") _UIA_action("oUIElement","highlight") ;~_UIA_action("oUIElement","click") ;~ *** Standard code Flexible*** #include "UIAWrappers.au3" AutoItSetOption("MustDeclareVars", 1) Local $oP2=_UIA_getObjectByFindAll($UIA_oDesktop, "Title:=Calculator;controltype:=UIA_WindowControlTypeId;class:=ApplicationFrameWindow", $treescope_children) _UIA_Action($oP2,"setfocus") Local $oP1=_UIA_getObjectByFindAll($oP2, "Title:=Calculator;controltype:=UIA_WindowControlTypeId;class:=Windows.UI.Core.CoreWindow", $treescope_children) _UIA_Action($oP1,"setfocus") Local $oP0=_UIA_getObjectByFindAll($oP1, "Title:=;controltype:=UIA_GroupControlTypeId;class:=LandmarkTarget", $treescope_children) ;~ First find the object in the parent before you can do something ;~$oUIElement=_UIA_getObjectByFindAll("Displayis0.mainwindow", "title:=Display is 0;ControlType:=UIA_TextControlTypeId", $treescope_subtree) Local $oUIElement=_UIA_getObjectByFindAll($oP0, "title:=Display is 0;ControlType:=UIA_TextControlTypeId", $treescope_subtree) ;~_UIA_action($oUIElement,"highlight") _UIA_action($oUIElement,"click") *** Detailed properties of the highlighted element *** UIA_title:= UIA_text:= UIA_regexptitle:= UIA_iaccessiblechildId:= <0> UIA_id:= UIA_handle:= <0> UIA_RuntimeId:= <42;1904352;4;1> UIA_BoundingRectangle:= <146;182;320;76> UIA_ProcessId:= <2024> UIA_ControlType:= <50020> UIA_LocalizedControlType:= UIA_Name:= UIA_HasKeyboardFocus:= UIA_IsKeyboardFocusable:= UIA_IsEnabled:= UIA_AutomationId:= UIA_ClickablePoint:= <306;220> UIA_Culture:= <1033> UIA_IsControlElement:= UIA_IsContentElement:= UIA_IsPassword:= UIA_NativeWindowHandle:= <0> UIA_IsOffscreen:= UIA_Orientation:= <0> UIA_FrameworkId:= UIA_IsRequiredForForm:= UIA_IsDockPatternAvailable:= UIA_IsExpandCollapsePatternAvailable:= UIA_IsGridItemPatternAvailable:= UIA_IsGridPatternAvailable:= UIA_IsInvokePatternAvailable:= UIA_IsMultipleViewPatternAvailable:= UIA_IsRangeValuePatternAvailable:= UIA_IsScrollPatternAvailable:= UIA_IsScrollItemPatternAvailable:= UIA_IsSelectionItemPatternAvailable:= UIA_IsSelectionPatternAvailable:= UIA_IsTablePatternAvailable:= UIA_IsTableItemPatternAvailable:= UIA_IsTextPatternAvailable:= UIA_IsTogglePatternAvailable:= UIA_IsTransformPatternAvailable:= UIA_IsValuePatternAvailable:= UIA_IsWindowPatternAvailable:= UIA_ValueIsReadOnly:= UIA_RangeValueValue:= <0> UIA_RangeValueIsReadOnly:= UIA_RangeValueMinimum:= <0> UIA_RangeValueMaximum:= <0> UIA_RangeValueLargeChange:= <0> UIA_RangeValueSmallChange:= <0> UIA_ScrollHorizontalScrollPercent:= <0> UIA_ScrollHorizontalViewSize:= <100> UIA_ScrollVerticalScrollPercent:= <0> UIA_ScrollVerticalViewSize:= <100> UIA_ScrollHorizontallyScrollable:= UIA_ScrollVerticallyScrollable:= UIA_SelectionCanSelectMultiple:= UIA_SelectionIsSelectionRequired:= UIA_GridRowCount:= <0> UIA_GridColumnCount:= <0> UIA_GridItemRow:= <0> UIA_GridItemColumn:= <0> UIA_GridItemRowSpan:= <1> UIA_GridItemColumnSpan:= <1> UIA_DockDockPosition:= <5> UIA_ExpandCollapseExpandCollapseState:= <3> UIA_MultipleViewCurrentView:= <0> UIA_WindowCanMaximize:= UIA_WindowCanMinimize:= UIA_WindowWindowVisualState:= <0> UIA_WindowWindowInteractionState:= <0> UIA_WindowIsModal:= UIA_WindowIsTopmost:= UIA_SelectionItemIsSelected:= UIA_TableRowOrColumnMajor:= <2> UIA_ToggleToggleState:= <2> UIA_TransformCanMove:= UIA_TransformCanResize:= UIA_TransformCanRotate:= UIA_IsLegacyIAccessiblePatternAvailable:= UIA_LegacyIAccessibleChildId:= <0> UIA_LegacyIAccessibleName:= UIA_LegacyIAccessibleRole:= <41> UIA_LegacyIAccessibleState:= <1048580> UIA_LegacyIAccessibleDefaultAction:= UIA_IsDataValidForForm:= UIA_ProviderDescription:= <[pid:2024,providerId:0x0 Main(parent link):Unidentified Provider (unmanaged:Windows.UI.Xaml.dll)]> UIA_IsItemContainerPatternAvailable:= UIA_IsVirtualizedItemPatternAvailable:= UIA_IsSynchronizedInputPatternAvailable:=