web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Failed to launch Chrom...
Power Automate
Unanswered

Failed to launch Chrome extension.

(0) ShareShare
ReportReport
Posted on 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

I have the same question (0)
  • Agnius Bartninkas Profile Picture
    Most Valuable Professional on at

    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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 284 Super User 2026 Season 2

#2
trice602 Profile Picture

trice602 188 Super User 2026 Season 2

#3
11manish Profile Picture

11manish 144 Super User 2026 Season 2

Last 30 days Overall leaderboard