**Issue with Workflow in UiPath: Browser Opens Twice**

Hi @Vhierdy_Hafidz

Use an argument to pass the browser instance from Login.xaml to Dashboard.xaml. In Login.xaml, store the browser in a variable and pass it as an argument. In Dashboard.xaml, use Attach Browser instead of Open Browser to continue in the same session.

1 Like