Apple Script to open a webpage in VM not working anymore

Discussion in 'Parallels Toolbox for Mac' started by SandrineP, Mar 11, 2025 at 4:25 AM.

Tags:
  1. SandrineP

    SandrineP Bit poster

    Messages:
    2
    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.
     

Share This Page