You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto clicker with adjustable speed and random delays.
:param clicks_per_second: Number of clicks per second (float or int).
:param random_range: Tuple of (min_random_delay, max_random_delay) for random delays (seconds).