I am trying to use the new "switch to this tab" functionality in the {click} command. However, whenever I try to include more than 2 tab switches (meaning I have a snippet running across 3 tabs), it stops working by the time it reaches the 3rd tab. Does anyone know why this is happening and/or how to get around this?
This is what my snippet currently looks like (the website is anonymized):
{click: selector=.compose; page=https://example.org/tab1/; frame=top}{time: MM/DD/YYYY} - NOTE{click: selector=.notes-panel .btn-success}{click: selector=.compose; page=https://example.org/tab2/; frame=top}{time: MM/DD/YYYY} - NOTE{click: selector=.notes-panel .btn-success}{click: selector=.compose; page=https://example.org/tab3/; frame=top}{time: MM/DD/YYYY} - NOTE{click: selector=.notes-panel .btn-success}