Note: This protocol is supported for replay only. Support for this protocol will be discontinued in future versions..
We recommend that you migrate your Ajax Click & Script scripts to another web protocol such as TruClient-Web or Web-HTTP/HTML.
For details, see Web Vuser Functions (WEB) and TruClient protocols in the VuGen Help Center (select the relevant version).
ajax_accordion
Emulates a user expanding or collapsing a menu.
Example: ajax_accordion | Alphabetical Listing |
int ajax_accordion( "stepname", DESCRIPTION, "Framework=framework name", "ID=control_id", ACTION, "UserAction=SelectIndex", "Index=accordion_index", LAST );
This function returns LR_PASS (0) on success or LR_FAIL (1) on failure. Note that LR_PASS and LR_FAIL generally indicate whether the function call completed without an exception, and not that the test step succeeded.
All input string arguments (char type) except the step name can be parameterized using standard parameterization.

Argument | Description |
---|---|
StepName | The name of the step, as it appears in the test tree. Any text can be used. |
Framework | The software used to create the AJAX application. For this function, the "Atlas" framework is supported.
|
ID | The control ID. |
UserAction | Select the menu index to be expanded |
Index | The index number of the menu being expanded. |

Argument | Description |
---|---|
DESCRIPTION | This delimiter marks the beginning of the list of attributes that identify the element on which the function operates. |
ACTION | This delimiter marks the beginning of the action list. When there are no action-type arguments, this argument can be omitted, but it is not an error to specify it. |
LAST | This delimiter marks the end of the argument list. |
General Information
The ajax_accordion function emulates a user expanding a menu on a web page. Any other menu that is expanded when ajax_accordion is called, is collapsed. The actual collapsing or expanding on the page itself is done by pressing the menu's title.