Sha256: a3a188f2b34169010f3a63f8a62d0c74d4f607c6bb842058bd980d25a34ea577

Contents?: true

Size: 611 Bytes

Versions: 1

Compression:

Stored size: 611 Bytes

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang='en_gb' xml:lang='en_gb' xmlns='http://www.w3.org/1999/xhtml'>
  <head>
    <title>
      Timeout test
    </title>
    <meta content='text/html; charset=utf-8' http-equiv='content-type' />
    <script type='text/javascript'>
      //<![CDATA[
        function move_on() {
          window.location = 'non_control_elements.html';
        }
      //]]>
    </script>
  </head>
  <body onload='setTimeout(move_on, 500)'>
    Wait 500ms for the next page.
  </body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
watir-6.10.1 spec/watirspec/html/timeout_window_location.html