https://github.com/hellenilda/seleniumwebscraping
https://github.com/hellenilda/seleniumwebscraping
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hellenilda/seleniumwebscraping
- Owner: hellenilda
- Created: 2024-11-23T12:43:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-23T15:04:54.000Z (over 1 year ago)
- Last Synced: 2024-11-23T16:19:07.320Z (over 1 year ago)
- Language: Python
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web scraping com Selenium
## Como utilizar
1. Criar o `virtualenv`
```bash
python -m venv venv
```
2. Ativar o `virtualenv`
- Windows
```bash
venv/Scripts/activate.bat
```
- Linux
```bash
venv/Scripts/bin/activate
```
3. Instalar o Selenium com `pip`
```bash
pip install selenium
```
---
## Resultado da tabela

---
## Teoria
* O botão direito do mouse é um clique de contexto (as opções aparecem de acordo com o contexto em que ele está)
* ActionChain: uma sequência de ações a serem executadas
---
## Melhorias futuras
* Reorganização da estrutura geral do projeto
* Finalização do README