Skip to main content

Waypoint – browser automation

This project has been archived.

The maintainers of this project have marked this project as archived. No new releases are expected.

Project description

Waypoint

A Python client for interacting with the tzafon.ai API for web automation.

Installation

pip install waypoint

Usage

import asyncio
from waypoint import Waypoint

async def main():
    async with Waypoint(token="wpk_your_token_here") as wp:
        # Navigate to a website
        await wp.goto("https://example.com")

        # Take a screenshot
        image_bytes = await wp.screenshot("screenshot.jpg")

        # Click at a specific position
        await wp.click(100, 200)

        # Type some text
        await wp.type("Hello world")

        # Scroll down
        await wp.scroll(dy=200)

if __name__ == "__main__":
    asyncio.run(main())

Features

  • Web navigation
  • Screenshots
  • Clicking and typing
  • Scrolling
  • Viewport control

License

MIT

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tzafon_waypoint-0.1.0-py3-none-any.whl (5.1 kB view details)

Uploaded Python 3

File details

Details for the file tzafon_waypoint-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for tzafon_waypoint-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0690a347bd5aed764f368bd7d4c495c05a03f26fd5fd6dd77901388b495c1200
MD5 59a9fc2864ef1a4d9f032b1e28229a7b
BLAKE2b-256 26f9056ceb389a6be302445fcba76919741dff12b7cdd22dd36150c37f162527

See more details on using hashes here.

Supported by

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