TimeTrex/vendor/phpunit/phpunit-selenium/selenium-1-tests/html/test_element_selection.html

16 lines
320 B
HTML

<html>
<body style="padding: 0px; margin: 0px">
<div>Other div</div>
<div id="theDivId" name="theDivName" class="theDivClass">The right div</div>
<div>Other div</div>
<div id="parentElement"><span>Child span</span></div>
<table>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
</table>
</html>