SapDriver
Obsah
Description
Alias: SD
Runs the command via SAP GUI Scripting.
Runs the command specified by the Command via SAP GUI Scripting.
Input parameters
Command
Type String
Command for SAP GUI Scripting.
- getElementCount
- Target=Element
- getText
- Target=Element
- press
- Target=Element
- setText
- Target=Element
- Value=Text
Target
Type String
The target of the command.
Value
Type String
The value of the command parameter.
Enabled
Type Number
Enables or disables the command. If the value is 0, the command will not be executed.
PreWait
Type Number
Delay in milliseconds before executing the command. It has no effect if Enabled=0.
PostWait
Type Number
Delay in milliseconds before executing the command. It has no effect if Enabled=0.
Output parameters
Output
Type String
Command output.