Skip to main content

Notifications

Community site session details

Community site session details

Session Id : iSPxugmnZh+O2yJYsVQZg7
Power Automate - Power Automate Desktop
Unanswered

Failed to launch Chrome extension.

Like (0) ShareShare
ReportReport
Posted on 23 Jun 2023 07:13:42 by 28

Hello,

 

I just updated my PAD to version 2.33 and I got error: Failed to launch Chrome. Please check that it is properly installed on your computer.

 

I have  this version of extension: Microsoft Power Automate 2.34.0.17

  • Agnius Bartninkas Profile Picture
    10,045 Most Valuable Professional on 29 Jun 2023 at 08:36:46
    Re: Failed to launch Chrome extension.

    Launching the browser (especially Chrome) with the Launch New {Browser} action does not always work, because the extension sometimes loads too late and the flow assumes it failed. This example instead launches the Chrome app, passing in a default web page (in this case Google) as the parameter and then attaches to it. This works all the time without the inconsistencies of the Launch New Browser action:

     

    SET URL TO $'''{SomeURL}'''
    System.RunApplication.RunApplication ApplicationPath: $'''chrome''' CommandLineArguments: $'''www.google.com''' WorkingDirectory: '' WindowStyle: System.ProcessWindowStyle.Maximized ProcessId=> AppProcessId
    WAIT (UIAutomation.WaitForWindow.ToOpenByTitleClass Title: $'''Google*''' Class: $'''Chrome_WidgetWin_1''' FocusWindow: True) FOR 30
    WebAutomation.LaunchChrome.AttachToChromeByTitle TabTitle: $'''Google''' AttachTimeout: 5 BrowserInstance=> BrowserMain
    ON ERROR REPEAT 5 TIMES WAIT 3
    END
    WebAutomation.GoToWebPage.GoToWebPageCloseDialog BrowserInstance: BrowserMain Url: URL

     

    {SomeURL} should be replaced with the actual URL to navigate to or a variable that holds the URL.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Automate - Power Automate Desktop

#1
eetuRobo Profile Picture

eetuRobo 11 Super User 2025 Season 1

#2
KO-05050229-0 Profile Picture

KO-05050229-0 4

#3
stampcoin Profile Picture

stampcoin 2

Overall leaderboard
Loading started