Learning UIPath and practicing on RPA challenges (Input Forms). On this page, the input fields change positions when the page is reloaded
As you probably guessed, I want to use typeinto, but I’m getting errors because the position hasn’t been fixed
I’m learning Classic UI Automation, so I’m indicating the anchors in the UI Explorer for every type, and the anchor is the label above each field.
What should i do
Hey! Welcome to community!
We can achieve this in the following ways…
- Finetune the selectors
Edit the selector and always choose the aaname=‘FieldName’
Example: We’re indicating on the firstname field
the selector should be like this aaname= ‘FirstName’
- Use AnchorBase activity in the classic design experience
Use anchor as Find Element and action as TypeInto
- Use the Anchor in selector it self … We can set the anchor to that particular field…
You can try any one of the approach even if the field or position of the field changes this will work for sure…
Try any one of the mentioned approach and let me know
Regards,
NaNi
2 Likes
Gokul001
(Gokul Balaji)
3
1 Like
system
(system)
Closed
4
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.