I am new to Selenium.
My doubt is,
After submitting credential form during automation (login), is it possible to create multiple driver instance, and have multiple browser windows and run events parallely in different threads, by injecting sessions/cookies to increase performance. I learned its not possible to work on different tabs parallely. My main concern is regarding the time consumption. Would it cost have multiple driver instances?
Thanks in advance. Happy coding :)