How do I reset a timer every time on a click of button?

I want to start the timer countdown at the click of a button

1 Like

@AnushkaGupta
Find the element in the application or UI where the timer is displayed or controlled.
Reset the Timer:
Call or trigger the reset function for the timer. This should set the timer value back to its initial state (typically 0 or the configured start time).
Screenshot from 2024-10-21 22-53-31

Now, trigger the start function to begin the timer from its reset state.
Screenshot from 2024-10-21 22-51-05

1 Like