<?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: Not able to  change value from drop down in chrome application in Digital Exchange</title>
    <link>https://community.blueprism.com/t5/Digital-Exchange/Not-able-to-change-value-from-drop-down-in-chrome-application/m-p/63103#M2491</link>
    <description>Shikha,&lt;BR /&gt;&lt;BR /&gt;Have you identified the exact error with interacting with the drop-down element in your production environment?&lt;BR /&gt;&lt;BR /&gt;Typically, there are two things that could go wrong:&lt;BR /&gt;
&lt;OL&gt;
&lt;LI&gt;Blue Prism is not able to identify the drop-down element&lt;/LI&gt;
&lt;LI&gt;Blue Prism identifies the drop-down element, but is unable to make a selection on it&lt;/LI&gt;
&lt;/OL&gt;
&lt;BR /&gt;In the first scenario, check the Attribute fingerprint for the drop-down element in your Application Modeller. It's possible that one of the attributes that need to be matched has a different value in Production versus the lower environments. For example if the URL attribute needs to be matched and the URL between UAT and Production is different, the element will fail to be identified.&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="8396.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/8573i9C3BE53B2101822C/image-size/large?v=v2&amp;amp;px=999" role="button" title="8396.png" alt="8396.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In the second scenario, it may be worthwhile to determine whether there is a material difference in the drop-down element between Production and the lower environments. If the Attribute fingerprint is okay, and the drop-down still does not work in all environments, one should question what changed between environments. You might explore alternative ways of spying and interacting with the drop-down. I would suggest identifying it via the UI Automation Navigator and see if that behaves more consistently. As a last resort, you may be able to use a JavaScript injection to force a selection on the drop-down.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Charles Kovacs&lt;BR /&gt;Developer Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;America/Chicago&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 06 May 2020 16:40:00 GMT</pubDate>
    <dc:creator>charliekovacs</dc:creator>
    <dc:date>2020-05-06T16:40:00Z</dc:date>
    <item>
      <title>Not able to  change value from drop down in chrome application</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Not-able-to-change-value-from-drop-down-in-chrome-application/m-p/63102#M2490</link>
      <description>Hello All,&lt;BR /&gt;&lt;BR /&gt;I need help. i am working blue prism&amp;nbsp; version 6.4.3 and doing automation on chrome application.&lt;BR /&gt;I&amp;nbsp; have automated chrome application with browser mode but not able to change drop down value.&lt;BR /&gt;i have already use select item with send keys but it is not working . it is working on lower environment like(Dev,Sit Uat).&lt;BR /&gt;But production it is not working.&lt;BR /&gt;&lt;BR /&gt;please let me know if anyone can help me on the same.&lt;BR /&gt;&lt;BR /&gt;Thank you in advance...&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Shikha Rahangdale&lt;BR /&gt;Systems Engineer&lt;BR /&gt;Infosys Ltd&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Apr 2020 06:21:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Not-able-to-change-value-from-drop-down-in-chrome-application/m-p/63102#M2490</guid>
      <dc:creator>ShikhaRahangda1</dc:creator>
      <dc:date>2020-04-14T06:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: Not able to  change value from drop down in chrome application</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Not-able-to-change-value-from-drop-down-in-chrome-application/m-p/63103#M2491</link>
      <description>Shikha,&lt;BR /&gt;&lt;BR /&gt;Have you identified the exact error with interacting with the drop-down element in your production environment?&lt;BR /&gt;&lt;BR /&gt;Typically, there are two things that could go wrong:&lt;BR /&gt;
&lt;OL&gt;
&lt;LI&gt;Blue Prism is not able to identify the drop-down element&lt;/LI&gt;
&lt;LI&gt;Blue Prism identifies the drop-down element, but is unable to make a selection on it&lt;/LI&gt;
&lt;/OL&gt;
&lt;BR /&gt;In the first scenario, check the Attribute fingerprint for the drop-down element in your Application Modeller. It's possible that one of the attributes that need to be matched has a different value in Production versus the lower environments. For example if the URL attribute needs to be matched and the URL between UAT and Production is different, the element will fail to be identified.&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="8396.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/8573i9C3BE53B2101822C/image-size/large?v=v2&amp;amp;px=999" role="button" title="8396.png" alt="8396.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In the second scenario, it may be worthwhile to determine whether there is a material difference in the drop-down element between Production and the lower environments. If the Attribute fingerprint is okay, and the drop-down still does not work in all environments, one should question what changed between environments. You might explore alternative ways of spying and interacting with the drop-down. I would suggest identifying it via the UI Automation Navigator and see if that behaves more consistently. As a last resort, you may be able to use a JavaScript injection to force a selection on the drop-down.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Charles Kovacs&lt;BR /&gt;Developer Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;America/Chicago&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 06 May 2020 16:40:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Not-able-to-change-value-from-drop-down-in-chrome-application/m-p/63103#M2491</guid>
      <dc:creator>charliekovacs</dc:creator>
      <dc:date>2020-05-06T16:40:00Z</dc:date>
    </item>
  </channel>
</rss>

