Approximate running time equation for Selenium

running time = init_time * x + total_fonts * time_per_font / x

here x is the ideal no. of threads
total number of fonts currently = 460

Chrome driver

Gecko driver (Firefox)

Practical Running Time With Gecko Driver and No Parallel Processes = 266 seconds

Practical Running Time With Gecko Driver and No Parallel Processes = 84 seconds