Skip to main content

Browser automation for AI agents and humans

Project description

Vibium Python Client

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_sync

vibe = browser_sync.launch()
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()

vibe.quit()

Async API

import asyncio
from vibium import browser

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

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

    await vibe.quit()

asyncio.run(main())

CLI

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

Requirements

  • Python 3.9+

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-0.1.6-py3-none-any.whl (15.2 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for vibium-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 6ab6909d9103bcd3c7045748a2c7be9963423e41d9bf58b5a7b0e072aeab66ad
MD5 77affe84e9ab7a2d16e11650bb8bb939
BLAKE2b-256 037e2d281f1ef8dfe41e01bd14d0135375aff8cee1a1427a00fe6b60ea56b86b

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