https://github.com/divertimentos/tutorial-selenium-real-python
Tutorial de Selenium
https://github.com/divertimentos/tutorial-selenium-real-python
python selenium tutorial
Last synced: 11 months ago
JSON representation
Tutorial de Selenium
- Host: GitHub
- URL: https://github.com/divertimentos/tutorial-selenium-real-python
- Owner: divertimentos
- Created: 2019-03-22T14:29:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-01T23:33:42.000Z (over 4 years ago)
- Last Synced: 2025-01-04T06:15:07.519Z (about 1 year ago)
- Topics: python, selenium, tutorial
- Language: Python
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tutorial de Selenium do Real Python
## Pre-requisitos:
* Atualizar informações dos pacotes instalados:
`sudo apt-get update`
* Baixa e instala o **xvfb**, o **libxi6** e o **libgconf**:
`sudo apt-get install -y unzip xvfb libxi6 libgconf-2-4`
* Instala o Java Development Kit:
`sudo apt-get install default-jdk`
### Fontes:
* **TecAdmin.net**: [How to Setup Selenium with ChromeDriver on Ubuntu 18.04 & 16.04](https://tecadmin.net/setup-selenium-chromedriver-on-ubuntu/)