[ forky ]
[ sid ]
[ Zdroj: wapiti-arsenic ]
Balík: python3-wapiti-arsenic (28.5-1)
Odkazy pre python3-wapiti-arsenic
Zdroje Debian:
Stiahnuť zdrojový balík wapiti-arsenic:
Správcovia:
Externé zdroje:
- Domovská stránka [github.com]
Podobné balíky:
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())
Ostatné balíky súvisiace s balíkom python3-wapiti-arsenic
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-httpx
- next generation HTTP client
-
- dep: python3-packaging
- základné nástroje balíkov jazyka Python 3
Stiahnuť python3-wapiti-arsenic
| Architektúra | Veľkosť balíka | Nainštalovaná veľkosť | Súbory |
|---|---|---|---|
| all | 15.4 kB | 79.0 kB | [zoznam súborov] |
