Winrunner Question 78: Explain Get Text checkpoint from selection (web only) with syntax?
Explain Get Text checkpoint from selection (web only) with syntax?
Returns a text string from an object.
web_obj_get_text (object, table_row, table_column, out_text [, text_before, text_after, index]);
Returns a text string from an object.
web_obj_get_text (object, table_row, table_column, out_text [, text_before, text_after, index]);
- object The logical name of the object.
- table_row If the object is a table, it specifies the location of the row within a table. The string is preceded by the # character.
- table_column If the object is a table, it specifies the location of the column within a table. The string is preceded by the # character.
- out_text The output variable that stores the text string.
- text_before Defines the start of the search area for a particular text string.
- text_after Defines the end of the search area for a particular text string.
- index The occurrence number to locate. (The default parameter number is numbered 1).