I am trying to create a multi-thread programming using python selenium.In my program i want to open 50+ different urls simultaneously, so my code is opening each url in different browsers.Whenever i ran my program my cpu utilization is reaching 100%.So sometime some of the urls are not opening.
So My question is if i open multiple tabs within single browser is it reduce my cpu utilization ?
If yes, please help me to open multiple tabs in single browser using python selenium.