<?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: Blue Prism 7.3.2 Element Not working in UI in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Blue-Prism-7-3-2-Element-Not-working-in-UI/m-p/122683#M53785</link>
    <description>&lt;P&gt;That would explain why I am receiving an exception with Browser mode stating "Access Denied". I will try again with UI. I have a wait stage and it works in debug and Bastion but it is not found in Control Room.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 12 Sep 2025 18:12:50 GMT</pubDate>
    <dc:creator>bmarshhouseloan.com</dc:creator>
    <dc:date>2025-09-12T18:12:50Z</dc:date>
    <item>
      <title>Blue Prism 7.3.2 Element Not working in UI</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Blue-Prism-7-3-2-Element-Not-working-in-UI/m-p/122607#M53754</link>
      <description>&lt;P&gt;We currently are migrating to 7.3.2. We have a servicing system and one element will not work in the control room from the App Modeller. We have tried UI/UIA/Browser and they all work in debug mode and when viewing from Bastion. However, it fails 100% in the control room. The same process and element spy works in 7.0.1 in the control room without issue. The element is a link that invokes a JavaScript that transitions the page after logging in. Any ideas on how to invoke the JavaScript or what may be different between 7.3.2 and 7.0.1?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Sep 2025 17:35:15 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Blue-Prism-7-3-2-Element-Not-working-in-UI/m-p/122607#M53754</guid>
      <dc:creator>bmarshhouseloan.com</dc:creator>
      <dc:date>2025-09-09T17:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Blue Prism 7.3.2 Element Not working in UI</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Blue-Prism-7-3-2-Element-Not-working-in-UI/m-p/122609#M53755</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/48535"&gt;@bmarshhouseloan.com&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Please check the two threads below, they might help fix your issue-&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.blueprism.com/t5/Product-Forum/Process-fails-to-identify-web-elements-when-not-logged-into/td-p/122394" target="_blank" rel="noopener"&gt;https://community.blueprism.com/t5/Product-Forum/Process-fails-to-identify-web-elements-when-not-logged-into/td-p/122394&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.blueprism.com/t5/Product-Forum/Blue-Prism-UI-Automation-Failing-after-Chrome-Edge-Update-to-140/td-p/122492" target="_blank"&gt;https://community.blueprism.com/t5/Product-Forum/Blue-Prism-UI-Automation-Failing-after-Chrome-Edge-Update-to-140/td-p/122492&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Sep 2025 06:09:33 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Blue-Prism-7-3-2-Element-Not-working-in-UI/m-p/122609#M53755</guid>
      <dc:creator>SouravSaha</dc:creator>
      <dc:date>2025-09-10T06:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Blue Prism 7.3.2 Element Not working in UI</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Blue-Prism-7-3-2-Element-Not-working-in-UI/m-p/122682#M53784</link>
      <description>&lt;P&gt;If there is JavaScript in the href attribute, I assume it may just not work anymore and you need to use a different method to click it. I've only run into this once so far, and we just had to use UIA or AA to click the link instead. There is a checkbox in the system tab that controls whether Blue Prism will throw an exception instead of trying to click it. But if you uncheck that box, it may just silently fail to do it at all which is what happened for us.&lt;/P&gt;&lt;P&gt;Here's a quote from &lt;A href="https://docs.blueprism.com/en-US/bundle/blue-prism-enterprise-7-3/page/sysman-settings.html" target="_blank" rel="noopener"&gt;this page&lt;/A&gt; in the bpdocs:&lt;/P&gt;&lt;H4 id="prevent_click_events_where_javascript_in_href_attributes_may_result_in_content_security_policy_violation"&gt;Prevent click events where JavaScript in href attributes may result in Content Security Policy violation&lt;/H4&gt;&lt;P&gt;Specifies that clicking a web element where JavaScript is present in an href attribute will be prevented. From Blue Prism 7.2 onwards, each&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Click&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;action is evaluated at the browser. If there is a potential Content Security Policy violation, then, when selected, the action is rejected and an exception is raised in Blue Prism. In these situations users can spy the web element as a UI Automation element instead, and use this to perform the action.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2025 17:28:41 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Blue-Prism-7-3-2-Element-Not-working-in-UI/m-p/122682#M53784</guid>
      <dc:creator>david.l.morris</dc:creator>
      <dc:date>2025-09-12T17:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Blue Prism 7.3.2 Element Not working in UI</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Blue-Prism-7-3-2-Element-Not-working-in-UI/m-p/122683#M53785</link>
      <description>&lt;P&gt;That would explain why I am receiving an exception with Browser mode stating "Access Denied". I will try again with UI. I have a wait stage and it works in debug and Bastion but it is not found in Control Room.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2025 18:12:50 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Blue-Prism-7-3-2-Element-Not-working-in-UI/m-p/122683#M53785</guid>
      <dc:creator>bmarshhouseloan.com</dc:creator>
      <dc:date>2025-09-12T18:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Blue Prism 7.3.2 Element Not working in UI</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Blue-Prism-7-3-2-Element-Not-working-in-UI/m-p/122686#M53786</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/48535"&gt;@bmarshhouseloan.com&lt;/a&gt;&amp;nbsp;, Good day!! Kindly use the AA mode as an alternative method. Try to change the application type in modeler configuration &amp;amp; enable AA mode to spy the required elements &amp;amp; change back to the web based application in the modeler. Use AA Elements as primary &amp;amp; use UI/Browser elements as secondary due to continuous failing of UI/Browser elements. Hope this method works fine.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Roopkiran.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 05:16:53 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Blue-Prism-7-3-2-Element-Not-working-in-UI/m-p/122686#M53786</guid>
      <dc:creator>RoopkiranBevara</dc:creator>
      <dc:date>2025-09-15T05:16:53Z</dc:date>
    </item>
  </channel>
</rss>

