Tell me more ×
Software Quality Assurance & Testing Stack Exchange is a question and answer site for software quality control experts, automation engineers, and software testers. It's 100% free, no registration required.

I am using AutomationElement and UITestControl for programming representation of the UI controls I want to interact with. The problem which I faced with is that in some cases the automation tree is not updated (the visual tree is updated) and my automation test script cannot interact with the particular control.

I am using Inspect to get the automation attributes of the control I want to interact with. I saw that in these cases where the automation tree is not updated but I try to get some control automation properties – Inspect have a mechanism to provoke update of the automation tree.

I am just wondering if anybody knows any mechanism for provoking automation tree update.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.