Created
May 12, 2015 17:19
-
-
Save RuanAragao/80f7c50c0583857a4f4a to your computer and use it in GitHub Desktop.
form
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 1 - Despesas | |
url = "http://inter01.tse.jus.br/spceweb.consulta.receitasdespesas2014/resumoDespesasByCandidato.action?sqCandidato=&sgUe=&sgUfMunicipio=&filtro=S&tipoEntrega=0" | |
### 2 - Receitas | |
# url = "http://inter01.tse.jus.br/spceweb.consulta.receitasdespesas2014/resumoReceitasByCandidato.action" | |
### form | |
# sqCandidato | |
# sgUe | |
#candidato | |
# rb1 = checked ##vide url | |
### tipo | |
# receitas ## muda para a url 2 | |
# # | |
# Tipo de Prestação de Contas | |
# tipoEntrega | |
# # values | |
# # # 1 - 1ª Parcial | |
# # # 2 - 2ª Parcial | |
# # # 0 - Final | |
### Filtro por Candidato | |
# nrCandidato - numero | |
# nmCandidato - nome | |
# sgUfMunicipio - uf | |
# sgPartido - partido | |
### submit | |
# action:resumoReceitasByCandidato | |
# action:exportaReceitaCsvCandidato | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment