I want to use Selenium on a certain website. I have to open the website multiple times simultaneously with each instance having an unique session. I can open multiple windows but can't seem to create an unique session for each one.
I did some research and found Selenium Grid and some online platforms which can run all kinds of browsers to test your application but this seems to be more complicated than it has to be.
So how can I use Selenium to visit a website multiple times simultaneously with each one having an unique session?
Kind Regards,
Martin