Macro stops when open a new tab or open a URL

Thanks for answer and share some workarounds.

Trying this command isolated, seems to work, pending for me to to try it in actual macros.

executeScript | window.location.href = ‘http://www.somesite.com’; |

But a few days ago I tried this other command

executeScript | window.open(http://www.somesite.com’); |

And doesn´t work. It is executed but it doesn´t do anything. Is this a bug?

Regards