What should be done when the elements of the page change every time the page is reloaded when using typeinto activity

Hey! Welcome to community!

We can achieve this in the following ways…

  1. 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’

  1. Use AnchorBase activity in the classic design experience

Use anchor as Find Element and action as TypeInto

  1. 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