I am in a situation where I need to test a website in Chrome where I have two different users logged in at once and then I want to switch between each instance and test different functions
Is there a way to open a second chrome instance which will be free of any cookies etc (so the user logged into first instance won't be still logged in) and then I can login as second user on the second instance and keep both instances with both users logged in?
Or would I have to resort to opening up a second browser ie Firefox and do it that way? Our suite is only currently configured to run with Chrome and ChromeDriver so I would have to update it so it could also open a firefox instance with geckordriver and test that.