Skip to content

Commit

Permalink
Explicados passos de instalação do ChromeDriver
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-oldra committed Aug 9, 2023
1 parent 3235fb2 commit 771257d
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 @@ -3,6 +3,7 @@
</h1>
<p align="center">
<a href="#tecnologias-e-práticas-utilizadas">Tecnologias e práticas utilizadas</a> •
<a href="#chromedriver">ChromeDriver</a> •
<a href="#comandos">Comandos</a>
</p>

Expand All @@ -11,6 +12,11 @@ Scripts para realização de testes de aceitação.
## Tecnologias e práticas utilizadas
- Python 3.8
- Robot Framework 6.0.2
- ChromeDriver

## ChromeDriver

É necessário fazer o download do ChromeDriver (https://chromedriver.chromium.org/downloads) de acordo com a versão do *Chrome* instalada no seu computador, descompactar o arquivo e copiar o executável para dentro da pasta *Scripts* da instalação do seu python.

## Comandos

Expand Down Expand Up @@ -41,5 +47,3 @@ env\Scripts\deactivate.bat
(env) robot .
(env) robot_run_all.cmd
```

Passo do ChromeDrive!!!!

0 comments on commit 771257d

Please sign in to comment.