wszystkie opcje
trixie  ] [  sid  ]
[ Pakiet źródłowy: arsenic  ]

Pakiet: python3-arsenic (21.8-2)

Odnośniki dla python3-arsenic

Screenshot

Zasoby systemu Debian:

Pobieranie pakietu źródłowego arsenic:

Opiekun:

Zasoby zewnętrzne:

Podobne pakiety:

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

Inne pakiety związane z python3-arsenic

  • wymaga
  • poleca
  • sugeruje
  • enhances

Pobieranie python3-arsenic

Pobierz dla wszystkich dostępnych architektur
Architektura Rozmiar pakietu Rozmiar po instalacji Pliki
all 15,3 KiB78,0 KiB [lista plików]