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: [] class: [Edit] Having the following values for all properties: Title is: <> Class := controltype:= ,<50004> , (0000C354) 345;392;160;18 *** Parent Information top down *** 5: Title is: Class := controltype:= ,<50032> , (0000C370) 0;0;1359;688 "Title:=Intergy - Aegis Sciences Corporation - User Name;controltype:=UIA_WindowControlTypeId;class:=WindowsForms10.Window.8.app.0.1d2098a_r46_ad1"" 4: Title is: <> Class := controltype:= ,<50033> , (0000C371) 8;86;1343;594 "Title:=;controltype:=UIA_PaneControlTypeId;class:=WindowsForms10.Window.8.app.0.1d2098a_r46_ad1"" 3: Title is: Class := controltype:= ,<50033> , (0000C371) 288;174;783;456 "Title:=Edit Patient Information;controltype:=UIA_PaneControlTypeId;class:=ProMainWin"" 2: Title is: <> Class := controltype:= ,<50033> , (0000C371) 291;219;777;408 "Title:=;controltype:=UIA_PaneControlTypeId;class:=ProClientWin"" 1: Title is: <> Class := controltype:= ,<50033> , (0000C371) 291;219;777;408 "Title:=;controltype:=UIA_PaneControlTypeId;class:=ProFrame"" 0: Title is: <> Class := controltype:= ,<50033> , (0000C371) 294;225;673;399 "Title:=;controltype:=UIA_PaneControlTypeId;class:=ProFrame"" ;~ *** Standard code maintainable *** #include "UIAWrappers.au3" AutoItSetOption("MustDeclareVars", 1) _UIA_setVar("oP1","Title:=Intergy - Aegis Sciences Corporation - User Name;controltype:=UIA_WindowControlTypeId;class:=WindowsForms10.Window.8.app.0.1d2098a_r46_ad1") ;Intergy - Aegis Sciences Corporation - User Name _UIA_setVar("oP2","Title:=;controltype:=UIA_PaneControlTypeId;class:=WindowsForms10.Window.8.app.0.1d2098a_r46_ad1") ; _UIA_setVar("oP3","Title:=Edit Patient Information;controltype:=UIA_PaneControlTypeId;class:=ProMainWin") ;Edit Patient Information _UIA_setVar("oP4","Title:=;controltype:=UIA_PaneControlTypeId;class:=ProClientWin") ; _UIA_setVar("oP5","Title:=;controltype:=UIA_PaneControlTypeId;class:=ProFrame") ; _UIA_setVar("oP6","Title:=;controltype:=UIA_PaneControlTypeId;class:=ProFrame") ; _UIA_setVar(".mainwindow","title:=;classname:=Edit") ;~ 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("oP4","highlight") _UIA_Action("oP4","setfocus") ;~_UIA_Action("oP5","highlight") _UIA_Action("oP5","setfocus") ;~_UIA_Action("oP6","highlight") _UIA_Action("oP6","setfocus") _UIA_action(".mainwindow","setfocus") ;~ *** Standard code Flexible*** #include "UIAWrappers.au3" AutoItSetOption("MustDeclareVars", 1) Local $oP5=_UIA_getObjectByFindAll($UIA_oDesktop, "Title:=Intergy - Aegis Sciences Corporation - User Name;controltype:=UIA_WindowControlTypeId;class:=WindowsForms10.Window.8.app.0.1d2098a_r46_ad1", $treescope_children) _UIA_Action($oP5,"setfocus") Local $oP4=_UIA_getObjectByFindAll($oP5, "Title:=;controltype:=UIA_PaneControlTypeId;class:=WindowsForms10.Window.8.app.0.1d2098a_r46_ad1", $treescope_children) _UIA_Action($oP4,"setfocus") Local $oP3=_UIA_getObjectByFindAll($oP4, "Title:=Edit Patient Information;controltype:=UIA_PaneControlTypeId;class:=ProMainWin", $treescope_children) _UIA_Action($oP3,"setfocus") Local $oP2=_UIA_getObjectByFindAll($oP3, "Title:=;controltype:=UIA_PaneControlTypeId;class:=ProClientWin", $treescope_children) _UIA_Action($oP2,"setfocus") Local $oP1=_UIA_getObjectByFindAll($oP2, "Title:=;controltype:=UIA_PaneControlTypeId;class:=ProFrame", $treescope_children) _UIA_Action($oP1,"setfocus") Local $oP0=_UIA_getObjectByFindAll($oP1, "Title:=;controltype:=UIA_PaneControlTypeId;class:=ProFrame", $treescope_children) _UIA_Action($oP0,"setfocus") _UIA_setVar(".mainwindow","title:=;classname:=Edit") _UIA_action(".mainwindow","setfocus") *** Detailed properties of the highlighted element *** UIA_class:= UIA_regexpclass:= UIA_iaccessiblevalue:= <1521 N 1350 W> UIA_iaccessiblechildId:= <0> UIA_id:= <213> UIA_handle:= <658108> UIA_RuntimeId:= <42;658108> UIA_BoundingRectangle:= <345;392;160;18> UIA_ProcessId:= <4828> UIA_ControlType:= <50004> UIA_LocalizedControlType:= UIA_HasKeyboardFocus:= UIA_IsKeyboardFocusable:= UIA_IsEnabled:= UIA_AutomationId:= <213> UIA_ClassName:= UIA_Culture:= <0> UIA_IsControlElement:= UIA_IsContentElement:= UIA_IsPassword:= UIA_NativeWindowHandle:= <658108> 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_ValueValue:= <1521 N 1350 W> 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_LegacyIAccessibleValue:= <1521 N 1350 W> UIA_LegacyIAccessibleRole:= <42> UIA_LegacyIAccessibleState:= <1048580> UIA_IsDataValidForForm:= UIA_ProviderDescription:= <[pid:3176,hwnd:0xA0ABC Main:Nested [pid:4828,hwnd:0xA0ABC Annotation(parent link):Microsoft: Annotation Proxy (unmanaged:uiautomationcore.dll); Main:Microsoft: MSAA Proxy (unmanaged:uiautomationcore.dll)]; Nonclient:Microsoft: Non-Client Proxy (unmanaged:uiautomationcore.dll); Hwnd(parent link):Microsoft: HWND Proxy (unmanaged:uiautomationcore.dll)]> UIA_IsItemContainerPatternAvailable:= UIA_IsVirtualizedItemPatternAvailable:= UIA_IsSynchronizedInputPatternAvailable:=