How can I list the title of all open browsers?
Can you give the use case for this? I don’t know of a way to do this in UiPath, but maybe we can help find a workaround for your use case.
I have a window that opens with a random name, but part of the name is default.
I want select a browser that name starts with this default name.
You can make your selector for Attach Browser dynamic. Here is an example using Chrome:
<html app='chrome.exe' title='Default*' />
This selector assumes that the title of the window begins with the word “Default”.
2 Likes
It works! Thanks!
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.