ClickParams()
Useful to parameterize click event
ClickParams():getDelay()
Will return the delay of click
ClickParams():getDuration()
This method return the number of click duration in milliseconds
ClickParams():getOffset()
Will return the offset of click representing in Point
ClickParams():setDelay()
You can set delay in milliseconds of click using this method
ClickParams():setDuration()
This method is used to set hold long the click lasts in miliseconds
ClickParams():setOffset()
When match or coordinate is set, the position of click will be offset based on x and y coordinate