<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!--
Copyright 2004 ThoughtWorks, Inc

 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
-->
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="content-type">
  <title>Test Select</title>
</head>
<body>
<table cellpadding="1" cellspacing="1" border="1">
  <tbody>
    <tr>
      <td rowspan="1" colspan="3">Test Multiple Select<br>
      </td>
    </tr>
    <tr>
      <td>open</td>
      <td>../tests/html/test_multiselect.html</td>
      <td>&nbsp;</td>
    </tr>
    <tr>
      <td>assertSelectedLabels</td>
      <td>theSelect</td>
      <td>Second Option</td>
    </tr>
  </tbody>
</table>

    <p>Select a single element (replaces existing selection)</p>
<table cellpadding="1" cellspacing="1" border="1">
  <tbody>
    <tr>
      <td>select</td>
      <td>theSelect</td>
      <td>index=4</td>
    </tr>
    <tr>
      <td>verifySelectedLabels</td>
      <td>theSelect</td>
      <td>Fifth Option</td>
    </tr>
  </tbody>
</table>

    <p>Select additional elements</p>
<table cellpadding="1" cellspacing="1" border="1">
  <tbody>
    <tr>
      <td>addSelection</td>
      <td>theSelect</td>
      <td>Third Option</td>
    </tr>
    <tr>
      <td>addSelection</td>
      <td>theSelect</td>
      <td>value=</td>
    </tr>

    <tr>
      <td>verifySelectedLabels</td>
      <td>theSelect</td>
      <td>Third Option,Fifth Option,Empty Value Option</td>
    </tr>

    <tr>
      <td>removeSelection</td>
      <td>theSelect</td>
      <td>id=o7</td>
    </tr>
    <tr>
       <td>verifySelectedLabels</td>
       <td>theSelect</td>
       <td>Third Option,Fifth Option</td>
     </tr>
    <tr>
      <td>removeSelection</td>
      <td>theSelect</td>
      <td>label=Fifth Option</td>
    </tr>
    <tr>
      <td>verifySelected</td>
      <td>theSelect</td>
      <td>Third Option</td>
    </tr>

    <tr>
      <td>addSelection</td>
      <td>theSelect</td>
      <td></td>
    </tr>
    <tr>
      <td>verifySelectedLabels</td>
      <td>theSelect</td>
      <td>Third Option,</td>
    </tr>

    <tr>
      <td>removeSelection</td>
      <td>theSelect</td>
      <td></td>
    </tr>
    <tr>
      <td>removeSelection</td>
      <td>theSelect</td>
      <td>Third Option</td>
    </tr>

    <tr>
      <td>assertFailureOnNext</td>
      <td>No option selected</td>
      <td></td>
    </tr>
    <tr>
      <td>verifySelected</td>
      <td>theSelect</td>
      <td></td>
    </tr>
    <tr>
      <td>assertFailureOnNext</td>
      <td>No option selected</td>
      <td></td>
    </tr>
    <tr>
      <td>verifySelectedLabels</td>
      <td>theSelect</td>
      <td></td>
    </tr>
    <tr>
      <td>verifyValue</td>
      <td>theSelect</td>
      <td></td>
    </tr>
    <tr>
      <td>verifyNotSomethingSelected</td>
      <td>theSelect</td>
      <td></td>
    </tr>
    <tr>
      <td>addSelection</td>
      <td>theSelect</td>
      <td>Third Option</td>
    </tr>
    <tr>
      <td>addSelection</td>
      <td>theSelect</td>
      <td>value=</td>
    </tr>
    <tr>
      <td>removeAllSelections</td>
      <td>theSelect</td>
      <td></td>
    </tr>
    <tr>
      <td>verifyNotSomethingSelected</td>
      <td>theSelect</td>
      <td></td>
    </tr>
  </tbody>
</table>
</body>
</html>