Update selector of type browser variable Uipath

Hi,
I used type Browser variable from Open Browser, and using the same browser type variable on multiple pages with Attach browser activity, but few of pages have different title. So, I want to update the selector with wild cards.
I didn’t found any solution.
Any suggestion?
@lukasziebold @PrankurJoshi @KarthikByggari @loginerror @badita @ClaytonM

It is an browser object and I guess UIPath will not allow to modify anything on browser object.

Instead of browser object, you can store the selector in a string variable and use in the Attach browser.
In this case you can modify the selector (as per your needs - using wildcard characters, etc) and use it.

Regards,
Karthik Byggari