Click Trigger not working

Under no circumstance can i make the Click Trigger User Event work, i looked for a solution here on the forum on posts like Cannot make Click event capturing working - need help! and i tried making the most simple process i could and it still didn’t work.

I tried to make the process of monitoring when the user clicks “Search” in Goggle to then popup a message box that says: “it worked”.

The “On Click Element” sequence was generated by the User Events Wizard from the Activity Tab, i simply added the message box to the sequence’s Event handler and i tried both synchronous and asynchronous EventTypes on the Click Trigger event.

And after i test the process above and manually stop it i get and error message:

19.2.0+Branch.master.Sha.21b678a4c3a8b1362fcdd6e92496f991e5a7da37

Message: Job stopped with an unexpected exit code: 0xE0434352

Exception Type: System.Exception

An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
System.Exception: Job stopped with an unexpected exit code: 0xE0434352

Hi @Leonardo_Ulisses

Could you share your project that reproduced the issue?

Here is the small test project i created.
ClickTriggerTest.xaml (6.5 KB)

The discovered the problem, one of UiPath’s Packages was not running the latest version, after i updated it the Click Trigger Activity worked normally.

1 Like

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