3 lines
97 B
Python
3 lines
97 B
Python
from webdriver_manager.chrome import ChromeDriverManager
|
|
|
|
print( ChromeDriverManager().install()) |