Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Example:

SwitchApp       "Sales"

SFDC.

...

SwitchAppUsingURL

This action waits for the label to be visibleswitches to a user-specified app.

Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

appName

Select the app name to which you want to switch from the list of connections.

Yes

String

The list is displayed based on the connections you have made.

Example:

SwitchAppUsingURL       "Sales"

SFDC.WaitForLabel

This action waits for the label to be visible.

Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

labelName

Enter a unique object name for which you want to check the visibility.

Yes

String

maxTimeOutInSeconds

Enter the maximum timeout in seconds up to which you want the script to wait for a label to be visible.

Yes

String

...