@testim/testim-cli
Version:
Command line interface for running Testing on you CI
25 lines (21 loc) • 682 B
HTML
<html>
<head>
<title>two</title>
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<header>
<h1>WebdriverJS Testpage</h1>
<a href="gestureTest.html">2</a>
<a href="index.html">1</a>
</header>
<div class="page">
Second page
</div>
<iframe src="/test/site/www/iframe.html" frameborder="0" width="500" height="500" target='_top'></iframe>
</body>
</html>