Hardware entry in SAP GUI
To simulate hardware inputs, you need to activate functions in the SAP GUI to focus on a control or to facilitate navigation through the interface. The commands for entering hardware in IBM Robotic Process Automation are not specific to the system you are automating.
Use the following commands to simulate a hardware entry. These commands are available in the category Windows > Mouse and Keyboard.
- Block Input (
blockInput
) - Mouse Click (
mouseClick
) - Mouse Command (
mouse
) - Unblock Entry (
unBlockInput
) - Type Text (
typeText
) - Send Key (
sendKeys
) - Press or Release Key (
keyboard
)