Hello,
I am facing an issue, and I feel stupid not being able to figure it out because it's so simple.
I have some AppleScript that I launch from my Mac with a Loupedeck to open a web page in a Windows 11 VM.
I used the simple script found in the parallels doc:
tell application "Google Chrome"
activate
open location "https://parallels.com/"
end tell
It was working perfectly until yesterday. Now, it starts Chrome on my Mac, not in the Windows VM anymore.
And the only thing I have done since yesterday is just update the toolbox on the VM...
Does anybody have any idea how to fix that ??
Thanks in advance for your help.
I am facing an issue, and I feel stupid not being able to figure it out because it's so simple.
I have some AppleScript that I launch from my Mac with a Loupedeck to open a web page in a Windows 11 VM.
I used the simple script found in the parallels doc:
tell application "Google Chrome"
activate
open location "https://parallels.com/"
end tell
It was working perfectly until yesterday. Now, it starts Chrome on my Mac, not in the Windows VM anymore.
And the only thing I have done since yesterday is just update the toolbox on the VM...
Does anybody have any idea how to fix that ??
Thanks in advance for your help.

