Skip to main content

An extensible framework for building browser automations.

Project description

Cantaloupe

An extensible framework for building browser automations.

Note: This library is still very much WIP 🧪. This means that breaking changes can be introduced at any point in time.

Getting Started

Installation

$ pip install cantaloupe

Usage

$ poetry run cantaloupe --help

Example Workflow

A workflow is a YAML file that describes a series of steps to be executed. The following example workflow will open Google and type "cantaloupe" into the search bar.

Note: nothing will actually happen until a cantaloupe plugin is installed that implements the logic to translate the workflow steps into browser actions. Please see the Plugins section for more information.

name: "Google Search"
steps:
  - action: goto
    config:
      url: "https://google.com"
  - action: type
    config:
      selector: "input[name='q']"
      text: "cantaloupe"

Plugins

Development

Requirements

Creating plugins

Plugins are created by implementing the cantaloupe hookspec. See cantaloupe/hookspecs.py for the hookspecs.

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

cantaloupe-0.1.4.tar.gz (7.0 kB view hashes)

Uploaded Source

Built Distribution

cantaloupe-0.1.4-py3-none-any.whl (9.9 kB view hashes)

Uploaded Python 3

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