Sha256: ec386ddab7af7fc8f736aa4698fbfa1424df42875cf01a333d202bb55ead351d

Contents?: true

Size: 543 Bytes

Versions: 64

Compression:

Stored size: 543 Bytes

Contents

<!DOCTYPE HTML>
<html>
  <head>
    <title>obsolete element</title>
    <script type="text/javascript" charset="utf-8">
      function removeText() {
        var e = document.getElementById("text");
        e.parentNode.removeChild(e);
      }
    </script>
  </head>

  <body>
    <button id='remove-button' onclick="removeText()">Remove text</button>
    <div id="text">Text</div>

    <div id='top'>Top Element>
      <div id='middle'>Middle Element>
        <div id='bottom'>Bottom Element</div>
      </div>
    </div>

  </body>
</html>

Version data entries

64 entries across 64 versions & 2 rubygems

Version Path
watir-7.3.0 spec/watirspec/html/removed_element.html
watir-7.2.2 spec/watirspec/html/removed_element.html
watir-7.2.1 spec/watirspec/html/removed_element.html
watir-7.2.0 spec/watirspec/html/removed_element.html
watir-7.1.0 spec/watirspec/html/removed_element.html
watir-7.0.0 spec/watirspec/html/removed_element.html
watir-7.0.0.beta5 spec/watirspec/html/removed_element.html
watir-7.0.0.beta4 spec/watirspec/html/removed_element.html
watir-7.0.0.beta3 spec/watirspec/html/removed_element.html
watir-7.0.0.beta2 spec/watirspec/html/removed_element.html
watir-7.0.0.beta1 spec/watirspec/html/removed_element.html
watir-6.19.1 spec/watirspec/html/removed_element.html
watir-6.19.0 spec/watirspec/html/removed_element.html
watir-6.18.0 spec/watirspec/html/removed_element.html
watir-6.17.0 spec/watirspec/html/removed_element.html
watir-6.16.5 spec/watirspec/html/removed_element.html
watir-6.16.4 spec/watirspec/html/removed_element.html
watir-6.16.3 spec/watirspec/html/removed_element.html
watir-6.16.2 spec/watirspec/html/removed_element.html
watir-6.16.1 spec/watirspec/html/removed_element.html