<tr>
<td>echo</td>
<td>${ans}</td>
<td></td>
</tr>
<tr>
<td>store</td>
<td>javascript{storedVars['ans'].split('/');}</td>
<td>final</td>
</tr>
<tr>
<td>echo</td>
<td>${final}</td>
<td></td>
</tr>
<tr>
<td>echo</td>
<td>javascript{storedVars['final'][0];}</td>
<td></td>
</tr>how do i achieve?
<tr>
<td>open</td>
<td>/dashboard/Index</td>
<td></td>
</tr>
<tr>
<td>clickAndWait</td>
<td>css=#dtoolCustomer > span.ui-button-text</td>
<td></td>
</tr>
<tr>
<td>clickAndWait</td>
<td>//div[@id='dashbuttonbar']/a/span</td>
<td></td>
</tr>
<tr>
<td>echo</td>
<td>WALK-IN TAB IS CLICKED</td>
<td>wk</td>
</tr>
<tr>
<td>echo</td>
<td>${wk}</td>
<td></td>
</tr>
here what am doing is try to say that the walk-in tab is clicked.. but in the output it doesn't show the data added to the echo and also no errors.. help me to get my desired out put...