TMSFNCWebBrowser open url in MacOS

hello,
i am using delphi 11 and mac os,
I did this to open a new target on the same application (I don't want to open the new target on safari) but it doesn't work please promote me a solution

TMSFNCWebBrowser1.ExecuteJavaScript('function test(){window.open("https://beta.recette.retailandco.org/upload/666/184/invoice.pdf", "_blank");}test();');