Summary:
After migrating the application from the Xamarin to .NET MAUI with SyncFusion buttons (SfButton) i am unable to get the button text on the Appium inspector.
The text attribute is showing blank on the Appium inspector although the button text is present.
driver.getPagSource() is also returning text= “” for the button.
This happens for both Android and iOS versions of the application.
In the Xamarin version of the application I was able to get the button text on the Appium inspector.
Please note that button text and AutomationId has been set by the application developer.
Steps to Reproduce:
- Launch the application
- Inspect the Login button using the Appium inspector
- Observe that the text attribute does not have a value
Environment Details:
Appium Version (java) - 9.30
Appium Sever version - 2.11.3
Appium Inspector version - 2024.6.1
XCUITest-driver version - 7.24.16
UIAutomator-driver version - 3.7.7
Android device - Samsung Galaxy Tab A9 (Android 14)
iOS device - iPad mini 6th Generation (iOS 16.4)