Handle various SAP information popups

@silvia93

as mentioned enable SAP Scripting, so you can rely more stable on he selectors.
For checking the display status you can do following:

  • check with element exists if the pop up exists
  • if it exists then with get Attribute on the Attribute relativeVisibility (cross check the spelling) it can be identified if its displayed or not

for reducing the checks the regex selectors are helping much

so with some shortened search keys e.g. an optional pattern can be defined: (.Information. | ABC.*)
with a retrieval of the title a more exact handling can be done e.g. with combination of switch activity