It refers to the element you are trying to click is not available. Try to make selector more reliable to work with that. If possible show me screenshot of your selector and so that we can check and update you.
Fine
Kindly select once again the element we want to click with uiexplorer and enable the simulate click property in the property panel of click activity
If not we can use send hot key activity with key as tab if we need to navigate across fields or use enter as key if we need to click on to it, as that would be more reliable
Kindly try this and let know for any queries or clarification
Cheers @CamiCat
Kindly check whether this selector is working and if it works make sure that the dynamic part of the selector is replaced with wild card *
So that even if the selector becomes dynamic this wildcard will let bot to take the selector and look for element
awesome
to type a text
–use send hot key with key as tab and use n number of send hot key with tab key until you reach that field
–once after reaching use a typeinto activity without any selector selected and just the input string that we need to type into
its more like how we do with keyboard without using mouse to navigate across the fields and type into them