I am basically looking for a job and i am using this tool to confirm my shift and select the interview date, after confirming the shift a new tab will open where i have to select the interview date. I want to know code i have to write to click the confirm button automatically, I basically do not know where Confirm button will appear so i cannot give its location in the code. Please help me in this regards. Thanks.
there are two important parts to the monitoring process. the first step obviously is to set the monitor to detect changes. is the monitor working well for you?
the second part is to take an action after a change is detected. the action “run macro” can be used to perform automated steps after a change is detected. the macro needs to be recorded as a macro before it can be used as actoin.
i am assuming that your question is about “run macro” action.
i noticed that one of the steps opens a new tab. when using the “run macro” action, distill opens the original url in a tab. the macro is executed in the page loaded in that tab. this will work as long as everything needed is opened in the same tab. if a new tab is opened, the macro will stop working after this point.
let me know what you think.