Could not find the user-interface (UI) element for this action error when running on production

Hi there,

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?

Thanks!

Hi @Shane_Curran
Selector was changed for that UIelement

Thanks Sangeetha, found the issue.

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.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.