Hello. Maybe you can help me with this. I am running a macro that opens up three browser tabs.
I'd like to move focus to the first one (no problem with that) and then close the third tab at one point during the macro run. Is this possible? I've tried several pieces of code, but the macro seems to get stuck as if it did not know where to continue executing its code once it closes the tab.
I also have a concept question regarding the "main" tab (the one that is opened when the macro starts).
Can it be closed during macro execution (and the macro keeps running normally in other tabs) or must it be persistent during the whole time the macro is running?
Thanks for the help!!
I'd like to move focus to the first one (no problem with that) and then close the third tab at one point during the macro run. Is this possible? I've tried several pieces of code, but the macro seems to get stuck as if it did not know where to continue executing its code once it closes the tab.
I also have a concept question regarding the "main" tab (the one that is opened when the macro starts).
Can it be closed during macro execution (and the macro keeps running normally in other tabs) or must it be persistent during the whole time the macro is running?
Thanks for the help!!