Skip to content

Commit 6440bd9

Browse files
authored
Merge pull request #3900 from syncfusion-content/ImageCorrections
Image correction on AutomationID UG
2 parents 0b7b22f + 54f6b7e commit 6440bd9

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed
-246 Bytes
Loading
916 Bytes
Loading

MAUI/Masked-Entry/Basic-Features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ public class CommandDemoViewModel
491491

492492
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-
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.
494+
For example, if the SfMaskedEntry’s `AutomationId` is set to “Employee MaskedEntry,” the editable entry can be targeted as “Employee MaskedEntry Entry” and the clear button as “Employee MaskedEntry Clear Button.” This focused support improves accessibility and automated UI testing by providing stable, predictable identifiers for the primary interactive elements.
495495

496496
The following screenshot illustrates the AutomationIds of inner elements.
497497

65 Bytes
Loading

MAUI/NumericEntry/Basic-Features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ public class CommandDemoViewModel
425425

426426
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.” This focused support improves accessibility and automated UI testing by providing stable, predictable identifiers for the primary interactive elements.
428+
For example, if the SfNumericEntry’s `AutomationId` is set to “Employee NumericEntry,” the editable entry can be targeted as “Employee NumericEntry Entry” and the clear button as “Employee NumericEntry Clear Button.” This focused support improves accessibility and automated UI testing by providing stable, predictable identifiers for the primary interactive elements.
429429

430430
The following screenshot illustrates the AutomationIds of inner elements.
431431

-483 Bytes
Loading

0 commit comments

Comments
 (0)