That’s great! I had no idea you could use patterns in Press a Button.
Suppose I couldn’t though. I am sure this has been asked before but I can’t figure out how to find it: is there any way to have a series of actions, where the series (or macro itself) is exited once one of the actions succeeds? I know I can terminate the macro on failure, but I don’t know how to do something on success.
The above macro works fine with one open tab.
How would I modify it for multiple tabs, ie make it recursive in the sense that each tab is closed in sequence until all tabs are closed.
thanks very much