Hello,
I want to click on a RadTabItem in my automation, but have no idea how to go about doing this.
I want to click on a RadTabItem in my automation, but have no idea how to go about doing this.
<!--Manufacturer Tab--> <telerik:RadTabItem DropDownContent="Manufacturers" Header="Manufacturers" FontSize="14" Background="Transparent" Padding="20,0,20,0"> <telerik:RadTabItem.Content> . . . . </telerik:RadTabItem.Content> </telerik:RadTabItem>