Skip to main content

browser abstraction for web acceptance testing

Project description

PyPI PyPI - Python Version GitHub Build status

splinter - python tool for testing web applications

splinter is an open source tool for testing web applications using Python. It lets you automate browser actions, such as visiting URLs and interacting with their items.

Sample code

from cksplinter import Browser

browser = Browser()
browser.visit('http://google.com')
browser.fill('q', 'splinter - python acceptance testing for web applications')
browser.find_by_name('btnK').click()

if browser.is_text_present('splinter.readthedocs.io'):
    print("Yes, the official website was found!")
else:
    print("No, it wasn't found... We need to improve our SEO techniques")

browser.quit()

Note: if you don’t provide any driver argument to the Browser function, firefox will be used (Browser function documentation).

Changelog

First steps

Splinter open source project

Documentation

Pytest Plugins

Page Objects

Support for page objects is available through the following package:

Deprecated projects:
  • PyPOM, A base page object model for use with Selenium or Splinter functional tests.

  • pypom_form, A PyPOM based package that provides declarative schema based form interaction for page object models compatible with Splinter.

Other Projects Using Splinter

Presentations & Tutorials

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cksplinter-0.17.4.tar.gz (29.1 kB view details)

Uploaded Source

File details

Details for the file cksplinter-0.17.4.tar.gz.

File metadata

  • Download URL: cksplinter-0.17.4.tar.gz
  • Upload date:
  • Size: 29.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for cksplinter-0.17.4.tar.gz
Algorithm Hash digest
SHA256 1ab9a81c95140976eafcb7d5b61717b36bb9bb62cedda0140ef02f7e02b6733b
MD5 ad693532ccda8826a3200ab02a126c40
BLAKE2b-256 1fa54a8f6f090246952141de0a9a98531ea2ea9999951f2a06af5d3f7769e931

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page