2025-03-18 15:28:35 -03:00
|
|
|
<!DOCTYPE html>
|
2024-02-26 15:12:32 -03:00
|
|
|
<input id=input type=text readonly><script src="include.js"></script><script>
|
|
|
|
|
test(() => {
|
|
|
|
|
const input = document.getElementById("input");
|
|
|
|
|
internals.sendText(input, "wfh :^)");
|
|
|
|
|
internals.commitText();
|
2024-10-02 13:38:10 -03:00
|
|
|
|
|
|
|
|
println(input.value);
|
2024-02-26 15:12:32 -03:00
|
|
|
});
|
|
|
|
|
</script>
|