Skip to main content

Browser automation for AI agents and humans

Project description

Vibium

Browser automation for AI agents and humans.

Installation

pip install vibium

Chrome downloads automatically on first use. To install Chrome ahead of time:

vibium install

Quick Start

from vibium import browser

bro = browser.start()
vibe = bro.page()
vibe.go("https://example.com")

# Take a screenshot
png = vibe.screenshot()
with open("screenshot.png", "wb") as f:
    f.write(png)

# Find and click a link
link = vibe.find("a")
print(link.text())
link.click()

bro.stop()

Async API

import asyncio
from vibium.async_api import browser

async def main():
    bro = await browser.start()
    vibe = await bro.page()
    await vibe.go("https://example.com")

    link = await vibe.find("a")
    await link.click()

    await bro.stop()

asyncio.run(main())

CLI

vibium install   # Download Chrome for Testing
vibium version   # Show version

Requirements

  • Python 3.9+

Links

License

Apache-2.0

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.

vibium-26.3.18-py3-none-any.whl (47.8 kB view details)

Uploaded Python 3

File details

Details for the file vibium-26.3.18-py3-none-any.whl.

File metadata

  • Download URL: vibium-26.3.18-py3-none-any.whl
  • Upload date:
  • Size: 47.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for vibium-26.3.18-py3-none-any.whl
Algorithm Hash digest
SHA256 3df7aa8c6b017276bfea212f4b75e2d3240f6992fb4b8b3cbc16b0e39d598a45
MD5 4f164e85e695b7b5c36db1f6f29dab9c
BLAKE2b-256 fdfa44ff7046cc9d55e8e11d5857fe270a562c3487a1e2244d16fa2c92461ba3

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