| 1 |
lars |
1 |
<!--
|
|
|
2 |
Copyright 2005 ThoughtWorks, Inc
|
|
|
3 |
|
|
|
4 |
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
5 |
you may not use this file except in compliance with the License.
|
|
|
6 |
You may obtain a copy of the License at
|
|
|
7 |
|
|
|
8 |
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
9 |
|
|
|
10 |
Unless required by applicable law or agreed to in writing, software
|
|
|
11 |
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
12 |
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
13 |
See the License for the specific language governing permissions and
|
|
|
14 |
limitations under the License.
|
|
|
15 |
-->
|
|
|
16 |
|
|
|
17 |
<html>
|
|
|
18 |
<link rel="stylesheet" type="text/css" href="selenium.css" />
|
|
|
19 |
<body>
|
|
|
20 |
<table width="100%">
|
|
|
21 |
|
|
|
22 |
<tr>
|
|
|
23 |
<th>↑</th>
|
|
|
24 |
<th>↑</th>
|
|
|
25 |
<th>↑</th>
|
|
|
26 |
</tr>
|
|
|
27 |
<tr>
|
|
|
28 |
<th width="25%">Test Suite</th>
|
|
|
29 |
<th width="50%">Current Test</th>
|
|
|
30 |
<th width="25%">Control Panel</th>
|
|
|
31 |
</tr>
|
|
|
32 |
<tr><td> </td></tr>
|
|
|
33 |
|
|
|
34 |
<tr>
|
|
|
35 |
<td></td>
|
|
|
36 |
<td class="selenium splash">
|
|
|
37 |
|
|
|
38 |
<h1>Selenium</h1>
|
|
|
39 |
<h2>by <a href="http://www.thoughtworks.com">ThoughtWorks</a> and friends</h2>
|
|
|
40 |
|
|
|
41 |
<p>
|
|
|
42 |
For more information on Selenium, visit
|
|
|
43 |
|
|
|
44 |
<pre>
|
|
|
45 |
<a href="http://selenium.openqa.org" target="_blank">http://selenium.openqa.org</a>
|
|
|
46 |
</pre>
|
|
|
47 |
|
|
|
48 |
</td>
|
|
|
49 |
<tr>
|
|
|
50 |
|
|
|
51 |
</table>
|
|
|
52 |
</body>
|
|
|
53 |
</html>
|