<html> <head> <title>Test Open</title> <link rel="stylesheet" type="text/css" href="../core/selenium_table.css" /> <script type="text/javascript" src="../core/scripts/se2html.js"></script> </head> <body onload="separse(document);"> <script id="testcase" type="text/se++"> // Test Open (using new syntax) open "../tests/html/test_open.html" verifyLocation "*/tests/html/test_open.html" verifyTextPresent "This is a test of the open command." break "" open "../tests/html/test_page.slow.html" verifyLocation "*/tests/html/test_page.slow.html" verifyTitle "Slow Loading Page" // this is a comment </script> </body> </html>