Getting error "Set text:Cannot set the element to 'value'. Did you interact with the correct element?" in UI path

I have tried automating an app developed using flutter and the tool is not able to find the object. Getting the below error. Can somebody please help?
image

I am doing mobile automation. The action type into is in UiPath.UIAutomation.Activities. When i try to install this package i get the below error:
image

TypeInto doesn’t work for MobileAutomation. This is the reason SetText activity exists.

@nilloferlatheef

  • Can you try executing the Tap activity on the same element? If it works, try executing a Tap before a SetText. Sometimes the element isn’t in focus and SetText fails… Tap helps with getting the focus on the element.
  • Can you execute SetText on the same element from MDM?
2 Likes
  1. Adding Tap activity also gave the same error.
  2. Tried in MDM and got the same error
    image

MobileAutomation Activities doesn’t support Flutter ATM. This is because of the way Flutter renders its components. It is possible to interact with them (but even this is limited) but their state can’t be changed in any way.

1 Like

Thanks for the reply

Hi @phaserescu - Has UiPath included Flutter support or planning to include in upcoming release? Any idea - Please help. @nik8628