Multiple Browser Windows Opening While Using Application Browser for Data Extraction from Amazon Product

I’m working on an assignment where I’m using Application Browser to extract a product table from Amazon. However, whenever I run the workflow, it opens multiple browser windows instead of just using the one I indicated. How can I check which browser instance UiPath is actually running on when I click Run?

Hi @supriya_joshi

Before opening your browser application, use kill process activity to kill all instances of chrome.

This will ensure there are no pre- opened chrome instances and only 1 is opened by your code.

1 Like

@supriya_joshi

Welcome to the community

In Use application/browser activity you have a porperty for open and set it to if not open ..or never..if you set to never always it tries to check for window and fails if it does not find..if you set to if not open it would open if not present and use existing if present

cheers

2 Likes

Hi @supriya_joshi

You should try and make the selector “wide” enough to catch existing opened browsers, and define the property Open on your Use Application/Browser container to Never.

Regards
Soren

1 Like