About 680 results
Open links in new tab
  1. Use the AutomationID Property - .NET Framework | Microsoft Learn

    Nov 6, 2021 · Review scenarios and sample code that shows how and when to use the AutomationID property to find an element within the UI Automation tree.

  2. Is there a way to set the AutomationID of an object without using …

    How do I set the AutomationID (or AutomationName) like the the XAML in this article does? From this stack overflow article the answer seems to be no, unless I switch the application to a WPF …

  3. docs/docs/framework/ui-automation/use-the-automationid ... - GitHub

    These elements can only be instantiated by reproducing, or "playing back", a specific sequence of UI actions through the use of UI Automation properties such as AutomationID, control patterns, and …

  4. Developer Guide - Finding UIElements by Automation ID

    Sep 11, 2023 · AutomationIds allow specific objects to identified and easily found. An AutomationId can be set with AutomationProperties.SetAutomationId (DependencyObject element, string value). An …

  5. How to set Automation Id for WPF Ribbon control? - Syncfusion

    You can define the automation id for tab headers in WPF Ribbon control by using AutomationId attached property of AutomationProperties. The AutomationId property used to define the unique string and it …

  6. AutomationElement.AutomationElementInformation.AutomationId

    While support of an AutomationId is always recommended for better testability, this property is not mandatory. Where it is supported, an AutomationId is useful for creating test automation scripts that …

  7. Best Practices: Element Identification with ID and AutomationID

    Mar 1, 2011 · As a QA professional, it’s important to get involved with the development team early on in the process. This article will discuss just one of the many benefits

  8. wpf - Difference AutomationProperties.AutomationId

    May 17, 2014 · I tested a WPF application with 2 buttons each with the same .AutomationId within the same tree path, and the .AutomationId is not unique at all. XAML allows me to give them the same …

  9. How to set AutomationID for controls that doesn't provide one in ...

    Feb 8, 2024 · We want to create UI automated tests for our application and while using Inspect tool to see the AutomationID of the controls in the application tree, we see that some controls doesn't have …

  10. AutomationProperties.AutomationId Attached Property …

    Although support for AutomationId is always recommended for better automated testing support, this property is not mandatory. Where it is supported, AutomationId is useful for creating a test …