Activities
latest
false
Banner background image
UI Automation Activities
Last updated Mar 18, 2024

Replay User Event

UiPath.Core.Activities.ReplayUserEventV2

Description

Replays the user event that was triggered.

If an event was blocked by using the Block event property with one of the following activities: Click Event Trigger, Keypress Event Trigger, Hotkey Trigger, Mouse Trigger, Click Image Trigger, System Trigger, that user event can be replayed with the Replay User Event activity.

It can be used either within a triggered workflow or within a Trigger Scope activity:

  • When used within a triggered workflow, the EventInfo object provided for the EventInfo property comes from the TriggerEventArgs input argument of the workflow: TriggerEventArgs.Event.
    The UI Element that triggered that .xaml can be obtained from the TriggerEventArgs input argument, that has a TargetElement property.
  • When used within a Trigger Scope activity, the EventInfo object provided for the EventInfo property comes from the TriggerScope argument: e.g. args.EventInfo.
    The EventInfo object can later be used by the Get Source Element activity to extract the trigger source element (e.g. UiElement).

Properties

Common
  • DisplayName - The display name of the activity.
Input
  • EventInfo - The EventInfo object is provided by the TriggerScope argument (e.g. args.EventInfo). This is used by the Get Source Element activity to extract the trigger source element (e.g. UiElement).
Misc
  • Private - If selected, the values of variables and arguments are no longer logged at Verbose level. This field supports only Boolean values. The default value is False.
  • Description
  • Properties

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.