Data update
This commit is contained in:
parent
4d5544505c
commit
4924dd0264
3073 changed files with 55820 additions and 4408 deletions
|
|
@ -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!")
|
||||
Loading…
Add table
Add a link
Reference in a new issue