<?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: Concurrent management of multiple web pages in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Concurrent-management-of-multiple-web-pages/m-p/54540#M9044</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Unless there are any Web APIs for those Web Pages, you need to query them one by one.&lt;BR /&gt;The way to attach/detach the tabs, you need to specify the "Child Index" for each tab.&lt;BR /&gt;For example the main parent process is given the index of 0, whereas the first tab of the process is given the Child Index of 1. &lt;BR /&gt;The&amp;nbsp;Child Index parameter is specified in the attach action of a navigate stage.&lt;BR /&gt;Look into the 2.1 Child Index Section on Browser Automation Document:&amp;nbsp;&lt;A href="https://portal.blueprism.com/system/files/2017-09/Browser%20Automation%20Guide_0.pdf" target="_blank" rel="noopener"&gt;https://portal.blueprism.com/system/files/2017-09/Browser%20Automation%20Guide_0.pdf&lt;/A&gt;&lt;BR /&gt;Alternatively, you might want to set the registry key which is so called "TabProcGrowth" and mentioned in the&amp;nbsp;2.2 TabProcGrowth Section of the document above.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Tetsuji Junicho&lt;BR /&gt;Manager of RPA Practice Grp.&lt;BR /&gt;Accenture Japan&lt;BR /&gt;Asia/Tokyo&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 07 Aug 2019 09:00:00 GMT</pubDate>
    <dc:creator>tjunicho</dc:creator>
    <dc:date>2019-08-07T09:00:00Z</dc:date>
    <item>
      <title>Concurrent management of multiple web pages</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Concurrent-management-of-multiple-web-pages/m-p/54534#M9038</link>
      <description>&lt;SPAN&gt;Hi all&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm afraid to post my basic deadlock issue about concurrent management of multiple web pages.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Requirement&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Due to business requirement, our business user need to download multiple reports from web application (SAP/Fiori) by operating on multiple web tabs to get outcome from data source at the same timing.&amp;nbsp; To replicate this task by Blue Prism, I have no idea to set multiple web page attach, input variance, and monitoring download completion.&amp;nbsp; Sample dialogue is most welcomed.&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Assumptions&lt;/SPAN&gt;&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;Blue Prism 6.1&lt;/LI&gt;
&lt;LI&gt;Internet Explorer 11&lt;/LI&gt;
&lt;/UL&gt;
&lt;SPAN&gt;日本語追記&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;昨日上記英語で投稿したのですが、いまいち反応が鈍いので改めて日本語で書いておきます&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;BR /&gt;業務要件&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;社内イントラネット内のブラウザベースの SAP/Fiori から提供されている５~６程度の複数レポートに関して、できる限り同タイミングで取得する為、予めレポート分のブラウザタブを開き、必要な抽出条件を全て登録後に、ほぼ同時に出力指示ボタンを連続して押下。出力指示が完了すると画面にエクセル上のグリッド画面が表示されるのでその段階でエクセルフォーマットでダウンロード指示を行うのですが、５~６のレポートの内どれが早く終了するかどうかはわからないので、タブを巡回しながら終わったものからダウンロードを行っているのが現状です。&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;これを RPA で実装するにあたり、レポートを順番に処理すると、出力タイミングがずれてその間に追加修正されることでダウンロード内容にズレが生じてしまうので不可。&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;また５~６程度の本番ロボットを用意し、実行させることもリソース制約上不可。&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;前提条件&lt;/SPAN&gt;&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;使用Blue Prism 6.1&lt;/LI&gt;
&lt;LI&gt;使用ブラウザ&amp;nbsp;Internet Explorer 11&lt;/LI&gt;
&lt;/UL&gt;
&lt;SPAN&gt;不明な点&lt;/SPAN&gt;&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;一つのロボットが複数のブラウザタブ（あるいはウィンドウ）を同時にハンドルするためには、アタッチを動的に行う必要があると思うのですが、これをどうやればいいのか、&lt;/LI&gt;
&lt;LI&gt;ロボットが出力処理中、グリッド画面表示中、ダウンロード中、ダウンロード処理終了といった各状態をどうやって認知し、各々の状態に応じて次のタブに行く、もしくは次の作業を行うといった判断をするのか、&lt;/LI&gt;
&lt;/UL&gt;
&lt;SPAN&gt;といったあたりをどう実装すればいいのかわかりません&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;出来るだけ具体例やサンプルなどがあると助かるのですが。&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;------------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Takashi Satoh&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Senior Expert&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NetOne Systems&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Asia/Tokyo&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;------------------------------&lt;/SPAN&gt;</description>
      <pubDate>Tue, 06 Aug 2019 05:58:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Concurrent-management-of-multiple-web-pages/m-p/54534#M9038</guid>
      <dc:creator>TakashiSatoh</dc:creator>
      <dc:date>2019-08-06T05:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: Concurrent management of multiple web pages</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Concurrent-management-of-multiple-web-pages/m-p/54535#M9039</link>
      <description />
      <pubDate>Wed, 07 Aug 2019 06:00:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Concurrent-management-of-multiple-web-pages/m-p/54535#M9039</guid>
      <dc:creator>sumire</dc:creator>
      <dc:date>2019-08-07T06:00:00Z</dc:date>
    </item>
    <item>
      <title>RE: Concurrent management of multiple web pages</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Concurrent-management-of-multiple-web-pages/m-p/54536#M9040</link>
      <description>How is this done manually by human workers? I assume they're switching between tabs after downloading, even you can try the same or you can separate out tabs in windows and resize the windows so they're side by side and work on them.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Gopal Bhaire&lt;BR /&gt;Analyst&lt;BR /&gt;Accenture&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Aug 2019 07:23:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Concurrent-management-of-multiple-web-pages/m-p/54536#M9040</guid>
      <dc:creator>GopalBhaire</dc:creator>
      <dc:date>2019-08-07T07:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: Concurrent management of multiple web pages</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Concurrent-management-of-multiple-web-pages/m-p/54537#M9041</link>
      <description>Hi Gopal-san, yes your guess is what my colleague has done 4 times a month.&lt;BR /&gt;As wrote, the key point is to get 5-6 reports generated from certain timing of data source that is updated real-time.&lt;BR /&gt;So she needs to monitor and check data inquiring and status of 5-6 windows/tab of IE11.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Takashi Satoh&lt;BR /&gt;Senior Expert&lt;BR /&gt;NetOne Systems&lt;BR /&gt;Asia/Tokyo&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Aug 2019 07:37:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Concurrent-management-of-multiple-web-pages/m-p/54537#M9041</guid>
      <dc:creator>TakashiSatoh</dc:creator>
      <dc:date>2019-08-07T07:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: Concurrent management of multiple web pages</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Concurrent-management-of-multiple-web-pages/m-p/54538#M9042</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Why don't you use the Internet Download Manager of IE whose short-cut keys are Ctrl + J to manage those downloads?&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Tetsuji Junicho&lt;BR /&gt;Manager of RPA Practice Grp.&lt;BR /&gt;Accenture Japan&lt;BR /&gt;Asia/Tokyo&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Aug 2019 08:32:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Concurrent-management-of-multiple-web-pages/m-p/54538#M9042</guid>
      <dc:creator>tjunicho</dc:creator>
      <dc:date>2019-08-07T08:32:00Z</dc:date>
    </item>
    <item>
      <title>RE: Concurrent management of multiple web pages</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Concurrent-management-of-multiple-web-pages/m-p/54539#M9043</link>
      <description>Hi Tetsuji-san, thank you for advice.&lt;BR /&gt;Once all data inquiry actions have been done, this&lt;SPAN&gt;&amp;nbsp;Download Manager&amp;nbsp;seems to be handy to monitor status.&lt;BR /&gt;Then rest issue is how to manage data inquiry actions in multiple tabs/pages by BP...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Takashi Satoh&lt;BR /&gt;Senior Expert&lt;BR /&gt;NetOne Systems&lt;BR /&gt;Asia/Tokyo&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Aug 2019 08:43:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Concurrent-management-of-multiple-web-pages/m-p/54539#M9043</guid>
      <dc:creator>TakashiSatoh</dc:creator>
      <dc:date>2019-08-07T08:43:00Z</dc:date>
    </item>
    <item>
      <title>RE: Concurrent management of multiple web pages</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Concurrent-management-of-multiple-web-pages/m-p/54540#M9044</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Unless there are any Web APIs for those Web Pages, you need to query them one by one.&lt;BR /&gt;The way to attach/detach the tabs, you need to specify the "Child Index" for each tab.&lt;BR /&gt;For example the main parent process is given the index of 0, whereas the first tab of the process is given the Child Index of 1. &lt;BR /&gt;The&amp;nbsp;Child Index parameter is specified in the attach action of a navigate stage.&lt;BR /&gt;Look into the 2.1 Child Index Section on Browser Automation Document:&amp;nbsp;&lt;A href="https://portal.blueprism.com/system/files/2017-09/Browser%20Automation%20Guide_0.pdf" target="_blank" rel="noopener"&gt;https://portal.blueprism.com/system/files/2017-09/Browser%20Automation%20Guide_0.pdf&lt;/A&gt;&lt;BR /&gt;Alternatively, you might want to set the registry key which is so called "TabProcGrowth" and mentioned in the&amp;nbsp;2.2 TabProcGrowth Section of the document above.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Tetsuji Junicho&lt;BR /&gt;Manager of RPA Practice Grp.&lt;BR /&gt;Accenture Japan&lt;BR /&gt;Asia/Tokyo&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Aug 2019 09:00:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Concurrent-management-of-multiple-web-pages/m-p/54540#M9044</guid>
      <dc:creator>tjunicho</dc:creator>
      <dc:date>2019-08-07T09:00:00Z</dc:date>
    </item>
    <item>
      <title>RE: Concurrent management of multiple web pages</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Concurrent-management-of-multiple-web-pages/m-p/54541#M9045</link>
      <description>Tetsuji-san, awesome.&lt;BR /&gt;Let me try it today, thank you very much.&lt;BR /&gt;初歩的な質問に回答いただき、ありがとうございました。&lt;BR /&gt;助かりました。&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Takashi Satoh&lt;BR /&gt;Senior Expert&lt;BR /&gt;NetOne Systems&lt;BR /&gt;Asia/Tokyo&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Aug 2019 03:46:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Concurrent-management-of-multiple-web-pages/m-p/54541#M9045</guid>
      <dc:creator>TakashiSatoh</dc:creator>
      <dc:date>2019-08-08T03:46:00Z</dc:date>
    </item>
  </channel>
</rss>

