Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
407
How to create and identify automation id for Infragitics Web controls using UiSpy automation Tool
posted

Hi Team,

We need you advise in creating and identifying automation IDs for the UltraWebToolbar items

Here is how we use the infragistics controls in our application. We are loading these controls in a frame.

Though we are able to add AutomationID for UltraWebToolbar, the UISpy is not able to detect the element with the automation ID and we didnt find an option for TBarButton.

<add tagPrefix="igtbar" namespace="Infragistics.WebUI.UltraWebToolbar" assembly="Infragistics.WebUI.UltraWebToolbar" />


       <igtbar:UltraWebToolbar ID="uwtbOptionBtns" runat="server" BackgroundImage="" ImageDirectory=""
            ItemWidthDefault="" SkinID="igUltraWebToolbar" OnButtonClicked="uwtbOptionBtns_ButtonClicked">
            <Items>                
                <igtbar:TBarButton Image="/images/tbNew.gif" Key="ADD" >
                </igtbar:TBarButton>
            </Items>
        </igtbar:UltraWebToolbar>

Could you please guide us is there any other way of adding automationID for TBarButton and identify using UISpy Tool.

Please let us know if we can provide any more clear information you need which can help for investigation.

Meanwhile,if we find any further clear information we will post you those updates.

Thanks & Regards,

Rajkumar Uppala.

Parents Reply Children
No Data