SapDriver/en: Porovnání verzí
(Založena nová stránka s textem „== Input parameters ==“) |
(Založena nová stránka s textem „Command output.“) |
||
| (Není zobrazeno 14 mezilehlých verzí od stejného uživatele.) | |||
| Řádek 16: | Řádek 16: | ||
=== Command === | === Command === | ||
| − | + | Type [[Special:MyLanguage/Datové typy#String | String]] | |
| − | + | Command for SAP GUI Scripting. | |
*getElementCount | *getElementCount | ||
| Řádek 32: | Řádek 32: | ||
=== Target === | === Target === | ||
| − | + | Type [[Special:MyLanguage/Datové typy#String | String]] | |
| − | + | The target of the command. | |
=== Value === | === Value === | ||
| − | + | Type [[Special:MyLanguage/Datové typy#String | String]] | |
| − | + | The value of the command parameter. | |
=== Enabled === | === Enabled === | ||
| − | + | Type [[Special:MyLanguage/Datové typy#Number | Number]] | |
| − | + | Enables or disables the command. If the value is 0, the command will not be executed. | |
=== PreWait === | === PreWait === | ||
| − | + | Type [[Special:MyLanguage/Datové typy#Number | Number]] | |
| − | + | Delay in milliseconds before executing the command. It has no effect if Enabled=0. | |
=== PostWait === | === PostWait === | ||
| − | + | Type [[Special:MyLanguage/Datové typy#Number | Number]] | |
| − | + | Delay in milliseconds before executing the command. It has no effect if Enabled=0. | |
| − | == | + | == Output parameters == |
=== Output === | === Output === | ||
| − | + | Type [[Special:MyLanguage/Datové typy#String | String]] | |
| − | + | Command output. | |
Aktuální verze z 24. 6. 2024, 19:39
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.