Data update

This commit is contained in:
Ingy döt Net 2025-08-11 18:05:26 -07:00
parent 4d5544505c
commit 4924dd0264
3073 changed files with 55820 additions and 4408 deletions

View file

@ -0,0 +1,16 @@
displayNewMessage(`Don't click the button. It will be clicked by the program.`)
waitSeconds(2)
displayNewMessage(`<button id="mybutton">Don't click me!</button>`)
parallel(select 1) ||
||====================
awaitClickBeep('#mybutton')
...---
displayNewMessage('The button has been clicked')
||====================
waitSeconds(2)
# Simulate the click of a mouse
generateUserEvent('#mybutton', 'click')
...---
displayNewMessage("I know you didn't do it!")