Hi Ziva,
By default, Flutter application elements are not accessible to automation tools because accessibility is disabled. As a result, Sahi Pro cannot identify or interact with Flutter UI elements unless accessibility is explicitly enabled.
To allow Sahi Pro to recognize Flutter elements, you must first enable accessibility within the Flutter app. Execute the following Sahi step on the Flutter page:
_click(_fltPlaceholder("/Enable/"));
This action enables Flutter’s accessibility layer.
Once accessibility is enabled:
Flutter elements become visible to Sahi Pro.
You can inspect elements using Sahi.
Elements can be identified and automated just like standard web elements (buttons, text fields, links, etc.).