GetText
Description
Returns the text value for the specified chart section.
Parameters
| Parameter | Description |
|---|---|
|
chart=value; |
The index for the chart image on the page. |
|
idx=value; url=value; alt=value; |
The section recognition string. It can be the section index, the section URL, or the alternative text. |
|
ret=&variable; |
The return value. |
Example
This is an example of the GetText action for a Chart step type:
| Type | Action | Recognition | Parameters | Value |
|---|---|---|---|---|
|
Chart |
GetText |
chart=0 |
idx=3;ret=&chart_val |
|
|
Log |
Message |
The value for index 3 is &chart_val |
|
|
|
Chart |
GetText |
chart=0 |
idx=2;ret=&chart |
|
|
Log |
Message |
The value for index 2 is &chart_val |
|
|