SauceDemo

Versão do Python

3.10.2

Instalação

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!

Como executar

Abra o prompt de comando e execute:

python start.py

English

Python Version

3.10.2

Instalation

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!

How to Run

Open command prompt and execute the command:

python start.py