<tr>
<td>type</td>
<td>text</td>
<td>text + <?php echo $var ?></td>
</tr>
is possible add any variables for test in Selenium IDE? for example timestamp ?
<tr>
<td>type</td>
<td>text</td>
<td>text + <?php echo $var ?></td>
</tr>
is possible add any variables for test in Selenium IDE? for example timestamp ?