๐๏ธ 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