<?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: Unable to Click Menu item in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-Click-Menu-item/m-p/124059#M54238</link>
    <description>&lt;P&gt;adding to&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/2590"&gt;@david.l.morris&lt;/a&gt;&amp;nbsp; , if its browser based and if any small update also received then AA fails alot&lt;/P&gt;</description>
    <pubDate>Wed, 17 Dec 2025 12:46:40 GMT</pubDate>
    <dc:creator>naveed_raza</dc:creator>
    <dc:date>2025-12-17T12:46:40Z</dc:date>
    <item>
      <title>Unable to Click Menu item</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-Click-Menu-item/m-p/124035#M54232</link>
      <description>&lt;P&gt;I am having issues with getting the system to click on a menu item from a dropdown list. This process worked fine on Friday but failed on Monday. We have two different companies and they both have this same step, the other company works fine.&amp;nbsp; Any ideas how to fix this?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Amanda_Miescke_0-1765899034922.png" style="width: 400px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/41826i56191E975653B803/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Amanda_Miescke_0-1765899034922.png" alt="Amanda_Miescke_0-1765899034922.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Dec 2025 15:30:57 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-Click-Menu-item/m-p/124035#M54232</guid>
      <dc:creator>Amanda_Miescke</dc:creator>
      <dc:date>2025-12-16T15:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Click Menu item</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-Click-Menu-item/m-p/124036#M54233</link>
      <description>&lt;P&gt;Hi Amanda,&lt;/P&gt;&lt;P&gt;That probably isn't enough information for us to suggest anything.&lt;/P&gt;&lt;P&gt;Here are some questions to get you started toward providing more info:&lt;/P&gt;&lt;P&gt;1 - Is this a desktop application? I am assuming so given how many AA elements there are.&lt;/P&gt;&lt;P&gt;2 - Are other AA elements working before it fails on that item in the same session?&lt;/P&gt;&lt;P&gt;3 - Is the element working from debug mode?&lt;/P&gt;&lt;P&gt;4 - Why are you using "Ancestor Count" as an attribute? This is fine and sometimes necessary to use, but this can easily break with even just a minor difference in the screen structure even if not visible to the eye.&lt;/P&gt;&lt;P&gt;5 - Have you re-spied the same element to see if it is has some difference?&lt;/P&gt;&lt;P&gt;6 - Have you ruled out speed of execution issues? You'd need to have a conditional or arbitrary wait right before trying to deal with the element.&lt;/P&gt;&lt;P&gt;7 - Is the element able to be found by a wait stage and it just doesn't work to select it? Or can the element not be found at all?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Dec 2025 15:46:51 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-Click-Menu-item/m-p/124036#M54233</guid>
      <dc:creator>david.l.morris</dc:creator>
      <dc:date>2025-12-16T15:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Click Menu item</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-Click-Menu-item/m-p/124059#M54238</link>
      <description>&lt;P&gt;adding to&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/2590"&gt;@david.l.morris&lt;/a&gt;&amp;nbsp; , if its browser based and if any small update also received then AA fails alot&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2025 12:46:40 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-Click-Menu-item/m-p/124059#M54238</guid>
      <dc:creator>naveed_raza</dc:creator>
      <dc:date>2025-12-17T12:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Click Menu item</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-Click-Menu-item/m-p/124128#M54263</link>
      <description>&lt;UL&gt;&lt;LI&gt;I'd suggest unticking ancestor count (this will make no difference but tick as few items as possible in case something changes).&lt;/LI&gt;&lt;LI&gt;I'd change the name of your element - it is not a button it is a drop down item/menu item.&amp;nbsp; Again - this won't fix your problem.&lt;/LI&gt;&lt;LI&gt;Rather than having different elements for each menu item I would suggest having a single element for all of them and having the name as dynamic - set by the navigate or write stage and potentially passed into the action for the screen as an input parameter.&amp;nbsp; Again - this will not fix your issue but make your action reusable if at all possible.&lt;/LI&gt;&lt;LI&gt;Some dropdown screen elements do not load their menu item sub-elements instantly,&amp;nbsp; the more options the longer it can sometimes take to load.&amp;nbsp; This might be causing your problem - and differences between environments running the same application my be caused by different performance in the different environments.&amp;nbsp; To test this you could put a wait stage before the drop down to make sure it is fully loaded or at least that your menu option is loaded.&lt;BR /&gt;&lt;BR /&gt;It is a couple of weeks since this question was raised so I'd be interested to hear from Amanda if this was solved and if so how.&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Mon, 29 Dec 2025 12:49:25 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-Click-Menu-item/m-p/124128#M54263</guid>
      <dc:creator>Denis__Dennehy</dc:creator>
      <dc:date>2025-12-29T12:49:25Z</dc:date>
    </item>
  </channel>
</rss>

