Difference between revisions of "Position (Confirmation Button)"
From SAP Enable Now Wiki
(Created page with "==Scope== * '''Simulation''' project > '''Input Text''' macro > '''Settings for the Confirmation Button''' > '''Position''' property (1st instance)...") |
|||
Line 9: | Line 9: | ||
# The height of the area (expressed as the number of pixels down from the top edge of the area) | # The height of the area (expressed as the number of pixels down from the top edge of the area) | ||
These values can be entered, comma-separated, in the property field, or you can click on the '''Edit''' button on the right of the for the property field to display the ''Position / Size'' dialog box, which contains individual fields for each value, labeled '''Left''', '''Top''', '''Width''', and '''Height''' respectively. | These values can be entered, comma-separated, in the property field, or you can click on the '''Edit''' button on the right of the for the property field to display the ''Position / Size'' dialog box, which contains individual fields for each value, labeled '''Left''', '''Top''', '''Width''', and '''Height''' respectively. | ||
+ | |||
+ | * '''[[Simulation]]''' project > '''[[Input Text (macro)|Input Text]]''' macro > '''[[Confirm with Button]]''' property | ||
[[Category:Property]] | [[Category:Property]] |
Revision as of 21:20, 5 August 2019
Scope
- Simulation project > Input Text macro > Settings for the Confirmation Button > Position property (1st instance)
Purpose
If the Confirm with Button property has been selected for an Input Text macro, then a 'confirmation button' that the user needs to click on to confirm/validate their input needs to be identified on the screen. This Position property identifies the area of the screen that contains this 'button'. It consists of four numbers, which represent:
- The number of pixels to the right from the leftmost edge of the screenshot at which the upper-left corner of the area is located
- The number of pixels down from the top edge of the screenshot at which the upper-left corner of the area is located
- The width of the area (expressed as the number of pixels to the right from the leftmost edge of the area)
- The height of the area (expressed as the number of pixels down from the top edge of the area)
These values can be entered, comma-separated, in the property field, or you can click on the Edit button on the right of the for the property field to display the Position / Size dialog box, which contains individual fields for each value, labeled Left, Top, Width, and Height respectively.
- Simulation project > Input Text macro > Confirm with Button property