{"id":13468347,"url":"https://github.com/cobrateam/splinter","last_synced_at":"2025-05-13T21:03:23.275Z","repository":{"id":1077681,"uuid":"921367","full_name":"cobrateam/splinter","owner":"cobrateam","description":"splinter - python test framework for web applications ","archived":false,"fork":false,"pushed_at":"2024-11-01T08:32:17.000Z","size":4541,"stargazers_count":2750,"open_issues_count":58,"forks_count":514,"subscribers_count":93,"default_branch":"master","last_synced_at":"2025-05-06T20:23:26.295Z","etag":null,"topics":["automation","hacktoberfest","python","selenium","webdriver"],"latest_commit_sha":null,"homepage":"http://splinter.readthedocs.org/en/stable/index.html","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cobrateam.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2010-09-18T20:59:15.000Z","updated_at":"2025-05-01T20:54:42.000Z","dependencies_parsed_at":"2023-07-06T12:31:59.063Z","dependency_job_id":"62faf10e-ed12-4f0f-a757-7e7adc119c06","html_url":"https://github.com/cobrateam/splinter","commit_stats":{"total_commits":2082,"total_committers":181,"mean_commits":"11.502762430939226","dds":0.6978866474543708,"last_synced_commit":"1ff107b9776deabfee6febb357b541c0019f961a"},"previous_names":[],"tags_count":52,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cobrateam%2Fsplinter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cobrateam%2Fsplinter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cobrateam%2Fsplinter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cobrateam%2Fsplinter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cobrateam","download_url":"https://codeload.github.com/cobrateam/splinter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254027709,"owners_count":22002095,"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":["automation","hacktoberfest","python","selenium","webdriver"],"created_at":"2024-07-31T15:01:09.183Z","updated_at":"2025-05-13T21:03:23.233Z","avatar_url":"https://github.com/cobrateam.png","language":"Python","readme":"++++++++\nsplinter\n++++++++\n\nSplinter is a simple and consistent API for web application automation.\n\n.. |pypi| image:: https://img.shields.io/pypi/v/splinter.svg\n  :target: https://pypi.org/project/splinter\n  :alt: PyPI\n\n.. |pypi_version| image:: https://img.shields.io/pypi/pyversions/splinter.svg\n  :alt: PyPI - Python Version\n  :target: https://github.com/cobrateam/splinter\n\n.. |license| image:: https://img.shields.io/github/license/cobrateam/splinter.svg\n  :alt: License\n  :target: https://github.com/cobrateam/splinter/blob/master/LICENSE\n\n.. |build| image:: https://github.com/cobrateam/splinter/actions/workflows/main.yml/badge.svg\n  :target: https://github.com/cobrateam/splinter/actions/workflows/main.yml\n  :alt: Build status\n\n|pypi| |pypi_version| |license| |build|\n\n* `Documentation \u003chttps://splinter.readthedocs.io\u003e`_\n\n* `Changelog \u003chttps://splinter.readthedocs.io/en/latest/changelog.html\u003e`_\n\nKey features:\n\n- Easy to learn: The API is designed to be intuitive and quick to pick up.\n- Faster to code: Automate browser interactions quickly and reliably without fighting the tool.\n- Powerful: Designed for real world use cases, it guards against common automation quirks.\n- Flexible: Access to lower level tools is never hidden. Break out into raw Selenium at any time.\n- Robust: Support is available for multiple automation drivers (Selenium, Django, Flask, ZopeTestBrowser).\n\nExample\n-------\n\n.. code:: python\n\n   from splinter import Browser\n\n\n   browser = Browser('firefox')\n   browser.visit('http://google.com')\n   browser.find_by_name('q').fill('splinter - python acceptance testing for web applications')\n   browser.find_by_name('btnK').click()\n\n   if browser.is_text_present('splinter.readthedocs.io'):\n       print(\"Yes, the official website was found!\")\n   else:\n       print(\"No, it wasn't found... We need to improve our SEO techniques\")\n\n   browser.quit()\n\n\nGetting Started\n===============\n\n* `Installation \u003chttps://splinter.readthedocs.io/en/latest/install/install.html\u003e`_\n\n* `Tutorial \u003chttps://splinter.readthedocs.io/en/latest/tutorial.html\u003e`_\n\n\nPytest Plugins\n==============\n\n* `pytest-splinter \u003chttp://pytest-splinter.readthedocs.io\u003e`_, Splinter plugin for the `py.test \u003chttp://docs.pytest.org\u003e`_ runner.\n\n\nPage Objects\n============\n\nSupport for page objects is available through the following package:\n\n* `Stere \u003chttps://stere.readthedocs.io/\u003e`_\n","funding_links":[],"categories":["Testing","Python","Career Path","测试","Uncategorized","Python (1887)","Web Testing","Testing [🔝](#readme)","Tools","Awesome Python","Web App Testing","UI Testing"],"sub_categories":["Uncategorized","WebTools","Testing","splinter"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcobrateam%2Fsplinter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcobrateam%2Fsplinter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcobrateam%2Fsplinter/lists"}