first commit
This commit is contained in:
16
code/6-screenshot/index.html
Normal file
16
code/6-screenshot/index.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title> WebDiver testpage</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<style>
|
||||
img { border: 3px solid #333 }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>This is a WebDiver testpage</h1>
|
||||
<script src="webdriver.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user