SAP FIORI modules
The technology-specific modules for SAP Fiori perform specific tasks for the SAP Web Extension 3.0.
SAP Message Toast
Verifies the default name of the Message Toast or its text.
Value |
Description |
---|---|
Page Title |
Optional. Caption of the page where you want to steer a Message Toast. We recommend that you open only one page with a specific title in your browser. If you have more than one page with the same title open, close the other pages before you run the SAP Message Toast module. We recommend that you use this value if you want to ensure that you steer the Message Toast on the correct page. |
MessageToast |
Verify the following properties:
|
SAP Tile
Clicks a specific tile on the SAP Fiori dashboard page.
Value |
Description |
---|---|
Page Title |
Optional. Caption of the page where you want to steer a Message Toast. We recommend that you open only one page with a specific title in your browser. If you have more than one page with the same title open, close the other pages before you run the SAP Message Toast module. We recommend that you use this value if you want to ensure that you steer the Message Toast on the correct page. |
Tile Category |
Optional. Category to which the tile belongs. We recommend that you use this value to ensure that you steer the tile in the correct category. |
Tile Title |
Title of the tile you want to click. This value is mandatory. |
Tile Subtitle |
Optional. Subtitle of the tile you want to click. Use this value if there are multiple tiles with the same title in the category you specified with Tile Category. |
Constraint Index |
Optional. Index of the tile. Enter a positive integer. Use it if there are multiple tiles with the same title and subtitle in the category you specified in Tile Category. |
SAP WaitForBusyIndicator
Allows you to pause the test run while a default or custom busy indicator is visible on the screen. The test run continues after the busy indicator disappears. This ensures that all controls are fully loaded before execution resumes.
Value |
Description |
---|---|
Title |
Caption of the page where you want to pause the test run to wait for a busy indicator. We recommend that you open only one page with a specific title in your browser. If you have more than one page with the same title open, close the other pages before you run the SAP WaitForBusyIndicator test step. |
CssClasses |
Optional. If the busy indicator on your SAP Fiori page uses custom CSS classes, enter the name of your CSS class, for example .customBusyIndicator. If your busy indicator uses multiple CSS classes, separate them with a comma, for example .customBusyIndicatorCircle, .customBusyIndicatorLocal. This ModuleAttribute is optional. If you don't specify a CSS class, the SAP Web Extension 3.0 searches for the default CSS classes for busy indicators in SAP Fiori: .sapUiLocalBusyIndicator and .sapUIBusy. |