Skip to content

Commit

Permalink
semantics.dart: update comment about identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Nov 27, 2023
1 parent 15b7410 commit f760cfa
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions lib/ui/semantics.dart
Original file line number Diff line number Diff line change
Expand Up @@ -730,8 +730,9 @@ abstract class SemanticsUpdateBuilder {
/// [PlatformDispatcher.onSemanticsActionEvent] callback might be called with
/// an action that is no longer possible.
///
/// The `identifier` is a string that describes the node for UI automation.
/// It's not exposed to users.
/// The `identifier` is a string that describes the node for UI automation
/// tools that work by querying the accessibility hierarchy, such as Android
/// UI Automator, iOS XCUITest, or Appium. It's not exposed to users.
///
/// The `label` is a string that describes this node. The `value` property
/// describes the current value of the node as a string. The `increasedValue`
Expand Down Expand Up @@ -1068,8 +1069,9 @@ abstract class SemanticsUpdateBuilderNew {
/// [PlatformDispatcher.onSemanticsActionEvent] callback might be called with
/// an action that is no longer possible.
///
/// The `identifier` is a string that describes the node for UI automation.
/// It's not exposed to users.
/// The `identifier` is a string that describes the node for UI automation
/// tools that work by querying the accessibility hierarchy, such as Android
/// UI Automator, iOS XCUITest, or Appium. It's not exposed to users.
///
/// The `label` is a string that describes this node. The `value` property
/// describes the current value of the node as a string. The `increasedValue`
Expand Down

0 comments on commit f760cfa

Please sign in to comment.