<?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: About the Select Item action with combo box in AA Spy Mode. in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/About-the-Select-Item-action-with-combo-box-in-AA-Spy-Mode/m-p/96579#M44794</link>
    <description>Forgot to add,&amp;nbsp; my understanding is that combo boxes can be difficult because how they were built by the developer.&amp;nbsp; Not all combo boxes are actually combo boxes - one example is a developer might use separate button, edit box, list box, etc together that behave like a combo box - but it is not a combo box control and combo box interfaces will not work on it.</description>
    <pubDate>Wed, 29 Jun 2022 11:55:41 GMT</pubDate>
    <dc:creator>Denis__Dennehy</dc:creator>
    <dc:date>2022-06-29T11:55:41Z</dc:date>
    <item>
      <title>About the Select Item action with combo box in AA Spy Mode.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/About-the-Select-Item-action-with-combo-box-in-AA-Spy-Mode/m-p/96577#M44792</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I hope you&lt;/SPAN&gt;’&lt;SPAN&gt;re doing well.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I&lt;/SPAN&gt;’&lt;SPAN&gt;d like to ask a question about the &lt;/SPAN&gt;“&lt;SPAN&gt;Select Item&lt;/SPAN&gt;”&lt;SPAN&gt; action of Combo-box type element that spied with Active Accessibility Spy Mode.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Due to no extension for the browser to use, I created the Application Modeller as Windows Application, and tried AA Spy Mode. (UIA Mode didn&lt;/SPAN&gt;’&lt;SPAN&gt;t work well, too slow, approx. 80 secs to identify an element)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;OS: Windows 10 Pro&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;BP: Blueprism version 7.0.1 &amp;amp; 6.3.2 both results are the same&lt;/SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The issue is the Select Item Action of the Combo-box type element.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;When I tried to select an item in the Combo-box, I got an error message says, &lt;/SPAN&gt;“&lt;SPAN&gt;Failed to identify the combo box&lt;/SPAN&gt;’&lt;SPAN&gt;s dropdown button&lt;/SPAN&gt;”&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I tried both input options for one at once separately, Item Text and Item Position.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;"Internal : Failed to perform step 1 in Navigate Stage 'Navigate1' on page 'Test' - Failed to identify the combo box's dropdown button"&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Also, I tried Reader Stage as well, and got this error message.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;"Internal : Failed to perform step 1 in Read Stage 'Reader1' on page 'Test' - Could not find internal list for combo box"&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;At this point, what kind of alternative method to select an item in combo box with AA Spy Mode?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;BR /&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 04:08:06 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/About-the-Select-Item-action-with-combo-box-in-AA-Spy-Mode/m-p/96577#M44792</guid>
      <dc:creator>SeungjeiJang</dc:creator>
      <dc:date>2022-06-20T04:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: About the Select Item action with combo box in AA Spy Mode.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/About-the-Select-Item-action-with-combo-box-in-AA-Spy-Mode/m-p/96578#M44793</link>
      <description>&lt;P&gt;Combo boxes can be difficult and sometimes need a bit of experimentation to figure out (I once spent 3 days figuring out how to interface with a drop down - so I feel the pain!!)&lt;BR /&gt;&lt;BR /&gt;As well as Select Item try set text actions - sometimes they work although they may also need some kind of tab of or return key also.&lt;/P&gt;
&lt;P&gt;If that does not work you could try to use invoke javascript actions,&amp;nbsp; although I understand that may be discontinued soon because of changes to Chrome.&lt;BR /&gt;If that does not work you are into Surface Automation,&amp;nbsp; there used to be an entire section about drop downs in the guide (which I now cannot find,&amp;nbsp; maybe reach out to the BP University to ask where they have put it).&amp;nbsp; Basically you need to experiment with keystrokes, down buttons, etc....&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 11:52:34 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/About-the-Select-Item-action-with-combo-box-in-AA-Spy-Mode/m-p/96578#M44793</guid>
      <dc:creator>Denis__Dennehy</dc:creator>
      <dc:date>2022-06-29T11:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: About the Select Item action with combo box in AA Spy Mode.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/About-the-Select-Item-action-with-combo-box-in-AA-Spy-Mode/m-p/96579#M44794</link>
      <description>Forgot to add,&amp;nbsp; my understanding is that combo boxes can be difficult because how they were built by the developer.&amp;nbsp; Not all combo boxes are actually combo boxes - one example is a developer might use separate button, edit box, list box, etc together that behave like a combo box - but it is not a combo box control and combo box interfaces will not work on it.</description>
      <pubDate>Wed, 29 Jun 2022 11:55:41 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/About-the-Select-Item-action-with-combo-box-in-AA-Spy-Mode/m-p/96579#M44794</guid>
      <dc:creator>Denis__Dennehy</dc:creator>
      <dc:date>2022-06-29T11:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: About the Select Item action with combo box in AA Spy Mode.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/About-the-Select-Item-action-with-combo-box-in-AA-Spy-Mode/m-p/96580#M44795</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/16677"&gt;@Denis__Dennehy&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you for your kind comments.&lt;BR /&gt;I agree with your opinion. It helps to confirm what I thought.&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Thu, 30 Jun 2022 00:39:13 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/About-the-Select-Item-action-with-combo-box-in-AA-Spy-Mode/m-p/96580#M44795</guid>
      <dc:creator>SeungjeiJang</dc:creator>
      <dc:date>2022-06-30T00:39:13Z</dc:date>
    </item>
  </channel>
</rss>

