Crissal1995 / automsr

MIT License
7 stars 0 forks source link

The browser is not closed after one profile execution #17

Open Crissal1995 opened 1 year ago

Crissal1995 commented 1 year ago

Sometimes the browser is not closed after one profile finishes its execution.

This will cause an error with Selenium for the next profile, since for a specific binary Selenium can handle only one window open.

Closing all Chrome windows and re-running automsr should be enough.