<?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: Detach Action Not Working in Chrome After Upgrade from v7.1.2 to v7.5.1 in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Detach-Action-Not-Working-in-Chrome-After-Upgrade-from-v7-1-2-to/m-p/125773#M54644</link>
    <description>&lt;P&gt;MilanPinter,&lt;/P&gt;&lt;P&gt;We noticed this when we upgraded from 6.10.2 to 7.3.2 (where we are currently sitting).&amp;nbsp; When I asked about it, the response was akin to 'it sometimes works, but not always'.&amp;nbsp; The fix we settled on was to break our objects into smaller components--one for the 'main' application and one or more for any 'sub-windows' or 'popup windows'.&amp;nbsp; In this way, when you move from an action on your 'main application' object to an action on your 'sub-window' object, the Attach action not only works, but becomes necessary.&amp;nbsp; We are at the front-end of testing for 7.5.1 and it seems to be holding true.&lt;/P&gt;&lt;P&gt;That said, I have come across something that runs counter to the above--popups related to application-based file actions.&amp;nbsp; Think of the MS functions that 'Open File' or 'Print' and that are called by the target application.&amp;nbsp; In 7.3.2, following the above logic, we had individual objects to cover 'Save File As...' or 'Open File', which were used by all applications where the actions occurred.&amp;nbsp; Those failed right away in 7.5.1.&amp;nbsp; It appears that I will need to fold those back into the target application objects.&amp;nbsp; Initial testing has shown it to work, but it is annoying to think I will need to (re-)modify a large number of objects.&amp;nbsp; If anyone has seen this, or has a different solution, I would love to hear from you.&lt;/P&gt;&lt;P&gt;Anyway, good luck, and let us know how you 7.5.1 journey goes.&lt;/P&gt;&lt;P&gt;Red&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Jun 2026 14:00:19 GMT</pubDate>
    <dc:creator>stepher</dc:creator>
    <dc:date>2026-06-25T14:00:19Z</dc:date>
    <item>
      <title>Detach Action Not Working in Chrome After Upgrade from v7.1.2 to v7.5.1</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Detach-Action-Not-Working-in-Chrome-After-Upgrade-from-v7-1-2-to/m-p/125764#M54642</link>
      <description>&lt;P class=""&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;We are planning to upgrade Blue Prism from v7.1.2 to v7.5.1 and have encountered an issue with the &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;Detach&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; action.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;We are automating a Chrome-based application and currently use the &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;Detach&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; action to switch between the main application window and various pop-up windows by using the window title/text. This works correctly in Blue Prism v7.1.2.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;However, after upgrading to v7.5.1, the &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;Detach&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; action no longer appears to work as expected. The action executes without any errors, but the object does not actually detach from the Chrome window. As a result, the subsequent &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;Attach&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; action fails because Blue Prism still appears to be attached to the previous window.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;Has anyone experienced this issue in v7.5.1 or knows whether there have been any changes to the Attach/Detach functionality for Chrome-based applications between these versions?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any suggestions or guidance would be greatly appreciated.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2026 12:29:30 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Detach-Action-Not-Working-in-Chrome-After-Upgrade-from-v7-1-2-to/m-p/125764#M54642</guid>
      <dc:creator>MilanPinter</dc:creator>
      <dc:date>2026-06-24T12:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Detach Action Not Working in Chrome After Upgrade from v7.1.2 to v7.5.1</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Detach-Action-Not-Working-in-Chrome-After-Upgrade-from-v7-1-2-to/m-p/125773#M54644</link>
      <description>&lt;P&gt;MilanPinter,&lt;/P&gt;&lt;P&gt;We noticed this when we upgraded from 6.10.2 to 7.3.2 (where we are currently sitting).&amp;nbsp; When I asked about it, the response was akin to 'it sometimes works, but not always'.&amp;nbsp; The fix we settled on was to break our objects into smaller components--one for the 'main' application and one or more for any 'sub-windows' or 'popup windows'.&amp;nbsp; In this way, when you move from an action on your 'main application' object to an action on your 'sub-window' object, the Attach action not only works, but becomes necessary.&amp;nbsp; We are at the front-end of testing for 7.5.1 and it seems to be holding true.&lt;/P&gt;&lt;P&gt;That said, I have come across something that runs counter to the above--popups related to application-based file actions.&amp;nbsp; Think of the MS functions that 'Open File' or 'Print' and that are called by the target application.&amp;nbsp; In 7.3.2, following the above logic, we had individual objects to cover 'Save File As...' or 'Open File', which were used by all applications where the actions occurred.&amp;nbsp; Those failed right away in 7.5.1.&amp;nbsp; It appears that I will need to fold those back into the target application objects.&amp;nbsp; Initial testing has shown it to work, but it is annoying to think I will need to (re-)modify a large number of objects.&amp;nbsp; If anyone has seen this, or has a different solution, I would love to hear from you.&lt;/P&gt;&lt;P&gt;Anyway, good luck, and let us know how you 7.5.1 journey goes.&lt;/P&gt;&lt;P&gt;Red&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2026 14:00:19 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Detach-Action-Not-Working-in-Chrome-After-Upgrade-from-v7-1-2-to/m-p/125773#M54644</guid>
      <dc:creator>stepher</dc:creator>
      <dc:date>2026-06-25T14:00:19Z</dc:date>
    </item>
  </channel>
</rss>

