The 'Global Send Key Events' action is used to send keystrokes to a Windows application, simulating keyboard input.
Stage Types in Blue Prism:
Keypress Stage: This does not exist as a separate stage in Blue Prism.
Navigate Stage: This stage is used for performing navigation actions within an application, including mouse clicks, key presses, and global send key events.
Action Stage: This is used to call actions from business objects, not for direct interaction like sending key events.
Write Stage: This is used to enter data into fields, not for sending key events.
Conclusion:
The correct type of stage used to perform a 'Global Send Key Events' action in Blue Prism is the Navigate Stage.
References:
Blue Prism Developer Documentation: Using Navigate Stages
Blue Prism Training Material on Application Interaction
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit