ClickParams():setOffset()
When match or coordinate is set, the position of click will be offset based on x and y coordinate
Signature
setOffset(point: Point): ClickParams
setOffset(x: number, y: number): ClickParams
Returns
ClickParams
When match or coordinate is set, the position of click will be offset based on x and y coordinate
setOffset(point: Point): ClickParams
setOffset(x: number, y: number): ClickParams
Returns
ClickParams