20-07-23 11:04 AM
Hi community,
We are currently migrating from BP v6.6 to v7.1.1 and we have noticed that when a process has multiple applications to automate in the same browser application(Chrome here) , all the instances from the 2nd one are not launched in maximized mode.
We are using chrome version 114.0.5735.91
We have some applications we automate that loads in a different way when it's not maixmized and so that requires an additional build effort we want to avoid
We can always use a navigate action to maximise the application after launch but that's also a small code change we'll need to save.
We never faced this with v6.6 or earlier instances of Chrome(older than 90).
Is this a BP version bug and could we resolve it in any way inherently than using the maximise actions in code