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
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tzafon_waypoint-0.1.0-py3-none-any.whl.
File metadata
- Download URL: tzafon_waypoint-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0690a347bd5aed764f368bd7d4c495c05a03f26fd5fd6dd77901388b495c1200
|
|
| MD5 |
59a9fc2864ef1a4d9f032b1e28229a7b
|
|
| BLAKE2b-256 |
26f9056ceb389a6be302445fcba76919741dff12b7cdd22dd36150c37f162527
|