<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: MS Edge Extension Issues in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/MS-Edge-Extension-Issues/m-p/52643#M7486</link>
    <description>You could try using a second object to restore Edge&lt;BR /&gt;&lt;BR /&gt;Instead of setting the object up as a browser, use the windows application mode&lt;BR /&gt;Set the launch to run the msedge.exe from within program files&lt;BR /&gt;After launch spy the whole window in Win32 mode&lt;BR /&gt;Then use either Win32 or CTRL+W or ALT+F4 to close, depending on your preference&lt;BR /&gt;&lt;BR /&gt;Then try a re-launch of the main browser object&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Chris Cutting&lt;BR /&gt;Real Time Development Consultant&lt;BR /&gt;BT&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 24 Nov 2021 10:38:00 GMT</pubDate>
    <dc:creator>ChrisCutting</dc:creator>
    <dc:date>2021-11-24T10:38:00Z</dc:date>
    <item>
      <title>MS Edge Extension Issues</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Edge-Extension-Issues/m-p/52637#M7480</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I'm running various processes in VM's using MS Edge and using Blue Prism v6.10.1. In recovery's i have Close EDGE so the window is closed gently rather than using kill process or terminate.&amp;nbsp; After this i have a Launch, but the issue i am having is when it is retrying the process falls over and the log states:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Failed to perform step 1 in Navigate Stage 'Launch Oracle' on page 'Launch' - The browser extension was not detected, please check that it has been installed and enabled. For more information, see the browser extension user guide. &lt;A href="https://bpdocs.blueprism.com/bp-6-10/en-us/Guides/chrome-firefox/chrome-firefox.htm" target="_blank" rel="noopener"&gt;https://bpdocs.blueprism.com/bp-6-10/en-us/Guides/chrome-firefox/chrome-firefox.htm&lt;/A&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;If i log into the VM and open Edge the extension is active and available, I've tried uninstalling and reinstalling the extension but i still keeping the error. &lt;BR /&gt;&lt;BR /&gt;I am also using Java and that is also being closed gently instead of kill or terminate.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;No matter which way i close down the environments (gently or harshly) i keep getting that error on the retrying to launch EDGE again.&lt;BR /&gt;&lt;BR /&gt;Only way round it is to log out of the VM and log back in.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Our organisation is also transitioning to move most of our process from IE to EDGE and this is causing big problems when the VM's are running over night.&lt;BR /&gt;&lt;BR /&gt;Any suggestions?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Enzo&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Nov 2021 10:01:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Edge-Extension-Issues/m-p/52637#M7480</guid>
      <dc:creator>EnzoSmith</dc:creator>
      <dc:date>2021-11-19T10:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: MS Edge Extension Issues</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Edge-Extension-Issues/m-p/52638#M7481</link>
      <description>Hi&lt;BR /&gt;We had a similar problem. We fixed by doing this:&lt;BR /&gt;If we terminate the browser the next time we open Edge the restore pages dialog appears. &lt;BR /&gt;If that happens we have to close the dialog and close the browser again (gently). &lt;BR /&gt;The next time the browser is opened the dialog is gone and Edge works again.&lt;BR /&gt;&lt;BR /&gt;We're on BP 6.10&lt;BR /&gt;&lt;BR /&gt;Cheers &lt;BR /&gt;Troels Krogh&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Troels Krogh&lt;BR /&gt;IT Consultant&lt;BR /&gt;HK Danmark&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Nov 2021 13:49:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Edge-Extension-Issues/m-p/52638#M7481</guid>
      <dc:creator>tok</dc:creator>
      <dc:date>2021-11-19T13:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: MS Edge Extension Issues</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Edge-Extension-Issues/m-p/52639#M7482</link>
      <description>&lt;P&gt;Hi Both&lt;BR /&gt;&lt;BR /&gt;There's a relatively easy Blue Prism way, and a more complex Group Policy way.&lt;BR /&gt;&lt;BR /&gt;Blue Prism way&lt;BR /&gt;- at the completion of a process do not use a Terminate step, instead use SEND KEY EVENTS with "&amp;lt;{CTRL}{W}&amp;gt;{CTRL}" to close the window. This drastically reduces the chances of getting the restore pages error on relaunch. (For extra safety you can follow that with a short wait, then a Terminate, inside a block to catch the errors)&lt;/P&gt;
&lt;P&gt;- at the start of a process use a 'Read Process Working Set' to check for any instances of 'msedge' that are running. If any are running then call 'Kill Process' to terminate them. Note that this WILL cause the problem with restore pages to appear&lt;/P&gt;
&lt;P&gt;- when you first open Edge on your launch stage, wait a few seconds, then use CTRL+W as above to do a gentle close. Wait a few more seconds then launch again. As the most recent close was a gentle one, the browser will not show the restore pages prompt.&lt;BR /&gt;&lt;BR /&gt;Group Policy way (untested)&lt;BR /&gt;Older versions of Edge would allow you to suppress the restore pages prompt, originally with a setting, then later with a registry key. Unfortunately both of these were depreciated by Microsoft.&lt;BR /&gt;&lt;BR /&gt;The most recent advice I have seen for how to suppress this is to use a Group Policy setting, see the final part of this article:&amp;nbsp; &lt;A href="https://www.thewindowsclub.com/disable-restore-pages-notification-in-edge-browser" target="test_blank"&gt;https://www.thewindowsclub.com/disable-restore-pages-notification-in-edge-browser&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Chris Cutting&lt;BR /&gt;Real Time Development Consultant&lt;BR /&gt;BT&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------</description>
      <pubDate>Fri, 19 Nov 2021 15:08:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Edge-Extension-Issues/m-p/52639#M7482</guid>
      <dc:creator>ChrisCutting</dc:creator>
      <dc:date>2021-11-19T15:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: MS Edge Extension Issues</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Edge-Extension-Issues/m-p/52640#M7483</link>
      <description>Hi Both, thanks for the suggestions, &lt;BR /&gt;&lt;BR /&gt;i have tried you responses previously, however i can not run the action stage &lt;STRONG&gt;Launch&lt;/STRONG&gt;&amp;nbsp;once i close it, i spied the whole window using win-32 to close the window down gently which is the same as clicking on the X on the top right.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;But soon as i try launching edge again i get the browser is not installed error.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Enzo Smith&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Nov 2021 08:25:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Edge-Extension-Issues/m-p/52640#M7483</guid>
      <dc:creator>EnzoSmith</dc:creator>
      <dc:date>2021-11-22T08:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: MS Edge Extension Issues</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Edge-Extension-Issues/m-p/52641#M7484</link>
      <description>Its known issue with BluePrism for Edge browser. Try following steps. hope it will work.&amp;nbsp;&lt;BR /&gt;&amp;nbsp;-&amp;nbsp; Launch Application&amp;nbsp;&lt;BR /&gt;- Put static wait for few seconds say (5 or 10 seconds)&lt;BR /&gt;- When you close application then don't terminate just exit from edge&amp;nbsp;&lt;BR /&gt;- After exit from edge wait few second then Launch application (Don't exit and launch immediately)&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Devendra Kumar Prajapati&lt;BR /&gt;Tech Lead&lt;BR /&gt;Infosys&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Nov 2021 15:43:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Edge-Extension-Issues/m-p/52641#M7484</guid>
      <dc:creator>Devendra_KumarP</dc:creator>
      <dc:date>2021-11-23T15:43:00Z</dc:date>
    </item>
    <item>
      <title>RE: MS Edge Extension Issues</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Edge-Extension-Issues/m-p/52642#M7485</link>
      <description>Hi Devendra,&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply,&amp;nbsp; i have tried that but again i am unable to &lt;STRONG&gt;Launch&lt;/STRONG&gt; Edge to even close it due to the browser extension error. Due to the error i am unable to open the Edge window at all, so it not even on screen.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Enzo Smith&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Nov 2021 08:32:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Edge-Extension-Issues/m-p/52642#M7485</guid>
      <dc:creator>EnzoSmith</dc:creator>
      <dc:date>2021-11-24T08:32:00Z</dc:date>
    </item>
    <item>
      <title>RE: MS Edge Extension Issues</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Edge-Extension-Issues/m-p/52643#M7486</link>
      <description>You could try using a second object to restore Edge&lt;BR /&gt;&lt;BR /&gt;Instead of setting the object up as a browser, use the windows application mode&lt;BR /&gt;Set the launch to run the msedge.exe from within program files&lt;BR /&gt;After launch spy the whole window in Win32 mode&lt;BR /&gt;Then use either Win32 or CTRL+W or ALT+F4 to close, depending on your preference&lt;BR /&gt;&lt;BR /&gt;Then try a re-launch of the main browser object&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Chris Cutting&lt;BR /&gt;Real Time Development Consultant&lt;BR /&gt;BT&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Nov 2021 10:38:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Edge-Extension-Issues/m-p/52643#M7486</guid>
      <dc:creator>ChrisCutting</dc:creator>
      <dc:date>2021-11-24T10:38:00Z</dc:date>
    </item>
    <item>
      <title>RE: MS Edge Extension Issues</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Edge-Extension-Issues/m-p/52644#M7487</link>
      <description>Hi Chris,&lt;BR /&gt;&lt;BR /&gt;Thanks for this suggestion, please see below to confirm this is the way you mention, this is how the Object for Launching Edge is currently set.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="16644.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/16794i70B44189C6994564/image-size/large?v=v2&amp;amp;px=999" role="button" title="16644.png" alt="16644.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Enzo Smith&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Nov 2021 11:00:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Edge-Extension-Issues/m-p/52644#M7487</guid>
      <dc:creator>EnzoSmith</dc:creator>
      <dc:date>2021-11-24T11:00:00Z</dc:date>
    </item>
    <item>
      <title>RE: MS Edge Extension Issues</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Edge-Extension-Issues/m-p/52645#M7488</link>
      <description>Hi Enzo&lt;BR /&gt;&lt;BR /&gt;I have uploaded a stripped down verison what we're using. Maybe that will help.&lt;BR /&gt;&lt;BR /&gt;It seems the issue might have been&amp;nbsp; addressed in the release notes og 6.10.3:&lt;BR /&gt;&lt;BR /&gt;
&lt;TABLE class="TableStyle-bp-rn-user-case" cellspacing="0"&gt;&lt;COLGROUP&gt;&lt;COL class="TableStyle-bp-rn-user-case-Column-Column1" /&gt;&lt;COL class="TableStyle-bp-rn-user-case-Column-Column2" /&gt;&lt;/COLGROUP&gt;
&lt;THEAD&gt;
&lt;TR class="TableStyle-bp-rn-user-case-Head-Header1"&gt;
&lt;TH class="TableStyle-bp-rn-user-case-HeadE-Column1-Header1" scope="col"&gt;
&lt;P&gt;Description of change&lt;/P&gt;
&lt;/TH&gt;
&lt;TH class="TableStyle-bp-rn-user-case-HeadD-Column2-Header1" scope="col"&gt;Reference&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR class="TableStyle-bp-rn-user-case-Body-Body1" data-mc-conditions=""&gt;
&lt;TD class="TableStyle-bp-rn-user-case-BodyE-Column1-Body1"&gt;
&lt;P&gt;An intermittent issue resulting in a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;I&gt;Browser extension was not detected&lt;/I&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;error that prevented elements from being spied no longer occurs when attempting to launch a Chrome, Edge, or Firefox browser via the Application Modeller. The error occurred either in Studio or when running an automation, in the following scenarios:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;When a process that uses a browser extension is terminated and another process immediately attempts to open another browser before the socket becomes available.&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;When attempting to launch a browser immediately after it has been closed. This has been fixed by automatically trying every 200 milliseconds for up to 2 minutes when terminating the browser. If the browser does not successfully close, an error message warns the user to ensure&lt;I&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/I&gt;all browsers with the Blue Prism browser extension installed are closed before continuing.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Troels Krogh&lt;BR /&gt;IT Consultant&lt;BR /&gt;HK Danmark&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Nov 2021 11:13:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Edge-Extension-Issues/m-p/52645#M7488</guid>
      <dc:creator>tok</dc:creator>
      <dc:date>2021-11-24T11:13:00Z</dc:date>
    </item>
    <item>
      <title>RE: MS Edge Extension Issues</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Edge-Extension-Issues/m-p/52646#M7489</link>
      <description>Hi Troels, where do i get the stripped down version you uploaded?&lt;BR /&gt;&lt;BR /&gt;Really appreciate your help.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Enzo Smith&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Nov 2021 11:27:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Edge-Extension-Issues/m-p/52646#M7489</guid>
      <dc:creator>EnzoSmith</dc:creator>
      <dc:date>2021-11-24T11:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: MS Edge Extension Issues</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Edge-Extension-Issues/m-p/52647#M7490</link>
      <description>Seems it disappeared.&amp;nbsp; i'll try to upload it as a txt file you can rename the extension to bpobject&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Troels Krogh&lt;BR /&gt;IT Consultant&lt;BR /&gt;HK Danmark&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Nov 2021 11:32:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Edge-Extension-Issues/m-p/52647#M7490</guid>
      <dc:creator>tok</dc:creator>
      <dc:date>2021-11-24T11:32:00Z</dc:date>
    </item>
    <item>
      <title>RE: MS Edge Extension Issues</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Edge-Extension-Issues/m-p/52648#M7491</link>
      <description>The model that you have above is for a browser, when set as a windows application you should see slightly different options, as shown here;&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="16662.jpg"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/16819iDE3D503CAC5371B2/image-size/large?v=v2&amp;amp;px=999" role="button" title="16662.jpg" alt="16662.jpg" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Chris Cutting&lt;BR /&gt;Real Time Development Consultant&lt;BR /&gt;BT&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Nov 2021 12:00:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Edge-Extension-Issues/m-p/52648#M7491</guid>
      <dc:creator>ChrisCutting</dc:creator>
      <dc:date>2021-11-24T12:00:00Z</dc:date>
    </item>
    <item>
      <title>RE: MS Edge Extension Issues</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Edge-Extension-Issues/m-p/52649#M7492</link>
      <description>Thanks Troels, i will have a look to see if it can resolve the issue.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Enzo Smith&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Nov 2021 12:16:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Edge-Extension-Issues/m-p/52649#M7492</guid>
      <dc:creator>EnzoSmith</dc:creator>
      <dc:date>2021-11-24T12:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: MS Edge Extension Issues</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Edge-Extension-Issues/m-p/52650#M7493</link>
      <description>Thanks Chris i will create a separate object and try this also&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Enzo Smith&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Nov 2021 12:17:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Edge-Extension-Issues/m-p/52650#M7493</guid>
      <dc:creator>EnzoSmith</dc:creator>
      <dc:date>2021-11-24T12:17:00Z</dc:date>
    </item>
    <item>
      <title>RE: MS Edge Extension Issues</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Edge-Extension-Issues/m-p/52651#M7494</link>
      <description>Hi All,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Quick update on my findings, Chris Cutting mentioned using Edge as an object on its own set up in windows application mode.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;What i found was that if i close Edge in a browser object i get the &lt;STRONG&gt;extension not installed issue&lt;/STRONG&gt; when trying to &lt;STRONG&gt;Launch&lt;/STRONG&gt; edge again.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;So what i did was create a separate object&amp;nbsp; for MS Edge in windows application mode that Chris suggested and created a page that just launches Edge and closes Edge. &lt;BR /&gt;&lt;BR /&gt;I then tested this buy creating a process that opens and harshly kills edge 3 times using an action that points to MS Edge in Application Mode (Launch&amp;gt;Wait&amp;gt; Kill&amp;gt;Wait&amp;gt; x 3), and it launched it successfully each time with no extension issues.&lt;BR /&gt;&lt;BR /&gt;I then created the exact same flow (Launch&amp;gt;Wait&amp;gt; Kill&amp;gt;Wait&amp;gt;) x 3 &amp;nbsp;in the process using an action that points to MS Edge in Browser Mode, the first Launch was OK, then it killed Edge and low and behold the next time it tried to launch Edge i had the extension not installed error.&lt;BR /&gt;&lt;BR /&gt;I created a stand alone object so in a process where i use Edge in browser mode, on my close / terminate edge page i add in at the very end an action that points to Ms Edge set up in Application Mode to open and close the window before it reattempts to Launch again in browser mode.&lt;BR /&gt;&lt;BR /&gt;When added to the processes i was having issues with it worked and i no longer received the Edge extension issue.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;So it seems that when you close Edge in browser mode it does not always release the extension regardless of how Edge is closed down and regardless of any wait stages, but opening and closing it in Windows Application Mode forces it to be released.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have attached the Ms Edge Object i created in Windows Application Mode as Release to Launch &amp;amp; Close Edge (as a txt file just rename the file extension .bprelease), feel free to use it. Just add it in as an Action in your MS Edge Browser Object. (See my example below, Ms Edge Application Mode highlighted in yellow)&lt;BR /&gt;&lt;BR /&gt;Thanks Everyone and thank you Chris for the suggestion,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="16684.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/16841iD2D8191F8DD7E056/image-size/large?v=v2&amp;amp;px=999" role="button" title="16684.png" alt="16684.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Enzo Smith&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Nov 2021 10:42:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Edge-Extension-Issues/m-p/52651#M7494</guid>
      <dc:creator>EnzoSmith</dc:creator>
      <dc:date>2021-11-25T10:42:00Z</dc:date>
    </item>
    <item>
      <title>RE: MS Edge Extension Issues</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Edge-Extension-Issues/m-p/52652#M7495</link>
      <description>&lt;P&gt;There's a relatively easy Blue Prism way, and a more complex Group Policy way.&lt;BR /&gt;&lt;BR /&gt;Blue Prism way&lt;BR /&gt;&lt;BR /&gt;1. at the completion of a process do not use a Terminate step, instead use SEND KEY EVENTS with "&amp;lt;{CTRL}{W}&amp;gt;{CTRL}" to close the window. This drastically reduces the chances of getting the restore pages error on relaunch. (For extra safety you can follow that with a short wait, then a Terminate, inside a block to catch the errors)&lt;/P&gt;
&lt;P&gt;2. at the start of a process use a 'Read Process Working Set' to check for any instances of 'msedge' that are running. If any are running then call 'Kill Process' to terminate them. Note that this WILL cause the problem with restore pages to appear&lt;/P&gt;
&lt;P&gt;3. when you first open Edge on your launch stage, wait a few seconds, then use CTRL+W as above to do a gentle close. Wait a few more seconds then launch again. As the most recent close was a gentle one, the browser will not show the restore pages prompt.&lt;BR /&gt;&lt;BR /&gt;Group Policy way (untested)&lt;BR /&gt;&lt;BR /&gt;Older versions of Edge would allow you to suppress the restore pages prompt, originally with a setting, then later with a registry key. Unfortunately both of these were depreciated by Microsoft.&lt;/P&gt;
------------------------------&lt;BR /&gt;&lt;A href="https://www.nuwaybinrentals.com/" target="_blank" rel="noopener"&gt;Nu-Way Bin Rentals&lt;/A&gt;&lt;BR /&gt;------------------------------</description>
      <pubDate>Mon, 06 Dec 2021 17:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Edge-Extension-Issues/m-p/52652#M7495</guid>
      <dc:creator>LewisCamron</dc:creator>
      <dc:date>2021-12-06T17:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: MS Edge Extension Issues</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Edge-Extension-Issues/m-p/52653#M7496</link>
      <description>Hi Lewis&lt;BR /&gt;&lt;BR /&gt;Nice copy / paste, but that's my own advice from earlier in this same thread, if you wish to cite me please at least have the courtesy to attach my name to the advice.&lt;BR /&gt;&lt;BR /&gt;Chris Cutting&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Chris Cutting&lt;BR /&gt;Real Time Development Consultant&lt;BR /&gt;BT&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Dec 2021 20:54:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Edge-Extension-Issues/m-p/52653#M7496</guid>
      <dc:creator>ChrisCutting</dc:creator>
      <dc:date>2021-12-06T20:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: MS Edge Extension Issues</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Edge-Extension-Issues/m-p/52654#M7497</link>
      <description>Hi Chris,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I was tying to implement your advices,&lt;BR /&gt;After I kill Edge and open it again in order to close it softly, it gives an error already that extension was not identified. So I can't interact with the window and close it softly.&lt;BR /&gt;Do yo have any advice here, please?&lt;BR /&gt;&lt;BR /&gt;Tetiana&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Tania Ovchar&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sat, 23 Apr 2022 15:33:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Edge-Extension-Issues/m-p/52654#M7497</guid>
      <dc:creator>TaniaOvchar</dc:creator>
      <dc:date>2022-04-23T15:33:00Z</dc:date>
    </item>
    <item>
      <title>RE: MS Edge Extension Issues</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Edge-Extension-Issues/m-p/52655#M7498</link>
      <description>Hi Tania&lt;BR /&gt;&lt;BR /&gt;You probably got help on this already, but for somebody who might have the same issue you've kindly raised I had found that to close down edge and not get any error when you launch it again, in your navigate stage in helps that you first focus on a static field (i.e search bar) and your second line should be send key events: &lt;SPAN&gt;&amp;nbsp;"&amp;lt;{CTRL}{W}&amp;gt;{CTRL}". This will help to gently close MS Edge. I hope it helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Simphiwe Tshezi&lt;BR /&gt;Software Developer (RPA)&lt;BR /&gt;Altron Managed Solutions&lt;BR /&gt;Johannesburg&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Jul 2022 10:05:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Edge-Extension-Issues/m-p/52655#M7498</guid>
      <dc:creator>SimphiweTshezi</dc:creator>
      <dc:date>2022-07-04T10:05:00Z</dc:date>
    </item>
  </channel>
</rss>

