Commit 58d85f6
committed
Fix missing SetIdentifierFromFlutterUpdate call in ConvertFlutterUpdate
The identifier field was added to FlutterSemanticsNode2 and
SetIdentifierFromFlutterUpdate() was implemented in the 3.41.4 sync,
but the method was never called in ConvertFlutterUpdate(), causing
the identifier to be silently ignored when building the AX tree.
This is used for UI testing with tools like UI Automator, XCUITest,
and Appium that query the native accessibility hierarchy.1 parent 3a3fba3 commit 58d85f6
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
| 295 | + | |
295 | 296 | | |
296 | 297 | | |
297 | 298 | | |
| |||
0 commit comments