You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to wpf-di...@googlegroups.com
This is probably directed more towards John/Jaime but anyone is welcome to chime in. Is there any documentation or information on how the coded ui tests work from a control development perspective? Specifically I'm trying to figure out how the coded ui tests determines to what ancestor peer a given peer should be scoped - i.e. what to use as the searchLimitContainer for a given item when creating the UITestControl. So if for example I click on an element within an item in my control, the automation id of that element is really scoped to the containing item and therefore I want the coded ui test to search for that item within my control's peers and then search for the target element within that item.