Skip to content

Commit

Permalink
atualização pré-requisitos
Browse files Browse the repository at this point in the history
  • Loading branch information
caioandrian authored Oct 11, 2021
1 parent 194e6f1 commit 4ccd0a0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@ Conteúdo básico do curso + testes adicionais.
<br/>

### ---- Pré-Requisitos ----
- Sistema Operacional Windows
- Download da Linguagem Python (https://www.python.org/downloads/)
- Python com PIP
- Marcar opção de instalar o PIP durante instalação do Python
- python --version
- pip --version
- Download do Robot Framework via linha de comando no terminal: pip install robotframework
- robot --version
- Download do chrome driver (https://chromedriver.chromium.org/downloads), salvar dentro da pasta scripts onde foi instalado o Python na sua máquina.
- Download so Selenium Library: pip install robotframework-seleniumlibrary
- Download do Geckodriver: https://github.com/mozilla/geckodriver/releases
- Download do chrome driver (https://chromedriver.chromium.org/downloads)
- Salvar ambos os arquivos executáveis (geckodriver e chrome driver), dentro da pasta scripts onde foi instalado o Python na sua máquina.
<br/>

#### **Página e APP usados durante os testes**:
Expand Down

0 comments on commit 4ccd0a0

Please sign in to comment.