I’m using Type into activity in a simple process to rich the text field with name = ‘ACTION’ and id = ‘ACTION’ (html source code) and write down some text.
From the modelling screenshot we do see an open browser by a direct followed Type Into.
Usually we would sync a bot and let wait till the Page is opened properly.
We would suggest to incorporate such a synchronization (e.g. check app state - check for an element indicating the fully loading) allong with a retry scope.
ONLY for a quck check give a try by setting a delay before at the type into, to proove the hypothesis of “is not synced”
BUT then handle it afterwards properly as mentioned above
Why are you still working in classic? It’s looooong past time to be using modern. The better features and functionality would make this a simple thing to do.
can you check if the UI is changing from dev environment to UAT environment, then try to make the selector as fuzzy selector instead of strict selector, sometimes the fuzzy selector is more flexible , it looks for partial matches and selects even though if there are variations in the attributes.
I would suggest to switch your project to modern and be on the latest version of the dependencies, then replace your activities with modern activities.
I solved the problem on the PROD machine. It was about enabling 64-bit processes for Enhanced protected mode and disabling Enhanced protected mode in the Internet Options
Now, I want to use that solution on the UAT machine, but don’t know how as it is imposible to find those options in the Internet options security. Is there another way to manage that?