3.10.2
A primeira coisa a se fazer é instalar o Selenium:
pip install selenium
Em seguida, instalar o WebDriver Manager :
pip install webdriver_manager
Agora está tudo pronto para executar!
Abra o prompt de comando e execute:
python start.py
3.10.2
The first thing that you had to do is install the Selenium :
pip install selenium
After that install WebDriver Manager :
pip install webdriver_manager
Now you're ready to go!
Open command prompt and execute the command:
python start.py