How to create diffrent sessions(tabs) in one browser and duplicating tab using IInputSimulator
I am using ChromeDriver with Selenium in my WPF desktop(.net core) application and I want to open different tabs(Sessions) in 1 Chrome browser For that I am using IInputSimulator(virtual keyboard) with the shortcut Ctrl+Shift+x but it is not opening as per the given TabCount. Do you have any solution or alternate way to achieve the … Read more