<?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: How to select individual element on win10 Calculator in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-to-select-individual-element-on-win10-Calculator/m-p/86042#M36960</link>
    <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/28041"&gt;@RahilMaredia&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Can you check once if you are using the below application modeler configuration at your end:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="23825.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/23962iC2FDEFA60C4E58A1/image-size/large?v=v2&amp;amp;px=999" role="button" title="23825.png" alt="23825.png" /&gt;&lt;/span&gt;&lt;BR /&gt;You can try changing the '&lt;STRONG&gt;Application Manager&lt;/STRONG&gt;' mode if it does not works but the executable path must follow &lt;STRONG&gt;&amp;lt;Microsoft.WindowsCalculator&amp;gt;.&amp;nbsp;&lt;/STRONG&gt;The reason being is that with Windows 10 style applications, you need to give a different executable path such as Alarms, Calculators etc. To get a list of such path names you can use a powershell command:&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;Get -AppXPackage -AllUsers | Select Name​&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BR /&gt;&lt;BR /&gt;Once you have configured the application, use UIA mode to spy elements as I saw it to work best as shown below:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="23826.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/23963iB839A2D32AFE5039/image-size/large?v=v2&amp;amp;px=999" role="button" title="23826.png" alt="23826.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Now if you use any action on it, it should work:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="23827.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/23965iD4064C44552BE65B/image-size/large?v=v2&amp;amp;px=999" role="button" title="23827.png" alt="23827.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;The following Knowledge Base article defines the steps pretty good as well: &lt;A href="http://portal.blueprism.com/customer-support/support-center#/path/1139621102" target="_blank" rel="noopener"&gt;How do I launch and interact with Windows 10 style applications?&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;----------------------------------&lt;BR /&gt;Hope it helps you out and if my solution resolves your query, then please mark it as the 'Best Answer' so that the others members in the community having similar problem statement can track the answer easily in future&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Devneet Mohanty&lt;BR /&gt;Intelligent Process Automation Consultant | Sr. Consultant - Automation Developer,&lt;BR /&gt;WonderBotz India Pvt. Ltd.&lt;BR /&gt;Blue Prism Community MVP | Blue Prism 7x Certified Professional&lt;BR /&gt;Website: &lt;A href="https://devneet.github.io/" target="test_blank"&gt;https://devneet.github.io/&lt;/A&gt;&lt;BR /&gt;Email: devneetmohanty07@gmail.com&lt;BR /&gt;&lt;BR /&gt;----------------------------------&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 18 Nov 2022 08:28:00 GMT</pubDate>
    <dc:creator>devneetmohanty07</dc:creator>
    <dc:date>2022-11-18T08:28:00Z</dc:date>
    <item>
      <title>How to select individual element on win10 Calculator</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-select-individual-element-on-win10-Calculator/m-p/86041#M36959</link>
      <description>In object studio, I open application modular, to launch calculator, i successfully launch the&amp;nbsp; calculator and after I want to identify&amp;nbsp; induvial&amp;nbsp; element but instead of induvial element it highlight calculator but not individual element.&amp;nbsp; it showing me the error&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;System.InvalidOperationException: The window spied was not found in the model&lt;BR /&gt;at BluePrism.AMI.clsAMI.Spy(clsElementTypeInfo&amp;amp; elementType, List`1&amp;amp; identifiers)&lt;BR /&gt;at AutomateUI.frmIntegrationAssistant.HandleSpyOrLaunchClick(Object sender, EventArgs e)&lt;BR /&gt;&lt;BR /&gt;Can anyone help me out&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Rahil Maredia&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Nov 2022 17:35:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-select-individual-element-on-win10-Calculator/m-p/86041#M36959</guid>
      <dc:creator>RahilMaredia</dc:creator>
      <dc:date>2022-11-17T17:35:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to select individual element on win10 Calculator</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-select-individual-element-on-win10-Calculator/m-p/86042#M36960</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/28041"&gt;@RahilMaredia&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Can you check once if you are using the below application modeler configuration at your end:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="23825.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/23962iC2FDEFA60C4E58A1/image-size/large?v=v2&amp;amp;px=999" role="button" title="23825.png" alt="23825.png" /&gt;&lt;/span&gt;&lt;BR /&gt;You can try changing the '&lt;STRONG&gt;Application Manager&lt;/STRONG&gt;' mode if it does not works but the executable path must follow &lt;STRONG&gt;&amp;lt;Microsoft.WindowsCalculator&amp;gt;.&amp;nbsp;&lt;/STRONG&gt;The reason being is that with Windows 10 style applications, you need to give a different executable path such as Alarms, Calculators etc. To get a list of such path names you can use a powershell command:&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;Get -AppXPackage -AllUsers | Select Name​&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BR /&gt;&lt;BR /&gt;Once you have configured the application, use UIA mode to spy elements as I saw it to work best as shown below:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="23826.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/23963iB839A2D32AFE5039/image-size/large?v=v2&amp;amp;px=999" role="button" title="23826.png" alt="23826.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Now if you use any action on it, it should work:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="23827.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/23965iD4064C44552BE65B/image-size/large?v=v2&amp;amp;px=999" role="button" title="23827.png" alt="23827.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;The following Knowledge Base article defines the steps pretty good as well: &lt;A href="http://portal.blueprism.com/customer-support/support-center#/path/1139621102" target="_blank" rel="noopener"&gt;How do I launch and interact with Windows 10 style applications?&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;----------------------------------&lt;BR /&gt;Hope it helps you out and if my solution resolves your query, then please mark it as the 'Best Answer' so that the others members in the community having similar problem statement can track the answer easily in future&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Devneet Mohanty&lt;BR /&gt;Intelligent Process Automation Consultant | Sr. Consultant - Automation Developer,&lt;BR /&gt;WonderBotz India Pvt. Ltd.&lt;BR /&gt;Blue Prism Community MVP | Blue Prism 7x Certified Professional&lt;BR /&gt;Website: &lt;A href="https://devneet.github.io/" target="test_blank"&gt;https://devneet.github.io/&lt;/A&gt;&lt;BR /&gt;Email: devneetmohanty07@gmail.com&lt;BR /&gt;&lt;BR /&gt;----------------------------------&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Nov 2022 08:28:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-select-individual-element-on-win10-Calculator/m-p/86042#M36960</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2022-11-18T08:28:00Z</dc:date>
    </item>
  </channel>
</rss>

