Here's an example using Yahoo's News page. The first
storeElementPresent should return false and the second one true....
<tr>
<td>open</td>
<td>
http://news.yahoo.com</td>
<td></td>
</tr>
<tr>
<td>storeElementPresent</td>
<td>//meta[@name='nonexistent']</td>
<td>found</td>
</tr>
<tr>
<td>echo</td>
<td>${found}</td>
<td></td>
</tr>
<tr>
<td>storeElementPresent</td>
<td>//meta[@name='title']</td>
<td>found</td>
</tr>
<tr>
<td>echo</td>
<td>${found}</td>
<td></td>
</tr>