puppeteer/examples/puppeteer-in-browser/index.html

8 lines
188 B
HTML
Raw Normal View History

<!doctype html>
<script type="module" src="out/main.min.js"></script>
<label>
<span>WebSocket URL</span>
<input id="ws" />
</label>
<button onclick="onConnectClick()">Connect</button>