[ Fonte: arsenic ]
Pacote: python3-arsenic (21.8-2)
Links para python3-arsenic
Recursos de Debian:
- Relatórios de bug
- Informação de desenvolvedor(a)
- Debian Changelog
- Arquivo de copyright
- Rastreador de patch Debian
Baixe o pacote-fonte arsenic:
Mantenedor(a):
Fontes externas:
- Pagina principal [github.com]
Pacotes similares:
Asynchronous WebDriver client
Asynchronous webdriver client built on asyncio.
Let's run a local Firefox instance.
from arsenic import get_session from arsenic.browsers import Firefox from arsenic.services import Geckodriver
. async def example():
# Runs geckodriver and starts a firefox session
async with get_session(Geckodriver(), Firefox()) as session:
# go to example.com
await session.get('http://example.com')
# wait up to 5 seconds to get the h1 element from the page
h1 = await session.wait_for_element(5, 'h1')
# print the text of the h1 element
print(await h1.get_text())
Alternatively also other drivers can be run, e.g. Chromedriver or MSEdgeDriver
Outros pacotes relacionados a python3-arsenic
|
|
|
|
-
- dep: python3
- linguagem orientada a objetos de alto nível e interativa (versão python3 padrão)
-
- dep: python3-aiohttp
- http client/server for asyncio
-
- dep: python3-attr
- Attributes without boilerplate (Python 3)
-
- dep: python3-structlog
- structured logging for Python (3.x)
Download de python3-arsenic
| Arquitetura | Tamanho do pacote | Tamanho instalado | Arquivos |
|---|---|---|---|
| all | 15.3 kB | 78.0 kB | [lista de arquivos] |
