<?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: Attach failure for Windows Title in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Attach-failure-for-Windows-Title/m-p/76131#M28678</link>
    <description>Hi HoongJoo,&lt;BR /&gt;&lt;BR /&gt;Using Application modeller application will get launched and will get attached. But with Start Process applciation will not get attached, once page gets loaded totally need to attach using window title, child index and process name. After migrating to BP7 we were facing Chrome extension issue while launching using navigate stage, so started implementing using start process.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Joshna Dammala&lt;BR /&gt;RPA Developer&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Thu, 14 Jul 2022 05:09:00 GMT</pubDate>
    <dc:creator>Joshna_16</dc:creator>
    <dc:date>2022-07-14T05:09:00Z</dc:date>
    <item>
      <title>Attach failure for Windows Title</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Attach-failure-for-Windows-Title/m-p/76128#M28675</link>
      <description>Hi, all&lt;BR /&gt;&lt;BR /&gt;We're testing the Attach using Windows Title in the Edge browser&lt;BR /&gt;The text itself looks identical but it's not working. Is there any way to troubleshoot this?&lt;BR /&gt;Please note that specifically, this is the case when the browser has been launched by "Start Process".&lt;BR /&gt;&lt;BR /&gt;FYI, it was also tested with using PID and Process Name which seems not working in the case of modern browser where multiple instances are being invoked at the same time.&lt;BR /&gt;&lt;BR /&gt;&amp;lt;Navigate stage - Attach&amp;gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Windows Title of the browser&amp;gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="27958.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/28089i6236E9710DE3DE2C/image-size/large?v=v2&amp;amp;px=999" role="button" title="27958.png" alt="27958.png" /&gt;&lt;/span&gt;&lt;BR /&gt;The error message is like this:&lt;BR /&gt;Internal: failed to perform step 1 in Navigate Stage 'attach' on page 'Start Process xxxx' - designated key not fond in the dictionary.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="27959.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/28086i297D49DD03F95A27/image-size/large?v=v2&amp;amp;px=999" role="button" title="27959.png" alt="27959.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;HongJoo Choi&lt;BR /&gt;------------------------------</description>
      <pubDate>Tue, 12 Jul 2022 07:15:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Attach-failure-for-Windows-Title/m-p/76128#M28675</guid>
      <dc:creator>HongJooChoi</dc:creator>
      <dc:date>2022-07-12T07:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: Attach failure for Windows Title</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Attach-failure-for-Windows-Title/m-p/76129#M28676</link>
      <description>Hi HongJoo,&lt;BR /&gt;&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;After launching browser using start process add sufficient time for page to load.&lt;/LI&gt;
&lt;LI&gt;Application will get attached only page gets loaded properly. Try using match index also while attaching&lt;/LI&gt;
&lt;/UL&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Joshna Dammala&lt;BR /&gt;RPA Developer&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Jul 2022 10:08:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Attach-failure-for-Windows-Title/m-p/76129#M28676</guid>
      <dc:creator>Joshna_16</dc:creator>
      <dc:date>2022-07-12T10:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: Attach failure for Windows Title</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Attach-failure-for-Windows-Title/m-p/76130#M28677</link>
      <description>Dear Joshua&lt;BR /&gt;&lt;BR /&gt;Thank you for the response.&lt;BR /&gt;&lt;BR /&gt;Surely, the wait stage has been put between "Start Process" and "Attach" with more than 10 seconds.&lt;BR /&gt;We're also testing with only one browser instance (no multiple instances are being invoked at the same time).&lt;BR /&gt;The test logic is as simple as shown below with enough Wait timer &amp;gt; 10s.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="27943.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/28073i95CBB4A52B0304CB/image-size/large?v=v2&amp;amp;px=999" role="button" title="27943.png" alt="27943.png" /&gt;&lt;/span&gt;&lt;BR /&gt;The Thing is that the spying works when it is launched via Application Modeler or Navigate stage.&amp;nbsp;&lt;BR /&gt;As it happens only when the browser is launched by "Start Process" and apply "Attach" (thereby, it might also happen when the browser is to be re-attached later), I'm wondering if there's any difference in their behaviors between using "Navigate" Launch stage and using "Start Process"+"Attach" stages.&lt;BR /&gt;&lt;BR /&gt;Just for your Information regarding the background,&lt;BR /&gt;the reason we want to troubleshoot this instead of using Navigate is that the customer is already using a lot of processes implemented that way. The problems started happening after BP version has been upgraded from 6.8.1 to 7.0.1 and IE is to be migrated to Edge Chromium.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;HongJoo Choi&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Jul 2022 01:36:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Attach-failure-for-Windows-Title/m-p/76130#M28677</guid>
      <dc:creator>HongJooChoi</dc:creator>
      <dc:date>2022-07-13T01:36:00Z</dc:date>
    </item>
    <item>
      <title>RE: Attach failure for Windows Title</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Attach-failure-for-Windows-Title/m-p/76131#M28678</link>
      <description>Hi HoongJoo,&lt;BR /&gt;&lt;BR /&gt;Using Application modeller application will get launched and will get attached. But with Start Process applciation will not get attached, once page gets loaded totally need to attach using window title, child index and process name. After migrating to BP7 we were facing Chrome extension issue while launching using navigate stage, so started implementing using start process.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Joshna Dammala&lt;BR /&gt;RPA Developer&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Jul 2022 05:09:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Attach-failure-for-Windows-Title/m-p/76131#M28678</guid>
      <dc:creator>Joshna_16</dc:creator>
      <dc:date>2022-07-14T05:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: Attach failure for Windows Title</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Attach-failure-for-Windows-Title/m-p/76132#M28679</link>
      <description>Dear Joshna&lt;BR /&gt;&lt;BR /&gt;Thanks for sharing your case.&lt;BR /&gt;I guess we didn't try the "Child Index" yet. Will try once more.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;HongJoo Choi&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Jul 2022 06:29:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Attach-failure-for-Windows-Title/m-p/76132#M28679</guid>
      <dc:creator>HongJooChoi</dc:creator>
      <dc:date>2022-07-14T06:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: Attach failure for Windows Title</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Attach-failure-for-Windows-Title/m-p/76133#M28680</link>
      <description>&lt;P&gt;If you are using multiple objects and unable to attach from other objects, you need to enable "Use fixed browser extension port (31924) only" option in the System &amp;gt; Setting &amp;gt;Browser Extension Capability. Hope this will resolve the issue.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="27952.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/28081i3E3022D114D18775/image-size/large?v=v2&amp;amp;px=999" role="button" title="27952.png" alt="27952.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sahana Mohan&lt;BR /&gt;Solution Designer&lt;BR /&gt;Blueprism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Jul 2023 09:47:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Attach-failure-for-Windows-Title/m-p/76133#M28680</guid>
      <dc:creator>sahana.mohan</dc:creator>
      <dc:date>2023-07-13T09:47:00Z</dc:date>
    </item>
    <item>
      <title>RE: Attach failure for Windows Title</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Attach-failure-for-Windows-Title/m-p/76134#M28681</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Can you pass process name as "Your Browser Name ".&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example: &lt;STRONG&gt;chrome&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ram Prasad Gajula&lt;BR /&gt;Tech Lead&lt;BR /&gt;EY&lt;BR /&gt;Bangalore&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Jul 2023 08:42:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Attach-failure-for-Windows-Title/m-p/76134#M28681</guid>
      <dc:creator>ramprasad.gajula</dc:creator>
      <dc:date>2023-07-19T08:42:00Z</dc:date>
    </item>
  </channel>
</rss>

