1.I want to open 50+ dynamic url at a time which is getting from excel using python selenium.Is there any way to do parallel processing in windows 10 using python selenium??I am new to python.Please help me to do this...
2.
import multiprocessing as mp
print("Number of processors: ", mp.cpu_count())
i have tried this code to find maximum number of processes i can run.it returns 8.then how do i run 50+ dynamic urls at a time??
Note: I am using Windows 10, Python 3.7.4 ,selenium 3.141.0 ,Chrome Version 78.0.3904.108