<?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 Internet explorer has stopped working in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Internet-explorer-has-stopped-working/m-p/87230#M37968</link>
    <description>Hi

I have build a bot, that works well, except that some time during the process internet explorer stops working and blue prism freezes

A popup appears with the heading (Internet explorer has stopped working) the same popup that is dealt with on the knowledge base

Link to blue prisms knowledge base (https://portal.blueprism.com/customer-support/knowledge-base/internet-explorer-has-stopped-working-when-working-browser-element)

They are suggesting that you spy the popup and click on the close button as a normal user would, however my problem is, that once the popup appears blue prism as well as internet explorer freezes and therefore does not continue with the process.

I have build in steps in order to close the popup, as well as environmental checks to see if internet explorer is still running, however blue prism is unable to reach those steps in the process, as it freezes once the popup appears and does not continue with the process.

I am running internet explorer 9 

Any suggestions as to how i can deal with this?</description>
    <pubDate>Mon, 10 Jul 2017 23:13:00 GMT</pubDate>
    <dc:creator>Jan_LouisMoster</dc:creator>
    <dc:date>2017-07-10T23:13:00Z</dc:date>
    <item>
      <title>Internet explorer has stopped working</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Internet-explorer-has-stopped-working/m-p/87230#M37968</link>
      <description>Hi

I have build a bot, that works well, except that some time during the process internet explorer stops working and blue prism freezes

A popup appears with the heading (Internet explorer has stopped working) the same popup that is dealt with on the knowledge base

Link to blue prisms knowledge base (https://portal.blueprism.com/customer-support/knowledge-base/internet-explorer-has-stopped-working-when-working-browser-element)

They are suggesting that you spy the popup and click on the close button as a normal user would, however my problem is, that once the popup appears blue prism as well as internet explorer freezes and therefore does not continue with the process.

I have build in steps in order to close the popup, as well as environmental checks to see if internet explorer is still running, however blue prism is unable to reach those steps in the process, as it freezes once the popup appears and does not continue with the process.

I am running internet explorer 9 

Any suggestions as to how i can deal with this?</description>
      <pubDate>Mon, 10 Jul 2017 23:13:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Internet-explorer-has-stopped-working/m-p/87230#M37968</guid>
      <dc:creator>Jan_LouisMoster</dc:creator>
      <dc:date>2017-07-10T23:13:00Z</dc:date>
    </item>
    <item>
      <title>It sounds like the process</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Internet-explorer-has-stopped-working/m-p/87231#M37969</link>
      <description>It sounds like the process execution thread is blocked by the pop-up. It's a difficult technique, but one that we've used in the past in a similar scenario (with a Java pop-up blocking BP) is to have a second process running in the background that waits for the pop-up and kills iexplore. Alternatively, if you can predict when the pop-up will appear you could also try temporarily detaching and then killing iexplore.</description>
      <pubDate>Tue, 11 Jul 2017 13:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Internet-explorer-has-stopped-working/m-p/87231#M37969</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2017-07-11T13:22:00Z</dc:date>
    </item>
    <item>
      <title>Thank you John</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Internet-explorer-has-stopped-working/m-p/87232#M37970</link>
      <description>Thank you John
How would you go about running 2 processes at the same time?, would you need 2 instances of blue prism?</description>
      <pubDate>Thu, 13 Jul 2017 16:44:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Internet-explorer-has-stopped-working/m-p/87232#M37970</guid>
      <dc:creator>Jan_LouisMoster</dc:creator>
      <dc:date>2017-07-13T16:44:00Z</dc:date>
    </item>
    <item>
      <title>Hi Jan, Did you ever solve…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Internet-explorer-has-stopped-working/m-p/87233#M37971</link>
      <description>Hi Jan, Did you ever solve this?&amp;nbsp; I am experiencing the same in Windows 10 on Internet Explorer 11.</description>
      <pubDate>Mon, 19 Feb 2018 16:35:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Internet-explorer-has-stopped-working/m-p/87233#M37971</guid>
      <dc:creator>peterlacken</dc:creator>
      <dc:date>2018-02-19T16:35:00Z</dc:date>
    </item>
    <item>
      <title>Hi Team,
yes I do face the…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Internet-explorer-has-stopped-working/m-p/87234#M37972</link>
      <description>Hi Team,
yes I do face the same issue.
do we have any other alternate idea to solve it
&amp;nbsp;
Thanks&amp;nbsp;
&amp;nbsp;
&amp;nbsp;</description>
      <pubDate>Wed, 16 May 2018 18:45:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Internet-explorer-has-stopped-working/m-p/87234#M37972</guid>
      <dc:creator>ManojKumar3</dc:creator>
      <dc:date>2018-05-16T18:45:00Z</dc:date>
    </item>
    <item>
      <title>You can run multiple…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Internet-explorer-has-stopped-working/m-p/87235#M37973</link>
      <description>You can run multiple processes side by side&amp;nbsp;on&amp;nbsp;the same&amp;nbsp;resource PC, provided the business object Run Modes are in alignment. Look up Run Mode in the Help for an explanation.
To have one process run another asynchronously you need to employ the command line API. Again, the Help has some detail on the command line. As I said, achieving this is not easy!</description>
      <pubDate>Wed, 16 May 2018 23:16:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Internet-explorer-has-stopped-working/m-p/87235#M37973</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2018-05-16T23:16:00Z</dc:date>
    </item>
    <item>
      <title>If anyone has a solution…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Internet-explorer-has-stopped-working/m-p/87236#M37974</link>
      <description>If anyone has a solution,please contact me!!!!</description>
      <pubDate>Wed, 05 Sep 2018 13:50:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Internet-explorer-has-stopped-working/m-p/87236#M37974</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-05T13:50:00Z</dc:date>
    </item>
    <item>
      <title>If anyone has a solution…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Internet-explorer-has-stopped-working/m-p/87237#M37975</link>
      <description>If anyone has a solution,please contact me!!!!</description>
      <pubDate>Wed, 05 Sep 2018 13:50:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Internet-explorer-has-stopped-working/m-p/87237#M37975</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-05T13:50:00Z</dc:date>
    </item>
  </channel>
</rss>

