[ forky ]
[ sid ]
[ Pakiet źródłowy: wapiti-arsenic ]
Pakiet: python3-wapiti-arsenic (28.5-1)
Odnośniki dla python3-wapiti-arsenic
Zasoby systemu Debian:
- Raporty o błędach
- Developer Information
- Dziennik zmian w systemie Debian
- Informacje nt. praw autorskich
- Śledzenie łatek systemu Debian
Pobieranie pakietu źródłowego wapiti-arsenic:
Opiekunowie:
Zasoby zewnętrzne:
- Strona internetowa [github.com]
Podobne pakiety:
Asynchronous webdriver client built on asyncio.
Let's run a local Firefox instance.
from wapiti_arsenic import get_session from wapiti_arsenic.browsers import Firefox from wapiti_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())
Inne pakiety związane z python3-wapiti-arsenic
|
|
|
|
-
- dep: python3
- Interaktywny, wysokopoziomowy i obiektowy język programowania (domyślna wersja Python 3)
-
- dep: python3-httpx
- next generation HTTP client
-
- dep: python3-packaging
- core utilities for python3 packages
Pobieranie python3-wapiti-arsenic
| Architektura | Rozmiar pakietu | Rozmiar po instalacji | Pliki |
|---|---|---|---|
| all | 15,4 KiB | 79,0 KiB | [lista plików] |
