mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
8 lines
188 B
HTML
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>
|