[ forky ]
[ sid ]
[ ソース: wapiti-arsenic ]
パッケージ: python3-wapiti-arsenic (28.5-1)
python3-wapiti-arsenic に関するリンク
Debian の資源:
wapiti-arsenic ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
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())
その他の python3-wapiti-arsenic 関連パッケージ
|
|
|
|
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
-
- dep: python3-httpx
- next generation HTTP client
-
- dep: python3-packaging
- core utilities for python3 packages
