<?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: Issue Maximising second browser in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Issue-Maximising-second-browser/m-p/123563#M54041</link>
    <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/325"&gt;@Rambo27&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/7045"&gt;@greggoodrem&lt;/a&gt;&amp;nbsp; - Thank you both so much for your suggestions - i now have it working from the help of my amazing colleague.&lt;/P&gt;&lt;P&gt;my win 32 element that i spied ... i had not spied the full window just the inside of it - which is why the maximise was not working and the attach for both applications.&lt;/P&gt;&lt;P&gt;I have re-spied all the win32 for both applications, now the second application although it launches in a small screen now maximises and the applications are being brought to the forefront each time with the activate stage.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Nov 2025 17:22:39 GMT</pubDate>
    <dc:creator>FrankieTEWV</dc:creator>
    <dc:date>2025-11-14T17:22:39Z</dc:date>
    <item>
      <title>Issue Maximising second browser</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-Maximising-second-browser/m-p/123531#M54026</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;My automation involves having two applications open at the same time and flicking between the two to update them.&lt;/P&gt;&lt;P&gt;It launches for the first application fine on full screen, however when it launches my second application it launches it in a separate smaller window .. which would be fine but the maximise action does not work on it.&lt;/P&gt;&lt;P&gt;I have tried using the --start-maximized at the end of the URL&amp;nbsp; in the application modeller, however it doesn't even load the application,&amp;nbsp; it completes the launch stage but fails on the write username action as it cant see the username box (as it hasn't actually launched) - I've checked in the task manager and its not showing so it not hidden anywhere.&lt;/P&gt;&lt;P&gt;Has anyone ever had this issue before? or can give me any ideas on how to fix this.&lt;/P&gt;&lt;P&gt;Please note that we have other automations that use multiple applications at once with no issues - however this one is having issues - could it be down to the application maybe?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Frankie&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Nov 2025 12:13:42 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-Maximising-second-browser/m-p/123531#M54026</guid>
      <dc:creator>FrankieTEWV</dc:creator>
      <dc:date>2025-11-13T12:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Maximising second browser</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-Maximising-second-browser/m-p/123532#M54027</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/45265"&gt;@FrankieTEWV&lt;/a&gt;&amp;nbsp; -&amp;nbsp;&lt;/P&gt;&lt;P&gt;May be you can try launching your URL using Utility- Process (Action - Launch Process) - By passing&amp;nbsp;&lt;/P&gt;&lt;P&gt;Application as full path for browser exe which you are using&amp;nbsp;&lt;/P&gt;&lt;P&gt;Arguments as&amp;nbsp;"--new-window "&amp;amp;&amp;lt;&lt;EM&gt;your URL&lt;/EM&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;Once it launched perfect you can attach thru using Utility -Environment (Action Read Memory stats - with windows title) by passing collection of which process name&amp;nbsp; you are checking (for ex. here msedge) .&amp;nbsp;&lt;/P&gt;&lt;P&gt;Setup a looping across the extracted value from above stats and check for window title matching w.r.t to you application (for example win title can be like login,appname etc)&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if have any question over it . Hope it helps&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Nov 2025 13:01:53 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-Maximising-second-browser/m-p/123532#M54027</guid>
      <dc:creator>Rambo27</dc:creator>
      <dc:date>2025-11-13T13:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Maximising second browser</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-Maximising-second-browser/m-p/123542#M54032</link>
      <description>&lt;P&gt;Hey Frankie hope you are doing well if no luck with the above I'd probably do a Alt + Space then x in Global Send Keys after launch&lt;/P&gt;</description>
      <pubDate>Thu, 13 Nov 2025 17:48:12 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-Maximising-second-browser/m-p/123542#M54032</guid>
      <dc:creator>greggoodrem</dc:creator>
      <dc:date>2025-11-13T17:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Maximising second browser</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-Maximising-second-browser/m-p/123546#M54033</link>
      <description>&lt;P&gt;Thanks so much for responding .. i tried your suggestion of ..&amp;nbsp;&lt;/P&gt;&lt;P&gt;launching your URL using Utility- Process (Action - Launch Process) - By passing&amp;nbsp;Application as full path for browser exe which you are using&amp;nbsp;Arguments as&amp;nbsp;"--new-window "&amp;amp;&amp;lt;&lt;EM&gt;your URL&lt;/EM&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and it worked! it opened it up in a new window full size.&amp;nbsp;&lt;/P&gt;&lt;P&gt;my issue now is that i cant get the application to activate between the two browsers - the activate stage works if im on that application but if i need to activate the other application to bring it to the forefront it doesn't work.&lt;/P&gt;&lt;P&gt;I was looking into tracking ID but you can only get the tracking ID if using a navigate launch action and im not using that anymore.&lt;/P&gt;&lt;P&gt;I tried to set up your suggestion of&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;Utility -Environment (Action Read Memory stats - with windows title) by passing collection of which process name&amp;nbsp; you are checking (for ex. here msedge) .&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;However I can only see the below action which doesn't have the "with window title"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FrankieTEWV_0-1763056146973.png" style="width: 400px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/41710i2EA5F5D49D4B2F5B/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="FrankieTEWV_0-1763056146973.png" alt="FrankieTEWV_0-1763056146973.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i tried it anyway and set up the process name collection - see below&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FrankieTEWV_1-1763056233170.png" style="width: 400px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/41711iBFD50E3B1CD098C3/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="FrankieTEWV_1-1763056233170.png" alt="FrankieTEWV_1-1763056233170.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;but get this error?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FrankieTEWV_2-1763056275257.png" style="width: 400px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/41712i75156B5DC93326AC/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="FrankieTEWV_2-1763056275257.png" alt="FrankieTEWV_2-1763056275257.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Can you advise where im going wrong please - thanks in advance.&lt;/P&gt;&lt;P&gt;Frankie&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Nov 2025 17:52:30 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-Maximising-second-browser/m-p/123546#M54033</guid>
      <dc:creator>FrankieTEWV</dc:creator>
      <dc:date>2025-11-13T17:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Maximising second browser</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-Maximising-second-browser/m-p/123558#M54037</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/45265"&gt;@FrankieTEWV&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Launch page will look like this&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Launcher object page -&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;launching your URL using Utility- Process (Action - Launch Process) - By passing&amp;nbsp;Application as full path for browser exe which you are using&amp;nbsp;Arguments as&amp;nbsp;"--new-window "&amp;amp;&amp;lt;&lt;/SPAN&gt;&lt;EM&gt;your URL&lt;/EM&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Rambo27_1-1763130750390.png" style="width: 400px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/41715iD797E744CBE8990B/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Rambo27_1-1763130750390.png" alt="Rambo27_1-1763130750390.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2. Iteration using Read stats in which "Process Names" collection you can pass&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Rambo27_2-1763130809829.png" style="width: 400px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/41716iE092E46043DCF1BC/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Rambo27_2-1763130809829.png" alt="Rambo27_2-1763130809829.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Rambo27_3-1763130864734.png" style="width: 400px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/41717iC98576216DA8ED84/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Rambo27_3-1763130864734.png" alt="Rambo27_3-1763130864734.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Now Output of Read memory stats you can say process stats as a output collection will hold different application open on your system out of those window title is of the variables&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Rambo27_4-1763130968382.png" style="width: 400px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/41718iEC12BCB1FE1A8184/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Rambo27_4-1763130968382.png" alt="Rambo27_4-1763130968382.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;in your iteration just check&amp;nbsp;InStr([Process Statistics.Window Title], "&amp;lt;your window title name&amp;gt;")&amp;gt;0 once that's match get out off the loop&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will get from the loop Process ID - that you can again re-validate by checking task manager&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Attach Application - Use above generated process ID and pass in Attach argument's&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Rambo27_5-1763131376563.png" style="width: 400px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/41719iA0AB1F02C41CAAC9/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Rambo27_5-1763131376563.png" alt="Rambo27_5-1763131376563.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4.&amp;nbsp; For making it f&lt;SPAN&gt;orefront - You can have one element for window mode and use navigate stage to activate application .&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope it make sense .&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Happy help if any more queries .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2025 14:44:34 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-Maximising-second-browser/m-p/123558#M54037</guid>
      <dc:creator>Rambo27</dc:creator>
      <dc:date>2025-11-14T14:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Maximising second browser</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-Maximising-second-browser/m-p/123560#M54039</link>
      <description>&lt;P&gt;Is the 2nd window not just requiring a different attach to it?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2025 15:56:17 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-Maximising-second-browser/m-p/123560#M54039</guid>
      <dc:creator>greggoodrem</dc:creator>
      <dc:date>2025-11-14T15:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Maximising second browser</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-Maximising-second-browser/m-p/123562#M54040</link>
      <description>&lt;P&gt;Yes it will do - 2 application 2 object -&lt;/P&gt;&lt;P&gt;I mentioned in 1st description 1st application is working fine but in 2nd application issue is found&lt;/P&gt;&lt;P&gt;so possibly 1st application we can use tracking ID as use in attach and further actions&lt;/P&gt;&lt;P&gt;for 2nd application as there is some issue in making it full , possible solution to use process id can be used .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2025 16:20:11 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-Maximising-second-browser/m-p/123562#M54040</guid>
      <dc:creator>Rambo27</dc:creator>
      <dc:date>2025-11-14T16:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Maximising second browser</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-Maximising-second-browser/m-p/123563#M54041</link>
      <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/325"&gt;@Rambo27&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/7045"&gt;@greggoodrem&lt;/a&gt;&amp;nbsp; - Thank you both so much for your suggestions - i now have it working from the help of my amazing colleague.&lt;/P&gt;&lt;P&gt;my win 32 element that i spied ... i had not spied the full window just the inside of it - which is why the maximise was not working and the attach for both applications.&lt;/P&gt;&lt;P&gt;I have re-spied all the win32 for both applications, now the second application although it launches in a small screen now maximises and the applications are being brought to the forefront each time with the activate stage.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2025 17:22:39 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-Maximising-second-browser/m-p/123563#M54041</guid>
      <dc:creator>FrankieTEWV</dc:creator>
      <dc:date>2025-11-14T17:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Maximising second browser</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-Maximising-second-browser/m-p/123651#M54079</link>
      <description>&lt;P&gt;if you want to launch browser with maximize default then add this after your url &lt;STRONG&gt;--start-maximized&lt;/STRONG&gt;&amp;nbsp; by this it will launch browser in maximized mode always.&lt;/P&gt;&lt;P&gt;Note: When you are dealing with multiple web application then better launch one with Chrome another with Edge to better automation.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2025 10:53:55 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-Maximising-second-browser/m-p/123651#M54079</guid>
      <dc:creator>naveed_raza</dc:creator>
      <dc:date>2025-11-28T10:53:55Z</dc:date>
    </item>
  </channel>
</rss>

