New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

oxygen-cli

Package Overview
Dependencies
Maintainers
2
Versions
393
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oxygen-cli

Automation framework for testing modern applications

latest
Source
npmnpm
Version
1.44.1
Version published
Weekly downloads
42
2.44%
Maintainers
2
Weekly downloads
 
Created
Source

Oxygen

Oxygen is an open source framework and tool-set built on top of Appium, WebdriverIO, and Selenium that significantly simplifies writing and running automation tests. It implements many commonly recurring patterns out-of-the-box and hides complexities of the aforementioned backends behind a concise API.

Supported Platforms

  • Android - Native, Hybrid, and Web
  • iOS - Native, Hybrid, and Web
  • Windows - Chrome, Internet Explorer
  • Linux - Chrome
  • OS X - Chrome

Installation

npm install -g oxygen-cli

OS Specific requirements for building:

Windows:

  • npm --add-python-to-path='true' --debug install --global windows-build-tools from cmd with admin rights.
  • [Optional. Required for DB support] Windows SDK

Linux

  • [Optional. Required for DB support] unixodbc binaries and development libraries:
    Debian/Ubuntu - sudo apt-get install unixodbc unixodbc-dev
    RedHat/CentOS - sudo dnf install unixODBC unixODBC-devel

OS X

  • [Optional. Required for DB support] unixodbc binaries and development libraries: brew install unixodbc

Getting Started

See the documentation at docs.oxygenhq.org

Keywords

selenium

FAQs

Package last updated on 26 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts