Hello there. I’m trying to let the robot type “500” (as a number) into a field on the target website, but it just won’t do it…The robot doesn’t fail, runs by, but doesn’t execute the TypeInto activity. See screenshots. Thanks in advance!
The website where 500 needs to be typed in to the ending index field:
If you watch the robot it looks like the field isn’t touched at all…So there is ‘39’ in the field and ‘39’ stays there while the robot continues to download (and succeeds)
Hi did you tried to use a “Click”-Activity before you set the text before?
Have you tried to do a element exists to verfiy the field can be found by UiPath?
Oter way could be to read this field as a uielement and pass it to the click actitty.