Home > other >  The selenium a browser, multiple Windows open at the same time
The selenium a browser, multiple Windows open at the same time

Time:01-22

 for I in range (1, 6) : 
Driver& I=webdriver. Chrome ()
Driver& I.g et (" http://www.baidu.com ")


I want to achieve driver1 driver2 driver3 driver4 driver5 open window at the same time, the code should be how to write

CodePudding user response:

Why don't you put the five driver a list
  • Related