For me that’s a huge step back. The new Use Browser is missing settings like Private & NewSession in the Modern Design. So it’s not possible to open Chrome in private mode anymore. So currently the only workaround is to hit CTRL+SHIFT+N as Chrome shortcut:
But for me that does not sound like a good solution as browsers can swap that hotkey or having different.
So before without the Modern Design is was possible to set incognito mode in Open Browser:
So why is that feature gone in the Modern Design rework? How to get it back without the workaround and still using the Modern Design?
Ok thanks this works. But this is just another way to open Chrome and start another Chrome incognito. Not a real solution on this.
But I would like to open just exactly one browser window. So how do I now programmatically make sure these both browsers are closed at the end. Usually I just save the browser instance of the browser. But now I would need to save 2 instances to close them at the end? I know I could also just search for opened Chromes at the very end. But maybe there are more then these 2 Chromes opened, that would mean misbehaviors.
So please let me know when this is more practicable.
Same as my version. Let’s find out what is happening. I recall there is also this option, could you check if you have it active in your UiPath Chrome extension settings?
No idea, your example works perfectly. So I compared to mine. I cannot see any difference at all. Here is my BlankProcess. Maybe you can tell me the steps you did. I think it is something with the Scope or the Object library.
Your project seems to work for me
I went ahead and did a text compare between the both project files, and one thing I found is that you do have some corrupted namespaces in your project:
Thanks, I registered the bug and I will keep this topic up to date. It is indeed the Object Repository, it overwrites the custom properties while not allowing one to edit them within the Object Repository descriptor.
Easiest way to reproduce it is to add a new Use Application/Browser activity, modify the properties (such as the argument “–incognito”), and then drag and drop the Object Repository descriptor on top of it. It will reset the argument to the default blank.
Our team had a look and the improvement is currently being tracked where you can edit the arguments of the screen in all cases (currently you can only do that for applications that aren’t a web browser)
In the meantime, the workaround would be to first prepare the activity and then add it to Object Repository: