I’m receiving the " Could not find the user-interface (UI) element for this action" error when using a click activity within the Use Browser activity, when I run my processes on production.
When testing on my own machine and a test environment it works as exepcted, but once uploaded and running on the production machine I’m getting the above error.
Does anyone have any ideas on why that could be happening?
On my own machine the click activity’s input mode was “same as app/broswer” and was functioning fine, but on the production machine this wasn’t working, so I used Hardware event instead and this seems to have solved the issue.