For several applications I've used, such as Longview Tax, it seems like UI Automation is the only mode I can realistically use (HTML, AA, and surface automation aren't feasible). If this were a website in HTML mode, BP would pick them up instantaneously. However, it seems like it takes fairly long for UIA to recognize my elements. For example, it can take 10-15 seconds for a verified element to pass the wait stage, then another 10-15 seconds to Navigate/click that same element. I've played around with the attributes, and the attributes I'm selecting/deselecting don't seem to speed things up any faster. Is there anything else I could be doing, perhaps beyond the attributes or elsewhere within the application model or object studio, to speed up the process?