Why is ContinueOnError flag ignored when using a GlobalHandler? The GlobalHandler is still being triggered when the activity ContinueOnError is set to True.
Hi @Juni,
It did work as usual for me. (ContinueOnError=True does not trigger GlobalHandler.xaml)
Try to create a simple project like I did and try it again.
If it fails, share the project.
Yes, you are right. My problem was that y put a Send Hotkey activity after a Close Tab in a Attach Browser if in case one of those annoying dialogs like “Leave site?” shows up and stop the browser from closing. I set the ContinueOnError flag on the Send Hotkey activity. But the error was thrown on the Attach Browser one.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.