Hello
I am running this command to open a new tab , but it opens two new tabs.
runScript | window.open(‘URL’, ‘_blank’)
Any idea how to fix this?
Thanks in advance.
Hello
I am running this command to open a new tab , but it opens two new tabs.
runScript | window.open(‘URL’, ‘_blank’)
Any idea how to fix this?
Thanks in advance.
Hi, it;s issue that Katalon run “runScript” command two times. Try to use “addScript” instead.
Thanks, it works just perfect.