Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Description: This command extracts a portion of a given variable or text identified by "Message" into another variable identified by "Variable name" using starting and ending indices.

Usage Scenario: Suppose we want to use only the first 15 characters of the footer value.

Procedure: Define a step that navigates to our Reference app and a step that uses Get_Web_Value to retrieve the footer value. The final step will use Sub_String with character index from 1 to 15. Your steps will look like this:

  • No labels