headless_chrome 1.0.21

Control Chrome programmatically
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" name="test">
 <link rel="stylesheet" href="style.css">
<title>The Rust Programming Language</title>
</head>

<body align="center">
	<div class="content">
		<img src="rust-logo.svg" style="height: 760px;width: 480px;">
		<h1>Empowering everyone to build reliable and efficient software.</h1>
	</div>
</body>

</html>