An open API service indexing awesome lists of open source software.

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

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/)