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).
Now, trigger the start function to begin the timer from its reset state.
1 Like