description
Tests whether the button was ever clicked before.
syntax
getButton(ELEMENT_NAME).test.clicked()
example(s)
@newButton("test", "It's a test!")
@ .log()
@ .once()
@ .print()
$ .test.clicked()
@,
@newAudio("sound", "test.mp3")
@ .play()
@ .wait()