function: waitingClick - egroise/uxtest GitHub Wiki
###Usage
waitingClick(pattern[,delay])
-or-
wClick(pattern[,delay])
It's like the original click, but this one does waits for the given delay before raising an test failure in the report.
###Parameters
- pattern: Perform a left mouse click on the given pattern
- delay: Delay to wait before raising a failure (1s by default)
###Example
waitingClick("StartButton.png")