mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:28:12 +00:00
7 lines
261 B
HTML
7 lines
261 B
HTML
<input id="input" type="text" maxlength="5"><script src="include.js"></script><script>
|
|
test(() => {
|
|
const input = document.getElementById('input');
|
|
internals.sendText(input, 'Hello World!');
|
|
internals.commitText();
|
|
});
|
|
</script>
|