I need to create a flow that clicks on a button immediately as soon as the web page reloads. There cannot be even a one second delay. I have nested conditionals checking for specific texts on the web page. The problem is that if the first conditional fails and the second conditional is executed, there is a one second delay. However, if the first conditional passes, the corresponding button is clicked immediately after the page reloads. How can I make sure that the action from the second conditional executes immediately after the page reloads? Or is there a better approach to this that would accomplish what I need? I included a picture below of the flow. Thanks for your help in advance.
