puppeteer/examples/puppeteer-in-browser/index.html
2024-04-29 10:58:20 +00:00

8 lines
188 B
HTML

<!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>