puppeteer/third_party/phantomjs/test/www/user-agent.html

10 lines
204 B
HTML
Raw Normal View History

2017-05-11 07:06:41 +00:00
<html>
<head>
<title>User Agent</title>
</head>
<body>
<p>User agent is: <span id="ua">Unknown</span>.</p>
<script>document.getElementById('ua').textContent = navigator.userAgent</script>
</body>
</html>