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: [Google Chrome] class: [] Having the following values for all properties: Title is: Class := <> controltype:= ,<50025> , (0000C369) 2399;124;1354;820 *** Parent Information top down *** 0: Title is: Class := controltype:= ,<50032> , (0000C370) 2394;124;1364;825 "Title:=Outpatient Clinic Attendance;controltype:=UIA_WindowControlTypeId;class:=Chrome_WidgetWin_1"" ;~ *** Standard code maintainable *** #include "UIAWrappers.au3" AutoItSetOption("MustDeclareVars", 1) _UIA_setVar("oP1","Title:=Outpatient Clinic Attendance;controltype:=UIA_WindowControlTypeId;class:=Chrome_WidgetWin_1") ;Outpatient Clinic Attendance ;~ $oUIElement=_UIA_getObjectByFindAll("GoogleChrome.mainwindow", "title:=Google Chrome;ControlType:=UIA_CustomControlTypeId", $treescope_subtree) _UIA_setVar("oUIElement","Title:=Google Chrome;controltype:=UIA_CustomControlTypeId;class:=") ;ControlType:=UIA_CustomControlTypeId;classname:=") ;~ Actions split away from logical/technical definition above can come from configfiles ;~_UIA_Action("oP1","highlight") _UIA_Action("oP1","setfocus") _UIA_action("oUIElement","highlight") ;~_UIA_action("oUIElement","click") ;~ *** Standard code Flexible*** #include "UIAWrappers.au3" AutoItSetOption("MustDeclareVars", 1) Local $oP0=_UIA_getObjectByFindAll($UIA_oDesktop, "Title:=Outpatient Clinic Attendance;controltype:=UIA_WindowControlTypeId;class:=Chrome_WidgetWin_1", $treescope_children) _UIA_Action($oP0,"setfocus") ;~ First find the object in the parent before you can do something ;~$oUIElement=_UIA_getObjectByFindAll("GoogleChrome.mainwindow", "title:=Google Chrome;ControlType:=UIA_CustomControlTypeId", $treescope_subtree) Local $oUIElement=_UIA_getObjectByFindAll($oP0, "title:=Google Chrome;ControlType:=UIA_CustomControlTypeId", $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_handle:= <0> UIA_BoundingRectangle:= <2399;124;1354;820> UIA_ProcessId:= <5680> UIA_ControlType:= <50025> UIA_Name:= UIA_HasKeyboardFocus:= UIA_IsKeyboardFocusable:= UIA_IsEnabled:= UIA_Culture:= <0> UIA_IsControlElement:= UIA_IsContentElement:= UIA_IsPassword:= UIA_NativeWindowHandle:= <0> UIA_IsOffscreen:= UIA_Orientation:= <0> 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:= <10> UIA_LegacyIAccessibleState:= <0> UIA_IsDataValidForForm:= UIA_ProviderDescription:= <[pid:5680,hwnd:0x0 Main(parent link):Microsoft: MSAA Proxy (unmanaged:uiautomationcore.dll)]> UIA_IsItemContainerPatternAvailable:= UIA_IsVirtualizedItemPatternAvailable:= UIA_IsSynchronizedInputPatternAvailable:=