Hi,
I am doing web automation. Filling few fields using AnchorBase activity.
When I run the application, some times, the text fields will be entered with the values and some times it does not.
I have kept 100 milliseconds delay between the keys.
Is there any thing else which needs to be done, so that works every time.
Use Hover activity or click activity on the text input field. This is because some of the text fields in some applications and websites listen to your mouse activity or need somekind of an activation
Use an element exists before the anchor base activity. The anchor base will only work if the anchor activity can find its element. So a element exist on the anchor element would be a good robust way. Here you could use the boolean in a If condition. If true–> anchorbase