Skip to content

Wrapper for Selenium to make it easy, with asyncio support!

Notifications You must be signed in to change notification settings

munro/python-selenium-async

Repository files navigation

selenium-async

Make Selenium easy to by managing a browser pool, and asyncio compatibility!

install

poetry add selenium-async

usage

import selenium_async


def get_title(driver: selenium_async.WebDriver):
    driver.get("https://www.python.org/")
    return driver.title

print(await selenium_async.run_sync(get_title))

# prints: Welcome to Python.org

license

MIT

About

Wrapper for Selenium to make it easy, with asyncio support!

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages