-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Element properties and values are not loading Appropriately [Bug] #15446
Comments
I can verify this after the latest update(5.0.0.2478) automation ids mapped to content-desc "vanish" . Example:
|
Pretty sure it comes from the change in #15436 |
@SiNeumann I am using Appium and exactly for the first time, elements will load and it is getting disappear after the second time. Not really sure why. I think it is a bug from the xamarin forms Nuget package update |
@pallavichandrashekarjetty it seems setting Xamarin.Forms.Forms.SetFlags("Disable_Accessibility_Experimental"); in Android MainActivity.cs (OnCreate) and iOS Main.cs , solves the issue for now |
I think this will be fixed by #15436 that should be part of the next service release. If that's not the case, please open a new issue. Thanks! |
Hi @pallavichandrashekarjetty, is this issue still occurring for you? Did using |
Hi @askariya, Xamarin.Forms.Forms.SetFlags("Disable_Accessibility_Experimental"); yes will work like a magic :) |
@pallavichandrashekarjetty Thanks for the response, which Xamarin Forms release version are you using? |
Hi team,
We are facing some issues with respect to loading the elements in Appium after few Nuget package update in Xamarin.
Please find the below changes in Xamarin:
SkiaSharp Updated from 2.80.3 to 2.88.0
Xamarin.Essentials Updated from 1.7.1 to 1.7.3
Xamarin.Forms Updated from 5.0.0.2401 to 5.0.0.2478
This issue is happening only in Android.
Could you please let us know what changes we need to perform in our automation framework or Xamarin instead of updating the element in every location as you know it is a cumbersome process and needs a lot of effort.
We also did a workaround when we downgrade the Xamarin forms version the elements are loading appropriately. So the issue is related to Xamarin forms update. Could you please help us to resolve this issue
Please find the below screenshot for more reference:
Ex: It is the same case in every page :) Elements are not loading appropriately
The text was updated successfully, but these errors were encountered: