Skip to content

Instantly share code, notes, and snippets.

@requeijaum
Last active August 17, 2018 13:58
Show Gist options
  • Save requeijaum/19d4b84d500cf9d48d59a4427234c946 to your computer and use it in GitHub Desktop.
Save requeijaum/19d4b84d500cf9d48d59a4427234c946 to your computer and use it in GitHub Desktop.
Lista de coisas para fazer para o Robô da Derivative Calculator, feito em Selenium

Instalação

#instalar selenium
$ pip install selenium

#instalar geckodriver
#no debian/ubuntu
sudo apt-get install geckodriver

#no Homebrew do macOS
brew install geckodriver

#no Chocolatey do Windows???
choco install geckodriver 

Invocação

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment