Recording problem : can't do the sequence when it's not the same home page?

Hello
i am using uipath for the first time and an error appared when i try to do the sequence
my browser re-open the last page that i closed when i launch it. when i did my seq, suppose i was in google’s page and the robot goes to facebook’s page and close it. But when i try to do it again, it opens the browser with facebook as homepage and shows me an error.

Message: Cannot find the UI element corresponding to this selector:

Exception Type: UiPath.Core.SelectorNotFoundException

How can i do it differently (i mean without making my browser always opens with the same page)

gracias !

Are you using an Open Browser activity or an Attach Browser activity?

Open Browser will open a new browser window to the specified webpage.
Attach Browser will attach to a browser window that matches the selector.