<?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 identify correct window of Google chrome when multiple instances of the same application is opened? in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-to-identify-correct-window-of-Google-chrome-when-multiple/m-p/49655#M5020</link>
    <description>Exactly as Eric mentioned, in an ideal production scenario - you would need two instances of browser only when they are different from each other.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;MuraliKrishna&lt;BR /&gt;RPA Consultant&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 15 Oct 2021 21:01:00 GMT</pubDate>
    <dc:creator>krishna.kodimurali9</dc:creator>
    <dc:date>2021-10-15T21:01:00Z</dc:date>
    <item>
      <title>How to identify correct window of Google chrome when multiple instances of the same application is opened?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-identify-correct-window-of-Google-chrome-when-multiple/m-p/49653#M5018</link>
      <description>&lt;DIV style="padding-left: 40px;"&gt;If I have 2 instances of Facebook opened in Google Chrome (means 2 windows), how can I identify the correct instance?&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Prachi Mathur&lt;BR /&gt;Consultant&lt;BR /&gt;Personal&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Oct 2021 13:20:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-identify-correct-window-of-Google-chrome-when-multiple/m-p/49653#M5018</guid>
      <dc:creator>pracmathur</dc:creator>
      <dc:date>2021-10-15T13:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to identify correct window of Google chrome when multiple instances of the same application is opened?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-identify-correct-window-of-Google-chrome-when-multiple/m-p/49654#M5019</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/36040"&gt;@pracmathur&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Are you launching either, or both, of the browser instances? If so, take a look at the Application Modeller help for browser automation specifically as it relates to &lt;STRONG&gt;Tracking ID&lt;/STRONG&gt;. You can find information &lt;A href="https://bpdocs.blueprism.com/bp-6-10/en-us/Guides/chrome-firefox/application-modeller-chrome-firefox.htm?Highlight=Tracking%20ID" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;If you are not launching the browser instances from your process than I believe you'll need to find something unique about the instance you're wanting to attach to. Possibly a field you can read from the web page of each instance to determine which one is the correct one (ex. the name of the FB user page). &lt;BR /&gt;&lt;BR /&gt;With that said, if you have two instances of Chrome, with both showing FB, does it really matter which one you connect to? I suppose it depends on what you're trying to do.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Oct 2021 15:46:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-identify-correct-window-of-Google-chrome-when-multiple/m-p/49654#M5019</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-10-15T15:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to identify correct window of Google chrome when multiple instances of the same application is opened?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-identify-correct-window-of-Google-chrome-when-multiple/m-p/49655#M5020</link>
      <description>Exactly as Eric mentioned, in an ideal production scenario - you would need two instances of browser only when they are different from each other.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;MuraliKrishna&lt;BR /&gt;RPA Consultant&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Oct 2021 21:01:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-identify-correct-window-of-Google-chrome-when-multiple/m-p/49655#M5020</guid>
      <dc:creator>krishna.kodimurali9</dc:creator>
      <dc:date>2021-10-15T21:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to identify correct window of Google chrome when multiple instances of the same application is opened?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-identify-correct-window-of-Google-chrome-when-multiple/m-p/49656#M5021</link>
      <description>Hi Prachi,&lt;BR /&gt;&lt;BR /&gt;Tracking ID is only available when you use Blue Prism v6 in ephemeral port mode. If you happen to use fixed port mode, which is our current recommendation for all Blue Prism users, you may consider the following:&lt;BR /&gt;&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;Launch two instances of the same browser to FB using Utility VBOs. You can then use a combination of parameters to attach to an instance of the browser, one such parameter may be Process ID. If you have attached to the right process, only elements found in that instance of the browser will be available to you through Blue Prism.&lt;/LI&gt;
&lt;LI&gt;Ensure each instance of the browser has only one element fits your definition. You can then use Match Index to locate your element.&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
If the page displayed on those tabs are different, you can use a lot of ways to differentiate between those elements. Consider the following:&lt;BR /&gt;&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;Try build the differences into the element definition. The use of Web Page Address is not often recommended, but may be justified in this situation.&lt;/LI&gt;
&lt;LI&gt;A more robust approach may involve the use of XPath/CSS, due to their ability to use element-to-element relationship to define elements. Try build such relationships into the expression then you will be able to limit your spying to an element on a specific page&lt;/LI&gt;
&lt;/UL&gt;
As others have said, it is not entirely important to know which instance of the browser from the backend matches which browser window from the frontend. All you need to worry about as a developer is to find ways to reliably interact with the browser instance by using a certain mechanism (Match Index, Process ID and etc), and you need to keep track of this while working with your processes.&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, 20 Oct 2021 00:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-identify-correct-window-of-Google-chrome-when-multiple/m-p/49656#M5021</guid>
      <dc:creator>bruce.liu</dc:creator>
      <dc:date>2021-10-20T00:14:00Z</dc:date>
    </item>
  </channel>
</rss>

