Skip to main content

A SDK for ixBrowser

Project description

ixBrowser

Client for ixBrowser API written in Python

Installation

pip install ixBrowser

Usage

from ixBrowser import ixBrowser

ixbrowser = IxBrowser()

# Get the list of profiles
ixbrowser.api_browser_list()

# Open the browser
ixbrowser.api_browser_open(1)

# Close the browser
ixbrowser.api_browser_close(1)

Build

pip install twine setuptools

python setup.py sdist bdist_wheel
twine upload  --skip-existing dist/*

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

ixBrowser-2.0.0.tar.gz (8.8 kB view hashes)

Uploaded Source

Built Distribution

ixBrowser-2.0.0-py3-none-any.whl (9.3 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