I have this function:
document.evaluate("//button[@aria-label='Page options dropdown']",document).iterateNext().click();
I want to set this function to be triggered at a certain time, for example, I want this function to trigger at exactly 12:05 PM...
Can i do that ?