I have a distill monitor that refreshes a page every 5 seconds and plays a sound when an item matching my regex is found. What I want to do: when my monitor players the alert sound, I want a macro that clicks the element which was matched by my regex.
It is possible to run a macro after a monitor detects a change and satisfies the conditions. The macro to be run can be configured to click on an element that is configured using a selector expression. The selector is hardcoded in the macro’s configuration. So, I am not sure about the following:
I want a macro that clicks the element which was matched by my regex