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.4.tar.gz (7.1 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.4-py3-none-any.whl (8.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: selenium_form_killer-0.1.4.tar.gz
  • Upload date:
  • Size: 7.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.12.2 Windows/11

File hashes

Hashes for selenium_form_killer-0.1.4.tar.gz
Algorithm Hash digest
SHA256 540915d26e3843914f2c229d0a026ce646d4a51673cf8dc17e76b58334a25f48
MD5 398be26661114a9c554f9292d03f6a70
BLAKE2b-256 8923f6152490a095f22420e6713923ddb2b4a880d489b086084176365d4719b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for selenium_form_killer-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 69909b67abef03f7950b9d989c3283c407e7bc04a217fb18e77d11f16c19c86d
MD5 85fdf23b680ca12f364f4c0c16b540b1
BLAKE2b-256 68eb95edc8240f7f94dcaef2926d9506d26cc24e15c5ea2ad71bfc5cb2b9b73d

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