<?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 attach child index in MS edge (Explorer mode) in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-to-attach-child-index-in-MS-edge-Explorer-mode/m-p/83691#M34933</link>
    <description>&lt;P&gt;Hi Yogesh,&lt;BR /&gt;&lt;BR /&gt;To work with MS Edge IE Mode popups, please kindly follow the below instructions:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;Dialogue boxes, such as "Print" (Ctrl + P), "Save as…", (Ctrl + S). AA/Win32 elements must attach to IEXPLORE (Child Index optionally set to 0) for them to work, whereas UIA elements must attach to MSEDGE (Child Index optionally set to 0) for them to work.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Browser popups, such as those generated by JavaScript alert() and prompt() methods. All AA/UIA/Win32 elements must attach to IEXPLORE (Child Index set to 1) for them to work.&lt;/SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Bruce Liu&lt;BR /&gt;Senior Product Consultant, Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;Australia/Sydney&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 14 Sep 2022 06:51:00 GMT</pubDate>
    <dc:creator>bruce.liu</dc:creator>
    <dc:date>2022-09-14T06:51:00Z</dc:date>
    <item>
      <title>How to attach child index in MS edge (Explorer mode)</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-attach-child-index-in-MS-edge-Explorer-mode/m-p/83689#M34931</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Could you please help me in identifying how to attach a popup window while defining an object in MS Edge(Explorer mode), earlier it was working fine in internet explorer. Refer below snip,&lt;BR /&gt;&lt;BR /&gt;Also, is there any way to directly launch the website URL in explorer mode.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="11624.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/11793iE6B9C06CF1B8CAAE/image-size/large?v=v2&amp;amp;px=999" role="button" title="11624.png" alt="11624.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Yogesh Sharma&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Sep 2022 07:39:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-attach-child-index-in-MS-edge-Explorer-mode/m-p/83689#M34931</guid>
      <dc:creator>YogeshSharma1</dc:creator>
      <dc:date>2022-09-13T07:39:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to attach child index in MS edge (Explorer mode)</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-attach-child-index-in-MS-edge-Explorer-mode/m-p/83690#M34932</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/42159"&gt;@YogeshSharma1&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Is the popup a windows popup?&lt;BR /&gt;If yes, you can simply create a new object defining a &lt;STRONG&gt;windows based application&lt;/STRONG&gt; (rather than edge based application), and try to attach it using the windows title. &lt;BR /&gt;Also, &lt;STRONG&gt;Child Index starts with 0 and not 1&lt;/STRONG&gt;. If there is only one instance, then use 0 and it should attach.​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Manpreet Kaur&lt;BR /&gt;Manager&lt;BR /&gt;Deloitte&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Sep 2022 12:33:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-attach-child-index-in-MS-edge-Explorer-mode/m-p/83690#M34932</guid>
      <dc:creator>ManpreetKaur1</dc:creator>
      <dc:date>2022-09-13T12:33:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to attach child index in MS edge (Explorer mode)</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-attach-child-index-in-MS-edge-Explorer-mode/m-p/83691#M34933</link>
      <description>&lt;P&gt;Hi Yogesh,&lt;BR /&gt;&lt;BR /&gt;To work with MS Edge IE Mode popups, please kindly follow the below instructions:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;Dialogue boxes, such as "Print" (Ctrl + P), "Save as…", (Ctrl + S). AA/Win32 elements must attach to IEXPLORE (Child Index optionally set to 0) for them to work, whereas UIA elements must attach to MSEDGE (Child Index optionally set to 0) for them to work.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Browser popups, such as those generated by JavaScript alert() and prompt() methods. All AA/UIA/Win32 elements must attach to IEXPLORE (Child Index set to 1) for them to work.&lt;/SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Bruce Liu&lt;BR /&gt;Senior Product Consultant, Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;Australia/Sydney&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Sep 2022 06:51:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-attach-child-index-in-MS-edge-Explorer-mode/m-p/83691#M34933</guid>
      <dc:creator>bruce.liu</dc:creator>
      <dc:date>2022-09-14T06:51:00Z</dc:date>
    </item>
  </channel>
</rss>

