Skip to content

Commit a6120be

Browse files
authored
Merge pull request #3880 from syncfusion-content/ToolsAutomationIDUG_Dev
Tools AutomationID UG content modification
2 parents f86fefb + ce2e138 commit a6120be

File tree

7 files changed

+7
-11
lines changed

7 files changed

+7
-11
lines changed
-611 Bytes
Loading
-346 Bytes
Loading

MAUI/ComboBox/UI-Customization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1752,9 +1752,9 @@ public SocialMediaViewModel
17521752

17531753
## Automation ID
17541754

1755-
Support for `AutomationId` has been added to the [SfComboBox](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Inputs.SfComboBox.html) control, allowing UI automation frameworks to reliably target the `editable entry`, `the clear button`, and `the dropdown button`. Each element’s AutomationId is derived from the control’s AutomationId to ensure uniqueness across your application.
1755+
The [SfComboBox](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Inputs.SfComboBox.html) control provides `AutomationId` support for the `editable entry`, the `clear button`, and the `dropdown button`, enabling UI automation frameworks to reliably target these primary elements. Each element’s AutomationId is derived from the control’s AutomationId to ensure uniqueness.
17561756

1757-
For example, if the SfComboBox’s `AutomationId` is set to “Employee ComboBox,” the editable entry can be targeted as “Employee ComboBox Entry,” the clear button as “Employee ComboBox Clear Button,” and the dropdown button as “Employee ComboBox Dropdown Button.” This focused support provides stable, predictable identifiers for the primary interactive elements, improving accessibility and automated UI testing
1757+
For example, if the SfComboBox’s `AutomationId` is set to “Employee ComboBox,” the editable entry can be targeted as “Employee ComboBox Entry,” the clear button as “Employee ComboBox Clear Button,” and the dropdown button as “Employee ComboBox Dropdown Button.” This focused support improves accessibility and automated UI testing by providing stable, predictable identifiers for the primary interactive elements. The following screenshot illustrates the AutomationIds of inner elements.
17581758

17591759
The following screenshot illustrates the AutomationIds of inner elements.
17601760

MAUI/Masked-Entry/Basic-Features.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -489,12 +489,10 @@ public class CommandDemoViewModel
489489

490490
## Automation ID
491491

492-
Support for `AutomationId` has been added to the [SfMaskedEntry](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Inputs.SfMaskedEntry.html) control, enabling UI automation frameworks to reliably target the `editable entry` and the `clear button`.
492+
The [SfMaskedEntry](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Inputs.SfMaskedEntry.html) control provides `AutomationId` support specifically for the `editable entry` and the `clear button`, enabling UI automation frameworks to reliably target these two elements. Each element’s AutomationId is derived from the control’s AutomationId to ensure uniqueness.
493493

494-
Each element’s `AutomationId` is derived from the control’s AutomationId to ensure uniqueness. For example, if the SfMaskedEntry’s AutomationId is set to “Employee Masked Entry,” the editable entry can be targeted as “Employee Masked Entry Entry” and the clear button as “Employee Masked Entry Clear Button.”
495-
496-
This focused support provides stable, predictable identifiers for the primary interactive elements, improving accessibility and automated UI testing.
494+
For example, if the SfMaskedEntry’s `AutomationId` is set to “Employee Masked Entry,” the editable entry can be targeted as “Employee Masked Entry Entry” and the clear button as “Employee Masked Entry Clear Button.” This focused support improves accessibility and automated UI testing by providing stable, predictable identifiers for the primary interactive elements.
497495

498-
The following screenshot illustrates the AutomationIds of inner elements.
496+
The following screenshot illustrates the AutomationIds of inner elements.
499497

500498
![.NET MAUI MaskedEntry AutomationId Image demonstration](MaskedEntry_Images/MakedEntry_AutomationID.png)
210 Bytes
Loading

MAUI/NumericEntry/Basic-Features.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -423,11 +423,9 @@ public class CommandDemoViewModel
423423

424424
## Automation ID
425425

426-
Support for `AutomationId` has been added to the [SfNumericEntry](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Inputs.SfNumericEntry.html) control, enabling UI automation frameworks to reliably target the `editable entry` and the `clear button`. Each element’s AutomationId is derived from the control’s AutomationId to ensure uniqueness.
426+
The [SfNumericEntry](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Inputs.SfNumericEntry.html) control provides `AutomationId` support specifically for the `editable entry` and the `clear button`, enabling UI automation frameworks to reliably target these two elements. Each element’s AutomationId is derived from the control’s AutomationId to ensure uniqueness.
427427

428-
For example, if the SfNumericEntry’s `AutomationId` is set to “Employee Numeric Entry,” the editable entry can be targeted as “Employee Numeric Entry Entry” and the clear button as “Employee Numeric Entry Clear Button.”
429-
430-
This focused support provides stable, predictable identifiers for the primary interactive elements, improving accessibility and automated UI testing.
428+
For example, if the SfNumericEntry’s `AutomationId` is set to “Employee Numeric Entry,” the editable entry can be targeted as “Employee Numeric Entry Entry” and the clear button as “Employee Numeric Entry Clear Button.” This focused support improves accessibility and automated UI testing by providing stable, predictable identifiers for the primary interactive elements.
431429

432430
The following screenshot illustrates the AutomationIds of inner elements.
433431

-7.13 KB
Loading

0 commit comments

Comments
 (0)