{"id":13549700,"url":"https://github.com/HENNGE/arsenic","last_synced_at":"2025-04-02T23:30:52.248Z","repository":{"id":20286290,"uuid":"89333821","full_name":"HENNGE/arsenic","owner":"HENNGE","description":"Async WebDriver implementation for asyncio and asyncio-compatible frameworks","archived":false,"fork":false,"pushed_at":"2024-04-04T11:08:25.000Z","size":3169,"stargazers_count":358,"open_issues_count":56,"forks_count":56,"subscribers_count":25,"default_branch":"main","last_synced_at":"2025-03-29T07:06:04.409Z","etag":null,"topics":["aiohttp","async","async-webdriver","asyncio","browserstack","chrome","firefox","internet-explorer-11","phantomjs","python36","testing","tornado","twisted","webdriver","windows-10"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HENNGE.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-25T08:00:30.000Z","updated_at":"2025-03-21T18:16:05.000Z","dependencies_parsed_at":"2024-06-18T16:53:18.702Z","dependency_job_id":"214c67a0-3dd1-4b93-876c-16e79e724943","html_url":"https://github.com/HENNGE/arsenic","commit_stats":null,"previous_names":["hde/arsenic"],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HENNGE%2Farsenic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HENNGE%2Farsenic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HENNGE%2Farsenic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HENNGE%2Farsenic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HENNGE","download_url":"https://codeload.github.com/HENNGE/arsenic/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246910846,"owners_count":20853651,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aiohttp","async","async-webdriver","asyncio","browserstack","chrome","firefox","internet-explorer-11","phantomjs","python36","testing","tornado","twisted","webdriver","windows-10"],"created_at":"2024-08-01T12:01:24.577Z","updated_at":"2025-04-02T23:30:51.243Z","avatar_url":"https://github.com/HENNGE.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Async Webdriver\n\n[![CircleCI](https://circleci.com/gh/HDE/arsenic/tree/main.svg?style=svg)](https://circleci.com/gh/HDE/arsenic/tree/main) [![Documentation Status](https://readthedocs.org/projects/arsenic/badge/?version=latest)](http://arsenic.readthedocs.io/en/latest/?badge=latest)\n[![BrowserStack Status](https://automate.browserstack.com/badge.svg?badge_key=QmtNVHFnWWRFSEVUdTBZNWU5NGMraVorWVltazFqRk1VNWRydW5FRXU2dz0tLVhoTlFuK2tZUTJ1UGx0UmZaWjg4R1E9PQ==--35ef3d28fbf8ea24ee7fa2a435f9271fbaaf85d4)](https://automate.browserstack.com/public-build/QmtNVHFnWWRFSEVUdTBZNWU5NGMraVorWVltazFqRk1VNWRydW5FRXU2dz0tLVhoTlFuK2tZUTJ1UGx0UmZaWjg4R1E9PQ==--35ef3d28fbf8ea24ee7fa2a435f9271fbaaf85d4)\n[![Appveyor status](https://ci.appveyor.com/api/projects/status/8l0koom7h93y1f9q?svg=true)](https://ci.appveyor.com/project/ojii/arsenic)\n[![PyPI version](https://badge.fury.io/py/arsenic.svg)](https://badge.fury.io/py/arsenic)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\n\nAsynchronous webdriver client built on asyncio.\n\n\n## Quickstart\n\nLet's run a local Firefox instance.\n\n\n```python\n\nfrom arsenic import get_session\nfrom arsenic.browsers import Firefox\nfrom arsenic.services import Geckodriver\n\n\nasync def example():\n    # Runs geckodriver and starts a firefox session\n    async with get_session(Geckodriver(), Firefox()) as session:\n          # go to example.com\n          await session.get('http://example.com')\n          # wait up to 5 seconds to get the h1 element from the page\n          h1 = await session.wait_for_element(5, 'h1')\n          # print the text of the h1 element\n          print(await h1.get_text())\n```\n\nFor more information, check [the documentation](https://arsenic.readthedocs.io/)\n\n## CI Supported by Browserstack\n\nContinuous integration for certain browsers is generously provided by [Browserstack](http://browserstack.com).\n\n[![Browserstack](./.circleci/browserstack-logo.png)](http://browserstack.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FHENNGE%2Farsenic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FHENNGE%2Farsenic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FHENNGE%2Farsenic/lists"}