Skip to main content

No project description provided

Project description

Selenium Killer

Introdução

O Selenium Killer é uma biblioteca que permite usar o httpx para realizar requisições e capturar os dados de um site. Assim você pode usar a biblioteca para automatizar tarefas como:

  • Capturar os dados de um site
  • Realizar requisições POST
  • Realizar requisições GET
  • Enviar formulários

Ele surge como uma necessidade de automação, pois abrir navegador é um processo caro e demorado.

O Selenium Killer não tem renderização por javascript. Logo para tarefas que exigem interação por javascript, você deve usar o Selenium ou alguma biblioteca parecida.

Como Usar

O coração do Selenium Killer é a classe SeleniumKiller que contém as funções get, post e forms.

Exemplos

Importar e instanciar

from selenium_killer.killer import SeleniumKiller
killer = SeleniumKiller()

A selenium killer é baseada no padrão factory pattern. Sempre retornando uma nova instancia do mesmo objeto.

Exemplo de uso

killer = SeleniumKiller()
killer.get('https://google.com')
killer.forms
killer.post('https://google.com')

Uso

Vamos fazer um requisição para o site https://google.com e capturar os dados de um formulário:

killer = SeleniumKiller()
await killer.get('https://google.com')
forms = killer.forms
forms[0].submit()
forms[0].fields

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

selenium_form_killer-0.1.11.tar.gz (9.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

selenium_form_killer-0.1.11-py3-none-any.whl (12.8 kB view details)

Uploaded Python 3

File details

Details for the file selenium_form_killer-0.1.11.tar.gz.

File metadata

  • Download URL: selenium_form_killer-0.1.11.tar.gz
  • Upload date:
  • Size: 9.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/6.9.3-76060903-generic

File hashes

Hashes for selenium_form_killer-0.1.11.tar.gz
Algorithm Hash digest
SHA256 11857fc3e553a1fb17debd136ca96dad2c6661c426538609b661366721b41069
MD5 80554f2c100724aa63a2b831f4ce3ec2
BLAKE2b-256 fb9abe5778b82161942c167af77e5844d0637eab411f18418d9273f902a09eb2

See more details on using hashes here.

File details

Details for the file selenium_form_killer-0.1.11-py3-none-any.whl.

File metadata

  • Download URL: selenium_form_killer-0.1.11-py3-none-any.whl
  • Upload date:
  • Size: 12.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/6.9.3-76060903-generic

File hashes

Hashes for selenium_form_killer-0.1.11-py3-none-any.whl
Algorithm Hash digest
SHA256 84ac16c95eb31cf43561e067d4f025139648c2639242f16c56d032279268b388
MD5 12a42c681b4af602461ac3c42e287003
BLAKE2b-256 2de9e8dc0315cc544cd2de7b357d5fa6ade5ef3ea1a28e7d81c4b8ee8b43054f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page