xandreafonso / selenium-python-start

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentação Selenium com Python: https://selenium-python.readthedocs.io/

Criar o ambiente:

python3 -m venv .venv

Ativar o ambiente:

& .venv/Scripts/Activate.ps1

Dar a permissão para executar o script que ativa o ambiente:

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser

Instalar Selenium:

pip install selenium

Instalar o gerenciador do webdrive do navegador:

pip install webdriver-manager

Jupyterlab:

pip install jupyterlab

Iniciar Jupyterlab:

jupyter lab

About


Languages

Language:Python 100.0%